From 909b8f89d84962e0751628371452bb5b6a25bbc5 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Fri, 8 Jan 2016 20:40:57 +0100 Subject: 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). --- DOCS/man/input.rst | 9 +++++++++ DOCS/man/mpv.rst | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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 ------------- -- cgit v1.2.3