Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Remove and Delete Data from rTorrent

$
0
0

@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: complete

However, 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

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles