summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 21:44:50 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:35:03 +0200
commit959b718957527710b4bcf6e7227a0beaeb034137 (patch)
tree8007a8206751650370ffbadb09c1527664f333a5 /DOCS/man/en/options.rst
parent77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (diff)
downloadmpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.bz2
mpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.xz
stream_dvb: remove global option variables
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst23
1 files changed, 11 insertions, 12 deletions
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=<options>``
- 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=<filename>: Instructs mpv to read the channels list from
- ``<filename>``. 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=<filename>``
+ Instructs mpv to read the channels list from ``<filename>``. 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=<path>``
Specify the DVD device or .iso filename (default: ``/dev/dvd``). You can