M3U

From VideoLAN Wiki
Revision as of 13:18, 4 June 2008 by Baldrian (talk | contribs)
Jump to navigation Jump to search

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

More information about the M3U format.