From 959b718957527710b4bcf6e7227a0beaeb034137 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 21:44:50 +0200 Subject: stream_dvb: remove global option variables --- DOCS/man/en/options.rst | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 981c1944e7..44219a35e9 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -735,18 +735,17 @@ OPTIONS This option is useful for debugging only. -``--dvbin=`` - Pass the following parameters to the DVB input module, in order to - override the default ones: - - :card=<1-4>: Specifies using card number 1-4 (default: 1). - :file=: Instructs mpv to read the channels list from - ````. Default is - ``~/.mpv/channels.conf.{sat,ter,cbl,atsc}`` (based - on your card type) or ``~/.mpv/channels.conf`` as a - last resort. - :timeout=<1-30>: Maximum number of seconds to wait when trying to tune a - frequency before giving up (default: 30). +``--dvbin-card=<1-4>`` + Specifies using card number 1-4 (default: 1). + +``--dvbin-file=`` + Instructs mpv to read the channels list from ````. Default is + ``~/.mpv/channels.conf.{sat,ter,cbl,atsc}`` (based on your card type) or + ``~/.mpv/channels.conf`` as a last resort. + +``--dvbin-timeout=<1-30>`` + Maximum number of seconds to wait when trying to tune a frequency before + giving up (default: 30). ``--dvd-device=`` Specify the DVD device or .iso filename (default: ``/dev/dvd``). You can -- cgit v1.2.3