mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "0d925996e06c78247b3ada13eaf70346bebd3bec" and "e4304fd6412d328c82a445562fd7240adb1c3b70" have entirely different histories.
0d925996e0
...
e4304fd641
@ -1,14 +1,17 @@
|
||||
# ~/.config/mpv/mpv.conf
|
||||
|
||||
# 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
|
||||
# TODO: Does the above apply with PipeWire being the default?
|
||||
ao=pipewire,pulse,
|
||||
# COMMENTed: makes life difficult when syncplaying (with mpv) and mumbling
|
||||
# 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
|
||||
alang=jpn,jp,ja,en,eng
|
||||
# but I still prefer to have subtitles. Note that two are shown simultaneously.
|
||||
slang=fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
|
||||
# My mpv usage has mostly been anime
|
||||
alang=jpn,jp,ja
|
||||
# but I still prefer to have subtitles
|
||||
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
|
||||
# relevant with subtitles
|
||||
@ -26,7 +29,7 @@ sub-filter-sdh-harder=no
|
||||
sub-auto=fuzzy
|
||||
|
||||
# Use decreased volume by default so when Mumbling or other VoIP mpv is
|
||||
# quieter than other people
|
||||
# lss silent than other people
|
||||
volume=70
|
||||
|
||||
# Fullscreen by default
|
||||
@ -52,7 +55,7 @@ video-sync=display-resample
|
||||
interpolation
|
||||
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!
|
||||
# https://github.com/mpv-player/mpv/issues/4241#issuecomment-327033395
|
||||
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best
|
||||
|
@ -48,9 +48,6 @@
|
||||
"fpnmgdkabkmnadcjpehmlllkndpkmiak": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"runtime_allowed_hosts": [
|
||||
"*://*.archive.org/*"
|
||||
],
|
||||
"runtime_blocked_hosts": [
|
||||
"<all_urls>"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user