You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For crunchyroll (don't know about the others), subtitle tracks aren't assigned a language. It would be cool to have the language set, so that all players that allow setting things like: "use lang regardless of what default track is in the file" could work. Also, I've seen that the default subtitle language is hard-coded as English, can it be turned into a new script parameter?
Long Explanation:
Note that I only use crunchyroll, I don't know how thing works for other sites, nor if what I'm proposing is applicable to them.
Also note that here I'm only talking about subtitle tracks, but it might be interesting to also consider audio/video tracks.
I can barely read python but for setting the language on crunchyroll subtitles it should be enough to add --language "N:lang" on all the lines regarding subtitles:
A friend of mine asked me to do this a few months back. It's a nice feature to have. I'll look into it and hopefully be done with it by the end of this month :)
Subject:
For crunchyroll (don't know about the others), subtitle tracks aren't assigned a language. It would be cool to have the language set, so that all players that allow setting things like: "use lang regardless of what default track is in the file" could work. Also, I've seen that the default subtitle language is hard-coded as English, can it be turned into a new script parameter?
Long Explanation:
I can barely read python but for setting the language on crunchyroll subtitles it should be enough to add
--language "N:lang"
on all the lines regarding subtitles:anime-dl/anime_dl/sites/crunchyroll.py
Lines 234 to 282 in 7ba09e5
The text was updated successfully, but these errors were encountered: