Use simpler file structure
This commit is contained in:
parent
8ea9414418
commit
d5ca1ac81d
74 changed files with 398 additions and 477 deletions
12
templates/mpv/config.j2
Normal file
12
templates/mpv/config.j2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
volume=100
|
||||
sub-auto=fuzzy
|
||||
gpu-api=vulkan
|
||||
vo=gpu
|
||||
hwdec=vaapi
|
||||
|
||||
ytdl-format=best
|
||||
|
||||
audio-samplerate=96000
|
||||
audio-format=s64
|
||||
27
templates/mpv/input.j2
Normal file
27
templates/mpv/input.j2
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
#
|
||||
## 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 volume 2
|
||||
# DOWN add volume -2
|
||||
|
||||
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
|
||||
|
||||
#SHARP cycle audio # switch audio streams
|
||||
|
||||
f cycle fullscreen # toggle fullscreen
|
||||
s screenshot # take a screenshot
|
||||
S screenshot video # ...without subtitles
|
||||
Loading…
Add table
Add a link
Reference in a new issue