mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
Compare commits
5 Commits
03b37c2396
...
9c705653ff
Author | SHA1 | Date | |
---|---|---|---|
9c705653ff | |||
aaae799aa6 | |||
25493a2a57 | |||
53a8d61a0d | |||
fc4300d645 |
@ -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!
|
||||||
|
2
install
2
install
@ -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
|
Loading…
Reference in New Issue
Block a user