Page 1 of 1

call filebot from amc

Posted: 20 Nov 2016, 18:16
by Ztrust
Hi Rednoah

Im trying to fix my danish shows who dosent have an english tvdb page so they do not get renamed they only get an episode number.

i have made 2 scripts one for english and one for danish they both work but my problem is how do i call the danish one for the danish and the english for everything else, and this means the utorrent amc should ignore all and just call the scripts ?

thanks hope you will help me yet again :?:

Re: call filebot from amc

Posted: 21 Nov 2016, 07:02
by rednoah
1.
Some people use the {localize} binding to retrieve localized metadata as necessary in the format.

e.g.

Code: Select all

{localize.Danish.Title}

2.
If you want to run with --lang en and --lang da then you need to figure out which one it is before you call the amc script, which means you need utorrent to call your own script which then makes filebot calls however you want.