Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Artifact [8ac8108e96]

Artifact 8ac8108e96b8f0c5e92825377d235678a7633359:


<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. But they are often used by locally installed audio players.</p>
	<p>The MIME type of these files is audio/x-mpegurl and they often look like: </p>

<p><code>
#M3U
http://123.45.67.189:8222/
http://123.45.67.222:7555/
</code></p>

</page>