aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-07 18:17:54 +0100
committerMax Kellermann <max@duempel.org>2013-11-07 18:17:54 +0100
commitf33acf8758a406ff744bee5014a5605c10801665 (patch)
tree36200cd524508ea57247366015ddff21489c8d77 /doc
parenta846a4c6434afe77fd3378465e7c3db7ae846dd5 (diff)
downloadmpd-f33acf8758a406ff744bee5014a5605c10801665.tar.gz
mpd-f33acf8758a406ff744bee5014a5605c10801665.tar.xz
mpd-f33acf8758a406ff744bee5014a5605c10801665.zip
input/cdio_paranoia: add setting "default_byte_order"
Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide.
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index cebc4cadf..9bf4112f7 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -814,6 +814,30 @@ systemctl start mpd.socket</programlisting>
simplest form <filename>cdda://</filename> plays the whole
disc in the default drive.
</para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>default_bute_order</varname>
+ <parameter>little_endian|big_endian</parameter>
+ </entry>
+ <entry>
+ If the CD drive does not specify a byte order, MPD
+ assumes it is the CPU's native byte order. This
+ setting allows overriding this.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</section>
<section>