Page 1 of 1

[HELP] AMC Not Firing on torrent completion (Linux/uTorrent)

Posted: 16 Feb 2015, 10:12
by b0fhy
Basically, as the title says. I have tried manually firing from the command line (replacing the uTorrent variables with a simple *.mkv to locate the file) and it all works as intended. However nothing appears to happen when leaving the box to do it's own thing.... Any help or suggestions would be appreciated! My only wonder is that AMC is firing before the file is copied?

Script Used

Code: Select all

filebot -script fn:amc --output "/shared/media" --log-file amc.log --action copy -non-strict "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def excludeList=amc-input.txt "seriesFormat=/shared/media/TV/{n}/{'Season'+s}/{n} - {sxe} - {t}" "movieFormat=/shared/media/Movies/{n}" myepisodes=****:****
SYSINFO:

Code: Select all

****@TACITUS:~$ filebot -script fn:sysinfo
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Runtime Environment 1.8.0_31 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 2 Core / 432 MB Max Memory / 29 MB Used Memory
OS: Linux (amd64)
uname: Linux TACITUS 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ?(@???@)?
****@TACITUS:~$
(Relevant) uTorrent Logs

Code: Select all

[20150116 09:39:07] Moving files from '/shared/Downloads/incoming/Family.Guy.S13E11.720p.HDTV.x264-KILLERS' to '/shared/Downloads/complete/Family.Guy.S13E11.720p.HDTV.x264-KILLERS'
[20150116 09:39:07] Executing: filebot -script fn:amc --output "/shared/media" --log-file amc.log --action copy -non-strict "ut_label="tv"ut_state=5" "ut_title=Family.Guy.S13E11.720p.HDTV.x264-KILLERS" "ut_kind=multi" "ut_file=Family.Guy.S13E11.720p.HDTV.x264-KILLERS.mkv" "ut_dir=/shared/Downloads/complete/Family.Guy.S13E11.720p.HDTV.x264-KILLERS" --def excludeList=amc-input.txt "seriesFormat=/shared/media/TV/{n}/{'Season'+s}/{n} - {sxe} - {t}" "movieFormat=/shared/media/Movies/{n}" myepisodes=****:****
amc.log, amc-input.txt
Empty!

Re: [HELP] AMC Not Firing on torrent completion (Linux/uTorr

Posted: 25 Feb 2015, 01:44
by rednoah
It's probably a PATH issue. I'd start by making sure that the "java" and "filebot" commands work when called from uTorrent which may very well use a different PATH from your shell.

Re: [HELP] AMC Not Firing on torrent completion (Linux/uTorr

Posted: 06 Mar 2015, 08:20
by b0fhy
Apologies for slow reply (Though guess I'm only shooting myself in the foot here!).
I can confirm that java and filebot both run from the command line (from all shell-enabled user accounts). Still no joy. I have also removed the myepisodes information, as Kodi seems to handle that well enough by itself in terms of adding and checking off, so that's one less thing to throw a spanner in the works.