Page 1 of 1

Trouble with AMC/rtorrent integration

Posted: 08 Jun 2015, 17:36
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.

Re: Trouble with AMC/rtorrent integration

Posted: 15 Jun 2015, 19:01
by Chexie
Waited 1 week for a response and nothing yet, so bumping this.

Re: Trouble with AMC/rtorrent integration

Posted: 15 Jun 2015, 20:17
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.

Re: Trouble with AMC/rtorrent integration

Posted: 15 Jun 2015, 21:37
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.

Re: Trouble with AMC/rtorrent integration

Posted: 16 Jun 2015, 05:56
by rednoah
I'd use absolute paths to make absolutely sure...