[Hire Request] Filebot Subtitle Downloading

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Dukefleed
Posts: 2
Joined: 30 Jun 2014, 14:25

[Hire Request] Filebot Subtitle Downloading

Post by Dukefleed »

Hello there,

first of all, i admire filebot, i think its awesome..down to business

i have a collection big collection of movies and i need help with subtilte downloading

i have used this Command with MCM and it was working great
-get-subtitles %V --lang en --output srt --encoding utf8 -non-strict --conflict skip

i saw this on a page and i used it (i dont understand it)

however, i need more than just downloading, i need to download 2 subtitles (2 diffrent lang) and rename those with the langage,

for example i have this movies
NachoLibre.Avi

i want filebot to download 2 subtitles (one in english, and one in spanish) and rename those to be like this
NachoLibre_en.srt
NachoLibre_es.srt
incloded in the same folder ofc

thanks
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Hire Request] Filebot Subtitle Downloading

Post by rednoah »

For large batches of files it's recommend to use the suball script:
http://www.filebot.net/forums/viewtopic ... &t=5#p8871

Just call the script once for each --lang.

Subtitles are always downloaded with 3-letter language codes, but you can regex-batch-rename that with other tools later on easily (if you need to, i recommend using the default 3-letter codes).
:idea: Please read the FAQ and How to Request Help.
Dukefleed
Posts: 2
Joined: 30 Jun 2014, 14:25

Re: [Hire Request] Filebot Subtitle Downloading

Post by Dukefleed »

thanks,
will give it a try

however, i thought the lang code was a 2 letter code, not 3, ??
Post Reply