~mark/.config/mpv/cd ..cat input.conf
# see also: mpv.conf
# rotate video in 90deg steps (instead of 1)
Alt+KP3 cycle-values video-rotate "0" "90" "180" "270"
Alt+KP1 cycle-values video-rotate "270" "180" "90" "0"
cat mpv.conf
# essential stuff
replaygain=album
hwdec=auto
# open instantly, don't auto-close
force-window=immediate
keep-open=yes
# playlist stuff (mostly for music)
playlist-start=0
prefetch-playlist=yes
# cache only in ram, up to 1GB
cache=yes
cache-on-disk=no
demuxer-max-bytes=1024MiB
cache-secs=900
# turn DEL keybind into a toggle (removes 3rd osc-visibility setting "always")
script-opts=osc-visibility_modes=never_auto
# see also: input.conf