From 77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 20:46:15 +0200 Subject: stream_cdda: remove global option variables --- DOCS/man/en/options.rst | 51 ++++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index e534b1aeb1..981c1944e7 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -427,42 +427,37 @@ OPTIONS on the situation, either of these might be slower than the other method. This option allows control over this. -``--cdda=`` - This option can be used to tune the CD Audio reading feature of mpv. +``--cdda-...`` + These options can be used to tune the CD Audio reading feature of mpv. - Available options are: - - ``speed=`` - Set CD spin speed. - - ``paranoia=<0-2>`` - Set paranoia level. Values other than 0 seem to break playback of - anything but the first track. +``--cdda-speed=`` + Set CD spin speed. - :0: disable checking (default) - :1: overlap checking only - :2: full data correction and verification +``--cdda-paranoia=<0-2>`` + Set paranoia level. Values other than 0 seem to break playback of + anything but the first track. - ``generic-dev=`` - Use specified generic SCSI device. + :0: disable checking (default) + :1: overlap checking only + :2: full data correction and verification - ``sector-size=`` - Set atomic read size. +``--cdda-sector-size=`` + Set atomic read size. - ``overlap=`` - Force minimum overlap search during verification to sectors. +``--cdda-overlap=`` + Force minimum overlap search during verification to sectors. - ``toc-bias`` - Assume that the beginning offset of track 1 as reported in the TOC - will be addressed as LBA 0. Some discs need this for getting track - boundaries correctly. +``--cdda-toc-bias`` + Assume that the beginning offset of track 1 as reported in the TOC + will be addressed as LBA 0. Some discs need this for getting track + boundaries correctly. - ``toc-offset=`` - Add ```` sectors to the values reported when addressing tracks. - May be negative. +``--cdda-toc-offset=`` + Add ```` sectors to the values reported when addressing tracks. + May be negative. - ``(no-)skip`` - (Never) accept imperfect data reconstruction. +``--cdda-skip=`` Specify the CD-ROM device (default: ``/dev/cdrom``). -- cgit v1.2.3