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.
Trouble with AMC/rtorrent integration
Re: Trouble with AMC/rtorrent integration
Waited 1 week for a response and nothing yet, so bumping this.
Re: Trouble with AMC/rtorrent integration
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.
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
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
I'd use absolute paths to make absolutely sure...