From 24b2d672ee08c1cabf042d5acfcd466c3214b0a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 27 Jun 2017 11:04:30 +0200 Subject: input.conf: drop TV/DVB bindings Is anyone still using them? Well, I'm removing them anyway. --- etc/input.conf | 8 -------- etc/restore-old-bindings.conf | 7 ++++++- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index 983c2d5e04..bf679b4017 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -161,14 +161,6 @@ #AR_VDOWN add volume -2 #AR_VDOWN_HOLD add chapter -1 -# For tv:// -#h cycle tv-channel -1 # previous channel -#k cycle tv-channel +1 # next channel - -# For dvb:// -#H cycle dvb-channel-name -1 # previous channel -#K cycle dvb-channel-name +1 # next channel - # # Legacy bindings (may or may not be removed in the future) # diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf index e2aef8a551..d09051e249 100644 --- a/etc/restore-old-bindings.conf +++ b/etc/restore-old-bindings.conf @@ -9,7 +9,12 @@ # # Older installations use ~/.mpv/input.conf instead. -# changed in mpv 0.25.0 +# changed in mpv 0.26.0 + +h cycle tv-channel -1 # previous channel +k cycle tv-channel +1 # next channel +H cycle dvb-channel-name -1 # previous channel +K cycle dvb-channel-name +1 # next channel I show-text "${filename}" # display filename in osd -- cgit v1.2.3