diff options
-rw-r--r-- | DOCS/man/input.rst | 9 | ||||
-rw-r--r-- | DOCS/man/mpv.rst | 5 |
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 ------------- |