mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
2 Commits
32d3fb3813
...
b3c3fbd47e
Author | SHA1 | Date | |
---|---|---|---|
b3c3fbd47e | |||
434fb53bf7 |
@ -36,7 +36,9 @@ osd-font='Inclusive Sans'
|
|||||||
# Amber font color for subtitles, unless they otherwise specify?
|
# Amber font color for subtitles, unless they otherwise specify?
|
||||||
sub-color='#ffb700'
|
sub-color='#ffb700'
|
||||||
|
|
||||||
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
|
# Enable two simultaneous subtitles (first slang on bottom, second on top).
|
||||||
|
# If they appear in wrong order, psas in --sid=2 where 2 is replaced with the
|
||||||
|
# desired primary subtitle ID displayed in mpv output in the terminal.
|
||||||
sid=auto
|
sid=auto
|
||||||
secondary-sid=auto
|
secondary-sid=auto
|
||||||
|
|
||||||
@ -48,9 +50,8 @@ sub-filter-sdh-harder=no
|
|||||||
sub-auto=fuzzy
|
sub-auto=fuzzy
|
||||||
|
|
||||||
# Allow ASS subtitles to specify their own formatting. This is default for
|
# Allow ASS subtitles to specify their own formatting. This is default for
|
||||||
# the primary one, but the secondary defaults to strip. Thus this may have
|
# the primary one, but the secondary defaults to strip. Remember also the key
|
||||||
# unforeseen issues used together, but I guess toggling subtitles by j would
|
# j for switching subtitle tracks.
|
||||||
# fix it.
|
|
||||||
sub-ass-override=yes
|
sub-ass-override=yes
|
||||||
secondary-sub-ass-override=yes
|
secondary-sub-ass-override=yes
|
||||||
|
|
||||||
@ -65,5 +66,8 @@ fs=yes
|
|||||||
#window-maximized=yes
|
#window-maximized=yes
|
||||||
|
|
||||||
# Move ON SCREEN CONTROLLER to top, disable santa hats in December alongside
|
# Move ON SCREEN CONTROLLER to top, disable santa hats in December alongside
|
||||||
# othervfestivities
|
# other festivities
|
||||||
script-opts=osc-layout=topbar,osc-greenandgrumpy=yes
|
script-opts=osc-layout=topbar,osc-greenandgrumpy=yes
|
||||||
|
|
||||||
|
# Read yt-dlp config file
|
||||||
|
ytdl-raw-options=config-locations=~/.config/yt-dlp/config
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# This will have unforeseen consequences
|
# This will have unforeseen consequences
|
||||||
#--sub-langs all,-live_chat
|
#--sub-langs all,-live_chat
|
||||||
# Thus copy-paste from mpv
|
# Thus copy-paste from mpv
|
||||||
--sub-langs fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
|
--sub-langs fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user