Compare commits

...

2 Commits

Author SHA1 Message Date
3dab67498b
conf: add yt-dlp.conf 2021-08-29 19:10:32 +03:00
804e352294
mpv.conf: set font to OpenDyslexic 2021-08-29 18:40:17 +03:00
2 changed files with 22 additions and 0 deletions

View File

@ -13,6 +13,10 @@ alang=jpn,jp,ja
# but I still prefer to have subtitles
slang=fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus
# I find myself reading it a lot faster than other fonts which is kind of
# relevant with subtitles
sub-font='OpenDyslexic'
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
sid=auto
secondary-sid=auto

18
conf/yt-dlp.conf Normal file
View File

@ -0,0 +1,18 @@
# ~/.config/yt-dlp/config
# ASCII only filenames, no spaces or &s
--restrict-filenames
# Windows compatible filenames
--windows-filenames
# Attempt to take cookies from Edge
--cookies-from-browser edge
# Download all subtitles, even autogenerated, but not livechat
--write-subs
--write-auto-subs
# This will have unforeseen consequences
#--sub-langs all,-live_chat
# Thus copy-paste from mpv
--sub-langs fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus