Help with uTorrent

Support for Ubuntu and other Desktop Linux distributions
Post Reply
jannis
Posts: 5
Joined: 05 Mar 2015, 10:50

Help with uTorrent

Post 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
User avatar
rednoah
The Source
Posts: 23039
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with uTorrent

Post 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.
:idea: Please read the FAQ and How to Request Help.
jannis
Posts: 5
Joined: 05 Mar 2015, 10:50

Re: Help with uTorrent

Post 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
User avatar
rednoah
The Source
Posts: 23039
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with uTorrent

Post by rednoah »

You can use Google, or the links here to learn about I/O redirection.

@see viewtopic.php?f=8&t=1558
:idea: Please read the FAQ and How to Request Help.
Post Reply