uTorrent script - Subtitles language

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Kapoue
Posts: 11
Joined: 18 Jan 2013, 15:48

uTorrent script - Subtitles language

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent script - Subtitles language

Post 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.
:idea: Please read the FAQ and How to Request Help.
Kapoue
Posts: 11
Joined: 18 Jan 2013, 15:48

Re: uTorrent script - Subtitles language

Post by Kapoue »

Even with this command it doesn't download the subtitles in french
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent script - Subtitles language

Post by rednoah »

Updated the utorrent-script yesterday to support multiple subtitle languages.

eg

Code: Select all

--def subtitles=en,fr,de
:idea: Please read the FAQ and How to Request Help.
Post Reply