Compare commits

..

No commits in common. "0d925996e06c78247b3ada13eaf70346bebd3bec" and "e4304fd6412d328c82a445562fd7240adb1c3b70" have entirely different histories.

2 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,17 @@
# ~/.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
# TODO: Does the above apply with PipeWire being the default? # COMMENTed: makes life difficult when syncplaying (with mpv) and mumbling
ao=pipewire,pulse, # simultaneously as mpv won't appear in pavucontrol and I had
# audio disappearing suddenly
#ao=jack,pulse,
# My mpv usage has mostly been anime, but there is occassional English one too # My mpv usage has mostly been anime
alang=jpn,jp,ja,en,eng alang=jpn,jp,ja
# but I still prefer to have subtitles. Note that two are shown simultaneously. # but I still prefer to have subtitles
slang=fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa slang=fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus
# 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
@ -26,7 +29,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
# quieter than other people # lss silent than other people
volume=70 volume=70
# Fullscreen by default # Fullscreen by default
@ -52,7 +55,7 @@ video-sync=display-resample
interpolation interpolation
tscale=oversample tscale=oversample
# When watching YouTube videos, don't eat all CPU and bandwidth being # When watching YouTube videos, don't eat all CPU and bandwidth and be
# 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,9 +48,6 @@
"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>"
], ],