Difference between revisions of "M3U"

From VideoLAN Wiki
Jump to navigation Jump to search
(Cyber-Tornado)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
||Cyber-Tornado ||
+
{{wikipedia|M3U}}
  
Ekibi!!
+
'''M3U''' files are a type of [[playlist]] where the location of each item on the playlist is placed on a new line.
  
 +
Lines starting with a # are comments.
  
 +
For example,
 +
# This is a comment
 +
/music/opeth/white cluster.mp3
 +
/music/moonlapse vertigo.mp3
 +
<nowiki>http://ccmixter.org/a/song.mp3</nowiki>
 +
/video/mononoke.avi
  
 +
The following might be list of web based radio stations. VLC affords the switching between these web-radio stations by selecting next or previous track.
  
 +
<nowiki>http://111.22.333.44:8024</nowiki>
 +
<nowiki>http://55.666.7.888:8024</nowiki>
 +
<nowiki>http://9.11.222.444:8024</nowiki>
  
 +
The MIME-type of M#U-files is audio/x-mpegurl
  
!!!
+
[[Category:playlist]]
 
 
 
 
Contact:BY_P@SİON
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BY_P@SİON > Kayzer > BlackPort > İbozo > Master_Mamuda
 

Latest revision as of 06:35, 24 February 2019

M3U files are a type of playlist where the location of each item on the playlist is placed on a new line.

Lines starting with a # are comments.

For example,

# This is a comment
/music/opeth/white cluster.mp3
/music/moonlapse vertigo.mp3
http://ccmixter.org/a/song.mp3
/video/mononoke.avi

The following might be list of web based radio stations. VLC affords the switching between these web-radio stations by selecting next or previous track.

http://111.22.333.44:8024
http://55.666.7.888:8024
http://9.11.222.444:8024

The MIME-type of M#U-files is audio/x-mpegurl