diff options
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 |
