mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
6 Commits
e4304fd641
...
0d925996e0
Author | SHA1 | Date | |
---|---|---|---|
0d925996e0 | |||
14edaa85a4 | |||
19475a0fc0 | |||
9bf6cb41ca | |||
33f987d266 | |||
cfe02d26be |
@ -1,17 +1,14 @@
|
||||
# ~/.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
|
||||
# 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,
|
||||
# TODO: Does the above apply with PipeWire being the default?
|
||||
ao=pipewire,pulse,
|
||||
|
||||
# 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
|
||||
# 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
|
||||
|
||||
# I find myself reading it a lot faster than other fonts which is kind of
|
||||
# relevant with subtitles
|
||||
@ -29,7 +26,7 @@ sub-filter-sdh-harder=no
|
||||
sub-auto=fuzzy
|
||||
|
||||
# Use decreased volume by default so when Mumbling or other VoIP mpv is
|
||||
# lss silent than other people
|
||||
# quieter than other people
|
||||
volume=70
|
||||
|
||||
# Fullscreen by default
|
||||
@ -55,7 +52,7 @@ video-sync=display-resample
|
||||
interpolation
|
||||
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!
|
||||
# https://github.com/mpv-player/mpv/issues/4241#issuecomment-327033395
|
||||
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best
|
||||
|
@ -48,6 +48,9 @@
|
||||
"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