diff options
author | Max Kellermann <max@duempel.org> | 2010-12-21 22:23:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-22 09:44:02 +0100 |
commit | 9bf7fde49f0883356a4fded05b3fe72db8d3686a (patch) | |
tree | 86ac3eae7ebdf1b818e40effcc7e84c51d8eab6c /doc/user.xml | |
parent | 4783ebc918a2e09c99f7a74645937df2618574ab (diff) | |
download | mpd-9bf7fde49f0883356a4fded05b3fe72db8d3686a.tar.gz mpd-9bf7fde49f0883356a4fded05b3fe72db8d3686a.tar.xz mpd-9bf7fde49f0883356a4fded05b3fe72db8d3686a.zip |
configure.ac: hook the cdio_paranoia input plugin
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 17bbdf91f..4dc04ff2e 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -621,6 +621,17 @@ cd mpd-version</programlisting> Plays streams with the MMS protocol. </para> </section> + + <section> + <title><varname>cdio_paranoia</varname></title> + + <para> + Plays audio CDs. The URI has the form: + "<filename>cdda://[DEVICE][/TRACK]</filename>". The + simplest form <filename>cdda://</filename> plays the whole + disc in the default drive. + </para> + </section> </section> <section> |