arch-setup/templates/mpv/input.j2
Sonny Bakker 970f7489fb Layout refactor
Also included provisioning for htpc host
2025-10-12 15:33:37 +02:00

25 lines
728 B
Django/Jinja

# {{ ansible_managed }}
#
# See /usr/share/doc/mpv/input.conf for more options.
#
## Seek units are in seconds, but note that these are limited by keyframes.
RIGHT seek 5
LEFT seek -5
SHIFT+RIGHT seek 60
SHIFT+LEFT seek -60
UP add ao-volume 2
DOWN add ao-volume -2
m cycle ao-mute
PGUP add chapter 1 # skip to next chapter
PGDWN add chapter -1 # skip to previous chapter
q quit
j cycle sub # cycle through subtitles
- cycle audio # switch audio track
f cycle fullscreen # toggle fullscreen
s screenshot # take a screenshot
S screenshot video # ...without subtitles