diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-04 18:46:31 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-04 18:55:19 +0100 |
| commit | c21242a13f1cf0989c220ec8256305c85f0f6bcc (patch) | |
| tree | c2991e21deb2192340b6d5462b67d338e055afad /roles/mpv/files/mpv.conf | |
| parent | 67bc26499985bc1ffe47c0c79db8c98b826c2ac0 (diff) | |
Add mpv role w/testing
Diffstat (limited to 'roles/mpv/files/mpv.conf')
| -rw-r--r-- | roles/mpv/files/mpv.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/mpv/files/mpv.conf b/roles/mpv/files/mpv.conf new file mode 100644 index 00000000..8787c760 --- /dev/null +++ b/roles/mpv/files/mpv.conf @@ -0,0 +1,20 @@ +# Ref: /usr/share/doc/mpv/mpv.conf +# Specify high quality video rendering preset (for --vo=<gpu|gpu-next> only) +# Offers superior image fidelity and visual quality for an enhanced viewing +# experience on capable hardware +profile=high-quality + +# Subtitle Size +sub-font-size=48 + +# Enable fuzzy searching +sub-auto=fuzzy + +# Bold the subtitles to increase readability +# sub-bold=yes + +# Subtitle language order +slang=en,ar,de + +# Audio language order (if available) +alang=en,ar,de |
