summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-02 00:10:38 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-02 01:25:45 +0200
commit5b45b2fcac0344225529fab5c5778ada497117f2 (patch)
tree9550af38c65f2dfae1d6e8e5d71c964dd7d040a1
parent12d74e4d955edd1c6c02df34be08a1020c20abee (diff)
downloadmpv-5b45b2fcac0344225529fab5c5778ada497117f2.tar.bz2
mpv-5b45b2fcac0344225529fab5c5778ada497117f2.tar.xz
DOCS: Add documentation for dvbin-prog and dvbin-channel-switch-offset.
-rw-r--r--DOCS/man/options.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 542a2ec340..69a28f1b7a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4195,6 +4195,13 @@ Network
DVB
---
+``--dvbin-prog=<string>``
+ This defines the program to tune to. Usually, you may specify this
+ by using a stream URI like ``"dvb://ZDF HD"``, but you can tune to a
+ different channel by writing to this property at runtime.
+ Also see ``dvbin-channel-switch-offset`` for more useful channel
+ switching functionality.
+
``--dvbin-card=<0-15>``
Specifies using card number 0-15 (default: 0).
@@ -4231,6 +4238,15 @@ DVB
Default: ``no``
+``--dvbin-channel-switch-offset=<integer>``
+ This value is not meant for setting via configuration, but used in channel
+ switching. An ``input.conf`` can ``cycle`` this value ``up`` and ``down``
+ to perform channel switching. This number effectively gives the offset
+ to the initially tuned to channel in the channel list.
+
+ An example ``input.conf`` could contain:
+ ``H cycle dvbin-channel-switch-offset up``, ``K cycle dvbin-channel-switch-offset down``
+
ALSA audio output options
-------------------------