amc issue?
Posted: 04 Jan 2014, 15:17
Running uTorrent on Windows Server 2012
I have the 'Run this program when a torrent finishes' script set to;
Then a torrent finishes, the 'Logger' tab shows;
[2014-01-04 15:10:25] Executing: filebot -script fn:amc --output "D:/Media/Not watched" --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=y clean=y "ut_dir=D:\Media\Not watched\Some Torrent" "ut_file=Other\AhaShare.com.txt" "ut_kind=multi" "ut_title=Some Torrent" "ut_label=" "ut_state=8"
The amc.log shows as if nothing has happened, the history shows as if nothing has happened?
If I copy the script into cmd then it works perfectly
Any ideas?
I have the 'Run this program when a torrent finishes' script set to;
Code: Select all
filebot -script fn:amc --output "D:/Media/Not watched" --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=y clean=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Then a torrent finishes, the 'Logger' tab shows;
[2014-01-04 15:10:25] Executing: filebot -script fn:amc --output "D:/Media/Not watched" --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=y clean=y "ut_dir=D:\Media\Not watched\Some Torrent" "ut_file=Other\AhaShare.com.txt" "ut_kind=multi" "ut_title=Some Torrent" "ut_label=" "ut_state=8"
The amc.log shows as if nothing has happened, the history shows as if nothing has happened?
If I copy the script into cmd then it works perfectly
Any ideas?