software (input.conf for MPV)
## ## MPlayer-style key bindings ## ## Save it as ~/.config/mpv/input.conf to use it. ## RIGHT seek +10 LEFT seek -10 DOWN seek -60 UP seek +60 PGUP seek 600 PGDWN seek -600 m cycle mute SHARP cycle audio # switch audio streams + add audio-delay 0.100 = add audio-delay 0.100 - add audio-delay -0.100 [ multiply speed 0.9091 # scale playback speed ] multiply speed 1.1 { multiply speed 0.5 } multiply speed 2.0 BS set speed 1.0 # reset speed to normal q quit 1 quit 2 quit 3 quit ESC quit ENTER playlist-next force # skip to next file p cycle pause . frame-step # advance one frame and pause SPACE cycle pause HOME set playlist-pos 0 # not the same as MPlayer #END pt_up_step -1 > playlist-next # skip to next file < playlist...