1
0
Fork 0
dotfiles/.config/mpv/mpv.conf

24 lines
566 B
Plaintext
Raw Normal View History

2022-03-18 14:34:27 +01:00
# General options
volume=50
save-position-on-quit
replaygain=album
screenshot-format=webp
screenshot-template="%F @%p"
# OSD
osd-font-size=30
osd-border-size=1
osd-back-color="0.0/0.0/0.0/0.2"
# Track selection
slang=deu,de,de-DE,ger,eng,en,en-US,en-GB,unknown
2022-05-18 08:04:59 +02:00
alang=deu,de,de-DE,ger,jpn,ja,eng,en,en-US,en-GB
2022-03-18 14:34:27 +01:00
# Subtitles
sub-file-paths=subs:subtitles
sub-back-color="0.0/0.0/0.0/0.3"
sub-auto=fuzzy
# Filters
sub-filter-regex-append="opensubtitles\.org"
sub-filter-regex-append="from RARBG"
# Include other files
include="~/.config/mpv/local.conf"
use-filedir-conf