Page 1 of 1

AMC on headless Linux

Posted: 24 Oct 2019, 16:09
by fumrasmussen
I ssh'ed into my seedbox

Code: Select all

curl -O https://raw.githubusercontent.com/filebot/plugins/master/bash/rtorrent-postprocess.sh

Code: Select all

chmod +rx rtorrent-postprocess.sh

Code: Select all

echo ‘system.method.set_key=event.download.finished,filebot,”execute={‘`pwd`/rtorrent-postprocess.sh’,$d.get_base_path=,$d.get_name=,$d.get_custom1=}”’ >> ~/.rtorrent.rc
and ran these as the guide suggested


Tried with a file and nothing happens. What do I do now?

Re: AMC on headless Linux

Posted: 25 Oct 2019, 02:30
by rednoah
What does the console say in response to these commands?


:idea: Here's some general debugging advice: viewtopic.php?t=3067