Page 1 of 1

uTorrent script - Subtitles language

Posted: 18 Jan 2013, 15:51
by Kapoue
Hello,

First of all thank you for this amazing program!
I try to know how to download the subtitles with utorrent script in another language (french).

Here is my current script:

Code: Select all

filebot -script fn:utorrent-postprocess --output "J:\Telechargements" --action copy --conflict override -non-strict --def subtitles=y artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def "seriesFormat=Series/{n}/{n} - {s00e00} - {t}" "animeFormat=Anims/{n}/{fn}" "movieFormat=Films/{n} {y}/{fn}" >> "J:\Telechargements\filebot.log" 2>&1
Thank you,

Benjamin

Re: uTorrent script - Subtitles language

Posted: 18 Jan 2013, 16:54
by rednoah
With --lang fr you can set everything to French. Subtitles, movie names, episode titles etc

If you only want to specifically change subtitle language you'll have to modify the script. Check other posts for that.

Re: uTorrent script - Subtitles language

Posted: 20 Jan 2013, 18:51
by Kapoue
Even with this command it doesn't download the subtitles in french

Re: uTorrent script - Subtitles language

Posted: 20 Jan 2013, 19:33
by rednoah
Updated the utorrent-script yesterday to support multiple subtitle languages.

eg

Code: Select all

--def subtitles=en,fr,de