Difference between revisions of "M3U"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''M3U''' files are a type of [[playlist]] where the location of each item on the playlist is placed on a new line. | '''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, | For example, | ||
+ | # This is a comment | ||
/music/opeth/white cluster.mp3 | /music/opeth/white cluster.mp3 | ||
/music/moonlapse vertigo.mp3 | /music/moonlapse vertigo.mp3 | ||
Line 7: | Line 10: | ||
/video/mononoke.avi | /video/mononoke.avi | ||
+ | The MIME-type is audio/x-mpegurl | ||
[[category:playlist]] | [[category:playlist]] |
Revision as of 20:20, 13 January 2007
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 MIME-type is audio/x-mpegurl