AMC Script not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
sion_zaphod
Posts: 3
Joined: 03 Nov 2013, 20:05

AMC Script not working

Post by sion_zaphod »

Hello, I am having issues with the amc script since thursday. First I noticed that my utorrent tv shows downloads were not getting sorted after completing the download. I tried to run th command from command line and it still was'nt sorting my downloads so I updated filebot to the newest version then I ran the command from the command line:-

filebot -script fn:amc --output "/users/public" --action move --conflict override -non-strict --def music=y subtitles=en artwork=y backdrops=y clean=y deleteAfterExtract=y "seriesFormat=videos/TV/{n}/{'Season '+s}/{n}.{s00e00}.{t}" "movieFormat=videos/MOVIES/{collection}/{n} ({y})/{n} ({y})" %1

And that worked fine. But it is still not sorting my downloads upon completion. I have utorrent set to run this upon completion:-

filebot -script fn:amc --output "/users/public" --action move --conflict override -non-strict --def music=n subtitles=en artwork=y backdrops=y clean=y deleteAfterExtract=y "seriesFormat=videos/TV/{n}/{'Season '+s}/{n}.{s00e00}.{t}" "movieFormat=videos/MOVIES/{collection}/{n} ({y})/{n} ({y})" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

I have not changed this in over a year and only started getting this issue on thursday. Is there any fix for this problem or will I have to do sorts from the command line from now on?
User avatar
rednoah
The Source
Posts: 23939
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Script not working

Post by rednoah »

Logs?

@see http://www.filebot.net/forums/viewtopic.php?f=8&t=1868

uTorrent is just calling filebot from cmdline, same as you. So if it's working manually but not from uTorrent then your job is to figure out what the difference is. Probably just a PATH issue, so go check the AMC Manual and see the Troubleshooting section.
:idea: Please read the FAQ and How to Request Help.
Post Reply