call filebot from amc

Any questions? Need some help?
Post Reply
Ztrust
Posts: 69
Joined: 21 Dec 2013, 17:04

call filebot from amc

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

Re: call filebot from amc

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply