Trouble with AMC/rtorrent integration

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Chexie
Posts: 3
Joined: 08 Jun 2015, 17:28

Trouble with AMC/rtorrent integration

Post by Chexie »

Hey guys,

I've been trying to get this part of the AMC script: http://www.filebot.net/forums/viewtopic ... =215#p5316 to function on my Debian box, but it doesn't seem to want to work. I've downloaded multiple episodes to see if it would trigger 'system.method.set_key=event.download.finished' and call the postprocess script, but alas there is nothing happening.

Please help!

Couple screenies to help out:
1. the .rtorrent.rc argument: http://screencast.com/t/HYnHlsLCwra
2. the rtorrent-postprocess.sh argument: http://screencast.com/t/VvzCWZIk0b and http://screencast.com/t/vqrzcENLyrmr

It's also worth mentioning that I've tried the default syntax to no avail.
Chexie
Posts: 3
Joined: 08 Jun 2015, 17:28

Re: Trouble with AMC/rtorrent integration

Post by Chexie »

Waited 1 week for a response and nothing yet, so bumping this.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Trouble with AMC/rtorrent integration

Post by rednoah »

Have you managed to call any script at all via rtorrent? I'd start by verifying that your script is in fact called.

I wouldn't trust that $HOME works. Not in scripts called by rtorrent. Certainly not in rtorrrent config files.
:idea: Please read the FAQ and How to Request Help.
Chexie
Posts: 3
Joined: 08 Jun 2015, 17:28

Re: Trouble with AMC/rtorrent integration

Post by Chexie »

I've been able to use $HOME with FileBot from root directory and my provider has assured me that ~ and $HOME act identical, but I'll change the calls to '~' and give it a try.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Trouble with AMC/rtorrent integration

Post by rednoah »

I'd use absolute paths to make absolutely sure...
:idea: Please read the FAQ and How to Request Help.
Post Reply