Deluge Console 2.0.3 Raspberry Pi
Posted: Mon Nov 15, 2021 6:53 pm
I have a script that runs after a torrent has finished downloading. At the end of the script I remove the torrent from the que but It's not working
anymore. It did work in 1.3.15.
This part works and it pauses the torrent.
I run a filebot script and then once it completes I want to remove the torrent from being listed in the que list. But it doesn't remove it now when it previously did.
Is there a new method for removing a torrent once the script is complete or is there something wrong with the method I'm using now?
anymore. It did work in 1.3.15.
This part works and it pauses the torrent.
Code: Select all
deluge-console "connect 127.0.0.1:58846 root dietpi; pause $TORRENT_ID ; exit"
Code: Select all
deluge-console "connect 127.0.0.1:58846 root dietpi; del $TORRENT_ID ; exit"