AMC on headless Linux

Any questions? Need some help?
Post Reply
fumrasmussen
Posts: 2
Joined: 24 Oct 2019, 15:51

AMC on headless Linux

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

Re: AMC on headless Linux

Post by rednoah »

What does the console say in response to these commands?


:idea: Here's some general debugging advice: viewtopic.php?t=3067
:idea: Please read the FAQ and How to Request Help.
Post Reply