Compare commits

...

5 Commits

Author SHA1 Message Date
9c705653ff
install: handle the mpv flatpak as well 2024-09-01 20:02:27 +03:00
aaae799aa6
mpv: add slang for Latin
I expect to never see this, but I am open to a pleasant surprise
2024-09-01 20:00:35 +03:00
25493a2a57
mpv.conf: add fallback to jp/jpn slang 2024-09-01 19:57:45 +03:00
53a8d61a0d
mpv.conf: comment hq options as Lumina seems unhappy with them 2024-09-01 19:57:06 +03:00
fc4300d645
update submodules 2024-09-01 19:56:04 +03:00
5 changed files with 10 additions and 8 deletions

View File

@ -8,7 +8,7 @@ ao=pipewire,pulse,
# My mpv usage has mostly been anime, but there is occassional English one too # My mpv usage has mostly been anime, but there is occassional English one too
alang=jpn,jp,ja,en,eng alang=jpn,jp,ja,en,eng
# but I still prefer to have subtitles. Note that two are shown simultaneously. # 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 slang=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
# Subtitle font, although only one is allowed at a time? # Subtitle font, although only one is allowed at a time?
#sub-font='Noto Serif Regular' #sub-font='Noto Serif Regular'
@ -49,7 +49,7 @@ window-maximized=yes
#opengl-swapinterval=0 #opengl-swapinterval=0
# HQ options according to Arch Wiki, may cause problems for "a few users" # HQ options according to Arch Wiki, may cause problems for "a few users"
profile=gpu-hq #profile=gpu-hq
# AW says that the manual says to use these for the best quality if the # AW says that the manual says to use these for the best quality if the
# hardware can handle it. # hardware can handle it.
## 2020-11-09: even Sedric doesn't handle this for some reason, 8 GB RAM ## 2020-11-09: even Sedric doesn't handle this for some reason, 8 GB RAM
@ -57,10 +57,10 @@ profile=gpu-hq
#scale=ewa_lanczossharp #scale=ewa_lanczossharp
#cscale=ewa_lanczossharp #cscale=ewa_lanczossharp
# "more complicated", desyncing video causes resampling audio # "more complicated", desyncing video causes resampling audio
video-sync=display-resample #video-sync=display-resample
# make motion smoother (both two) # make motion smoother (both two)
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 being
# even more unpleasant to use! # even more unpleasant to use!

View File

@ -53,6 +53,8 @@ cp -v conf/makepkg.conf $HOME/.makepkg.conf
# the media player # the media player
mkdir -vp $HOME/.config/mpv/ mkdir -vp $HOME/.config/mpv/
cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf
mkdir -vp $HOME/.var/app/io.mpv.Mpv/config/mpv
cp -v conf/mpv.conf $HOME/.var/app/io.mpv.Mpv/config/mpv/mpv.conf
# if I am performing ident spoofing already, I don't want to touch it # if I am performing ident spoofing already, I don't want to touch it
if [ ! -f $HOME/.oidentd.conf ]; then if [ ! -f $HOME/.oidentd.conf ]; then

@ -1 +1 @@
Subproject commit f1781bcf29e312b978f55afa7489a785c3220b3a Subproject commit 214d53973389ce0780548ddfa26c5556a8d65004

@ -1 +1 @@
Subproject commit fba8a1125af01fad20c0618bf1729ed442c2eeb2 Subproject commit 1628bf1e214c0640d9d506cde40547b4af0b8d29

@ -1 +1 @@
Subproject commit 770c1ee98e52699d6a4219331d013f732f7b4fc0 Subproject commit ac99da8dd3fdcc4bb361c48e1b02eaa55d95add1