directorscut82 / find_subtitles

find_subtitles is a lua script for mpv to (down)load subtitles
24 stars 5 forks source link

Is possible to choose a second language? #9

Closed josecleiton closed 5 years ago

josecleiton commented 5 years ago

I want to download subtitles from pt-BR, but if doesn't exist I accept english subs as well. There is a way to do this with the subliminal command? Thanks

directorscut82 commented 5 years ago

Hi, if you take a look at subliminal's documentation, it seems that you can: -l, --language LANGUAGE Language as IETF code, e.g. en, pt-BR (can be used multiple times). [required]

Just add the languages you want in the script (line #38)