diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-05-07 17:18:36 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-05-07 17:18:36 +0200 |
| commit | d7749a064a28c3c7a11a8791a8b7bc0036fe617a (patch) | |
| tree | baf959fb24b5162186ea6c2efbabe8ca35054a36 /config/extra/jftui/mpv.conf | |
| parent | 8b5fc81d97642088f99807f171244d17ef7258b0 (diff) | |
checkpoint
Diffstat (limited to 'config/extra/jftui/mpv.conf')
| -rw-r--r-- | config/extra/jftui/mpv.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/extra/jftui/mpv.conf b/config/extra/jftui/mpv.conf new file mode 100644 index 0000000..9ac817b --- /dev/null +++ b/config/extra/jftui/mpv.conf @@ -0,0 +1,23 @@ +osd-font='monospace' +# Set OSD font size +osd-font-size=30 + +# Set volume to 100% on startup. +volume=60 + +# Set player max vol to 100%. +volume-max=100 + +# Force stream to be seekable even if disabled. +force-seekable=yes + +stop-screensaver=yes + +slang=eng,en,english +alang=jpn + +screenshot-directory=~/pics/screenshots/mpv +screenshot-template="%F - [%P]v%#01n" + +sub-pos=97 +sub-scale=.80 |
