diff options
author | Max Kellermann <max@duempel.org> | 2009-11-06 00:41:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-06 00:41:42 +0100 |
commit | f3203b5de50dd40e014fd4d3829b8bc172976649 (patch) | |
tree | e7465b156c1ec425068947a418dfd9782ddc6798 /doc | |
parent | 65e56ff8291b4bc43900c7b80a86e6d39ed7a847 (diff) | |
download | mpd-f3203b5de50dd40e014fd4d3829b8bc172976649.tar.gz mpd-f3203b5de50dd40e014fd4d3829b8bc172976649.tar.xz mpd-f3203b5de50dd40e014fd4d3829b8bc172976649.zip |
playlist: added extm3u plugin
This new plugin parses extm3u files. Files without the "#EXTM3U"
header are still parsed by the plain old "m3u" plugin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 494e8af75..4638143ff 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1338,6 +1338,14 @@ cd mpd-version</programlisting> </section> <section> + <title><varname>extm3u</varname></title> + + <para> + Reads extended <filename>.m3u</filename> playlist files. + </para> + </section> + + <section> <title><varname>pls</varname></title> <para> |