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
|
# ~/.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
|
||||||
|
@ -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>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user