Compare commits

...

6 Commits

2 changed files with 11 additions and 11 deletions

View File

@ -1,17 +1,14 @@
# ~/.config/mpv/mpv.conf # ~/.config/mpv/mpv.conf
# Preferred audio drivers, but by trailing comma, let others be used too. # Preferred audio drivers, but by trailing comma, let others be used too.
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/394
# Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa # Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa
# COMMENTed: makes life difficult when syncplaying (with mpv) and mumbling # TODO: Does the above apply with PipeWire being the default?
# simultaneously as mpv won't appear in pavucontrol and I had ao=pipewire,pulse,
# audio disappearing suddenly
#ao=jack,pulse,
# My mpv usage has mostly been anime # My mpv usage has mostly been anime, but there is occassional English one too
alang=jpn,jp,ja alang=jpn,jp,ja,en,eng
# but I still prefer to have subtitles # but I still prefer to have subtitles. Note that two are shown simultaneously.
slang=fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus slang=fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
# I find myself reading it a lot faster than other fonts which is kind of # I find myself reading it a lot faster than other fonts which is kind of
# relevant with subtitles # relevant with subtitles
@ -29,7 +26,7 @@ sub-filter-sdh-harder=no
sub-auto=fuzzy sub-auto=fuzzy
# Use decreased volume by default so when Mumbling or other VoIP mpv is # Use decreased volume by default so when Mumbling or other VoIP mpv is
# lss silent than other people # quieter than other people
volume=70 volume=70
# Fullscreen by default # Fullscreen by default
@ -55,7 +52,7 @@ video-sync=display-resample
interpolation interpolation
tscale=oversample tscale=oversample
# When watching YouTube videos, don't eat all CPU and bandwidth and be # When watching YouTube videos, don't eat all CPU and bandwidth being
# even more unpleasant to use! # even more unpleasant to use!
# https://github.com/mpv-player/mpv/issues/4241#issuecomment-327033395 # https://github.com/mpv-player/mpv/issues/4241#issuecomment-327033395
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best

View File

@ -48,6 +48,9 @@
"fpnmgdkabkmnadcjpehmlllkndpkmiak": { "fpnmgdkabkmnadcjpehmlllkndpkmiak": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"runtime_allowed_hosts": [
"*://*.archive.org/*"
],
"runtime_blocked_hosts": [ "runtime_blocked_hosts": [
"<all_urls>" "<all_urls>"
], ],