Setting up Filebot/AMC/uTorrent: No files selected for processing
Posted: 23 Sep 2016, 14:42
Hi Everyone,
I'm trying to set up AMC to be called automatically from uTorrent but I'm running in to problems and would greatly appreciate some assistance.
Here is the command I'm using
At the moment it doesn't seem to be doing anything when the torrent file completes so (after reading through some of the forum posts) I tried running this in CMD and got the error message "Illegal usage: bad file arguments or ut_dir/ut_file parameters"
The first thing I tried was updating everything (FB, Java, and AMC script)
I then tried again replacing the variables using: and got the following log file:
The file is definitely there as I copied the filename so I've ballsed something else up along the line and can't seem to figure out what - below is my sysinfo if it helps
I'm totally at a loss now so would appreciate if anyone could point me in the right direction
Thank you!
I'm trying to set up AMC to be called automatically from uTorrent but I'm running in to problems and would greatly appreciate some assistance.
Here is the command I'm using
Code: Select all
filebot -script fn:amc --def seriesFormat="D:/TV/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}" movieFormat="F:/Movies/{n} ({y})/{n} ({y})" musicFormat="G:/Music/To Be Processed/{n}/{fn}" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
The first thing I tried was updating everything (FB, Java, and AMC script)
I then tried again replacing the variables using:
Code: Select all
filebot -script fn:amc --def seriesFormat="D:/TV/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}" movieFormat="F:/Movies/{n} ({y})/{n} ({y})" musicFormat="G:/Music/To Be Processed/{n}/{fn}" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=5" "ut_title=lethal.weapon.101.hdtv-lol[ettv].mkv" "ut_kind=%K" "ut_file=lethal.weapon.101.hdtv-lol[ettv].mkv" "ut_dir=D:\Completed Downloads"
Code: Select all
Run script [fn:amc] at [Fri Sep 23 15:26:16 BST 2016]
Parameter: seriesFormat = D:/TV/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}
Parameter: movieFormat = F:/Movies/{n} ({y})/{n} ({y})
Parameter: musicFormat = G:/Music/To Be Processed/{n}/{fn}
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_label = %L
Parameter: ut_state = 5
Parameter: ut_title = lethal.weapon.101.hdtv-lol[ettv].mkv
Parameter: ut_kind = %K
Parameter: ut_file = lethal.weapon.101.hdtv-lol[ettv].mkv
Parameter: ut_dir = D:\Completed Downloads
No files selected for processing
Failure (°_°)
Code: Select all
FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_101
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 20 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\Adam\AppData\Roaming\FileBot
Done ?(?????)?
Thank you!