Closed caiquejd closed 4 years ago
I have take a look in the code and it only retrieve the first sub it comes in the video. So it won't look for the right sub you are looking for.
I'm making changes in the code so it can look and try to retrieve the set subtitle in the config file.
Also according to the code the right format is ptBR.
crLocal is not to download a specific language for subtitles but to be able to parse properly Cr pages that are translated. Choosing langages for subtitles will come in a future version.
1.6 release add the ability to choose subtitles languages.
I'm trying to use crLocale in config.json to choose Portugue-Brazilian language, but do not seems to work, and Crunchy only ignores showing:
I'm using this format:
{ "format": "ass", "tag": "CrunchyRoll", "resolution": "720", "retry": 5, "nametmpl": "{SERIES_TITLE} - s{SEASON_NUMBER}e{EPISODE_NUMBER} - {EPISODE_TITLE} - [{TAG}]", "user": "", "pass": "", "crLocale": "pt-br", "output": "D:\Animes\OP" }
How I can change de subtitle language?