summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2016-01-08 20:40:57 +0100
committerwm4 <wm4@nowhere>2016-01-14 00:36:53 +0100
commit909b8f89d84962e0751628371452bb5b6a25bbc5 (patch)
tree4266c6bb7f0abd64d31aa198c3786a31d6f42393
parent77bac5b5507e04d6a31bb4387af79105fc3869b9 (diff)
downloadmpv-909b8f89d84962e0751628371452bb5b6a25bbc5.tar.bz2
mpv-909b8f89d84962e0751628371452bb5b6a25bbc5.tar.xz
man: input: document new DVB bindings and properties.
There is now H and K for DVB-channel switching, and the properties dvb-channel (W) and dvb-channel-name (RW).
-rw-r--r--DOCS/man/input.rst9
-rw-r--r--DOCS/man/mpv.rst5
2 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index cfe179c06f..ed523b2135 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1542,6 +1542,15 @@ Property list
``program`` (W)
Switch TS program (write-only).
+``dvb-channel`` (W)
+ Pair of integers: card,channel of current DVB stream.
+ Can be switched to switch to another channel on the same card.
+
+``dvb-channel-name`` (RW)
+ Name of current DVB program.
+ On write, a channel-switch to the named channel on the same
+ card is performed. Can also be used for channel switching.
+
``sid`` (RW)
Current subtitle track (similar to ``--sid``).
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index b306b13bf9..ba7f8ae1cb 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -222,7 +222,10 @@ PREVIOUS and NEXT
support.)
h and k
- Select previous/next channel.
+ Select previous/next tv-channel.
+
+H and K
+ Select previous/next dvb-channel.
Mouse Control
-------------