From f33acf8758a406ff744bee5014a5605c10801665 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Nov 2013 18:17:54 +0100 Subject: 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. --- doc/user.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/user.xml') 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 simplest form cdda:// plays the whole disc in the default drive. + + + + + + Setting + Description + + + + + + default_bute_order + little_endian|big_endian + + + 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. + + + + +
-- cgit v1.2.3