Page 1 of 1

AMC Script Stopped Working

Posted: 01 Oct 2014, 20:17
by dacari
My setup was working, but now Utorrent has stopped running my AMC automation script. Everything looks ok in the AMC. log file. Any help would be appreciated.


filebot -script fn:amc --output "\\NAS\Volume_2\Media\Movies" --log-file amc.log --action test --conflict override -non-strict --def music=n artwork=y backdrops=n plex=Server "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" "clean=y" --def "movieFormat=New/{n} {y}/{fn}" --def "seriesFormat=New/Series/{n}/Season {s}/{fn}" --def "exec=cmd /c \"C:/Yamjcurrent/My_YAMJ.cmd\""

Windows: 8.1
Java: 1.6.0_21-b07
Filebot:

Re: AMC Script Stopped Working

Posted: 02 Oct 2014, 01:43
by rednoah
@see http://www.filebot.net/forums/viewtopic.php?f=8&t=1868

1.
Java 6 isn't supported.

2.
This is bullshit. If those logs where created from a utorrent call the %VARS would have been replaced. Basically the logs you sent are useless, and unrelated to any issue there may be.

Code: Select all

Parameter: pushbullet = *****
Parameter: music = n
Parameter: artwork = y
Parameter: backdrops = n
Parameter: plex = Server
Parameter: ut_dir = %D
Parameter: ut_file = %F
Parameter: ut_kind = %K
Parameter: ut_title = %N
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: clean = y
Parameter: movieFormat = New/{n} {y}/{fn}
Parameter: seriesFormat = New/Series/{n}/Season {s}/{fn}
Parameter: exec = cmd /c "C:/Yamjcurrent/My_YAMJ.cmd"
No files selected for processing

Re: AMC Script Stopped Working

Posted: 02 Oct 2014, 03:24
by dacari
Thank you sir, it was Java