I have now started trying to integrate with uTorrent using the Run Program when torrent finishes. Here is the script I am using in the uTorrent "Run this program when torrent finishes input"
Code: Select all
filebot.launcher.exe -script fn:amc --output "G:/ServerFolders/TV/{n}/{n} - {s00e00}" --log-file "G:/ServerFolders/TV/File_Bot_Transfers.log" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
I am not sure if I am getting Java errors or not. There is no pop-up but I have been seeing files like "hs_err_pid15044.log" show up.Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label =
Parameter: ut_state = 5
Parameter: ut_title = Adventure.Time.S06E19.Is.That.You.HDTV.x264-W4F.mp4
Parameter: ut_kind = single
Parameter: ut_file = Adventure.Time.S06E19.Is.That.You.HDTV.x264-W4F.mp4
Parameter: ut_dir = G:\ServerFolders\Holding
Exclude: G:\ServerFolders\Holding\Adventure.Time.S06E19.Is.That.You.HDTV.x264-W4F.mp4
No files selected for processing
Failure (°_°)
System Info
Windows Home Server 2011
Files are being moved to and from the same Raid Array (G:)
Java 1.8 64bit