Page 1 of 1

Help with uTorrent

Posted: 05 Mar 2015, 11:15
by jannis
Hi rednoah,

I've been grappling with filebot for about a week now and just can't seem to get it running. The script isn't starting when my downloads are finishing. I would post my logs, but there is nothing to log because it's not running. I have tried using terminal, and when I run a test through that, it works absolutely fine.

I'm running

Code: Select all

/usr/bin/filebot -script fn:amc --output "/media/joe/SAMSUNG1/Downloads" --log-file amc.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 tried to define the direct path to filebot as it wasn't working.

Image

This is my sys info.

Apologies for any mistakes, I'm a bit of a noob

Re: Help with uTorrent

Posted: 05 Mar 2015, 12:19
by rednoah
I'd start by redirecting standard output and error output to a file and see what it says.

Make sure that "filebot" and "java" is in the PATH, i.e. linked to /usr/bin, otherwise you might get an filebot/java command not found.

Re: Help with uTorrent

Posted: 05 Mar 2015, 13:48
by jannis
Hi rednoah,

As I said, I am a noob, so how would I go about doing this? I just checked my /usr/bin folder, and have found both java and filebot in there

Re: Help with uTorrent

Posted: 05 Mar 2015, 15:19
by rednoah
You can use Google, or the links here to learn about I/O redirection.

@see viewtopic.php?f=8&t=1558