Artifact [4384d57735]
Artifact 4384d57735332b6f5dfa6ac983aae637c324101e:
- File help/glossary_m3u.page — part of check-in [20528550dc] at 2015-03-25 00:45:45 on branch trunk — Update HTML documentation. (user: mario, size: 478) [annotate] [blame] [check-ins using]
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="m3u"> <info> <link type="guide" xref="glossary#filetypes"/> <desc>MP3-URL playlist file.</desc> </info> <title>.M3U files</title> <p>M3U files also contain playlists, like .pls files. They're often used by desktop audio players.</p> <p>The MIME type of these files is audio/x-mpegurl and they often look like: </p> <code> #M3U http://123.45.67.189:8222/ http://123.45.67.222:7555/ </code> </page>