Layout refactor
Also included provisioning for htpc host
This commit is contained in:
parent
f90702c7b8
commit
970f7489fb
103 changed files with 782 additions and 893 deletions
14
templates/mpv/config.j2
Normal file
14
templates/mpv/config.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# {{ ansible_managed }}
|
||||
#
|
||||
gpu-api=opengl
|
||||
vo=gpu
|
||||
hwdec=vaapi
|
||||
|
||||
audio-samplerate=128000
|
||||
audio-format=s64
|
||||
volume=100
|
||||
|
||||
keep-open=yes # do not close the window on exit
|
||||
keepaspect-window=no # add black bars if window aspect and video aspect mismatch
|
||||
|
||||
sub-auto=fuzzy # load all subs containing the media filename
|
||||
Loading…
Add table
Add a link
Reference in a new issue