mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
Compare commits
No commits in common. "9c705653ff7f5449bbf0c02dd134a209fec0bbd4" and "03b37c2396c47e367da35725a32a32fdbb4f0dc5" have entirely different histories.
9c705653ff
...
03b37c2396
@ -8,7 +8,7 @@ ao=pipewire,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,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
|
||||
slang=fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
|
||||
|
||||
# Subtitle font, although only one is allowed at a time?
|
||||
#sub-font='Noto Serif Regular'
|
||||
@ -49,7 +49,7 @@ window-maximized=yes
|
||||
#opengl-swapinterval=0
|
||||
|
||||
# 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
|
||||
# hardware can handle it.
|
||||
## 2020-11-09: even Sedric doesn't handle this for some reason, 8 GB RAM
|
||||
@ -57,10 +57,10 @@ window-maximized=yes
|
||||
#scale=ewa_lanczossharp
|
||||
#cscale=ewa_lanczossharp
|
||||
# "more complicated", desyncing video causes resampling audio
|
||||
#video-sync=display-resample
|
||||
video-sync=display-resample
|
||||
# make motion smoother (both two)
|
||||
#interpolation
|
||||
#tscale=oversample
|
||||
interpolation
|
||||
tscale=oversample
|
||||
|
||||
# When watching YouTube videos, don't eat all CPU and bandwidth being
|
||||
# even more unpleasant to use!
|
||||
|
2
install
2
install
@ -53,8 +53,6 @@ cp -v conf/makepkg.conf $HOME/.makepkg.conf
|
||||
# the media player
|
||||
mkdir -vp $HOME/.config/mpv/
|
||||
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 [ ! -f $HOME/.oidentd.conf ]; then
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 214d53973389ce0780548ddfa26c5556a8d65004
|
||||
Subproject commit f1781bcf29e312b978f55afa7489a785c3220b3a
|
@ -1 +1 @@
|
||||
Subproject commit 1628bf1e214c0640d9d506cde40547b4af0b8d29
|
||||
Subproject commit fba8a1125af01fad20c0618bf1729ed442c2eeb2
|
@ -1 +1 @@
|
||||
Subproject commit ac99da8dd3fdcc4bb361c48e1b02eaa55d95add1
|
||||
Subproject commit 770c1ee98e52699d6a4219331d013f732f7b4fc0
|
Loading…
Reference in New Issue
Block a user