diff options
author | Max Kellermann <max@duempel.org> | 2012-02-12 15:20:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-12 16:10:20 +0100 |
commit | 1735284a2ac1773614786b9f5caf50fa29347654 (patch) | |
tree | 10837862ab981fa2ec97cdec2008ea5370bc2375 /doc | |
parent | 8a3192ffc16c54b1d50ea190f1e3d4f941ceefd1 (diff) | |
download | mpd-1735284a2ac1773614786b9f5caf50fa29347654.tar.gz mpd-1735284a2ac1773614786b9f5caf50fa29347654.tar.xz mpd-1735284a2ac1773614786b9f5caf50fa29347654.zip |
playlist/embcue: new plugin for reading embedded cue sheets
Parses CUE data from the "CUESHEET" tag. Needs further integration in
the update thread.
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 4bd849f96..d0db21ef7 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1790,6 +1790,14 @@ cd mpd-version</programlisting> </section> <section> + <title><varname>embcue</varname></title> + + <para> + Reads CUE sheets from the "CUESHEET" tag of song files. + </para> + </section> + + <section> <title><varname>m3u</varname></title> <para> |