@Spencer_Hughes wrote:
Hello,
I am looking for a way for automatically remove and delete torrents from rtorrent if they meet a certain condition. Right now, the config for the task is:
Clean_rTorrent:
disable:
- seen
- seen_info_hash
from_rtorrent:
uri: {SCGI URI}
username: {RTORRENT USER}
password: {RTORRENT PASSWORD}
if:
- ratio > 1.0 and custom1 == 'Freeleech': accept
rtorrent:
uri: {SCGI URI}
username: {RTORRENT USER}
password: {RTORRENT PASSWORD}
action: delete
custom2: completeHowever, this only removes the torrent from rtorrent, but the data remains on the disk. Is there a way from the rtorrent plugin to trigger the 'remove and delete data' action available in rutorrent?
Posts: 1
Participants: 1