Calling filebot from Deluge

Any questions? Need some help?
Post Reply
imperialized
Posts: 14
Joined: 19 Jun 2016, 14:44

Calling filebot from Deluge

Post by imperialized »

Ok, so I was able to set up the automatic execute with ruTorrent, but I don't know how to do it in deluge. I followed the guide, downloading and chmod the file, but then it simply says "call our script from deluge".

I can get into the execute, add action in the web-ui, but I don't know what I am supposed to put for the script. Do I put the same thing as was called in ruTorrent?

Code: Select all

filebot,"execute={/home/{username}/deluge-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
EDIT:

So I think I realize that I needed to just call the deluge-postprocess.sh script, but now I keep getting an error when a torrent completes.

Code: Select all

[ERROR   ] 03:47:02 core:148 [execute] Execute script not found or not executable
I tried using
/home/{username}/deluge-postprocess.sh -AND- ~/deluge-postprocess.sh
in the execute field.

I chmodded the file (without error) - trying both chmod 777 and chmod +rwx to make sure it was an executable file.



Help is appreciated. Thanks in advance.


Edit:
I'm not sure why it wasn't working before, but for some reason when I tried

Code: Select all

/home/{username}/deluge-postprocess.sh
again, it worked as you would expect.
Post Reply