@blacksmith wrote:
Hi everyone!
It seems that clean_transmission plugin is removing all finished torrents, no matter the value of 'finished_for' of 'min_ratio' settings.
Flexget is executing on a Raspberry 3 with OSMC.
My version of Flexget:
osmc@RaspberryPi3:~/.flexget$ flexget -V 2.3.32
My task in config.yml:
clean: priority: 3 clean_transmission: host: localhost port: 9091 username: <my_user> password: <my_password> finished_for: 1 days #min_ratio: 0.5 delete_files: No transmission_seed_limits: Yes disable: [details]
The log file after a successful execution:
2016-09-22 11:40 WARNING task clean Task doesn't have any input plugins, you should add (at least) one! 2016-09-22 11:40 WARNING task clean Task does not have any filter plugins to accept entries. You need at least one to accept the entries you want. 2016-09-22 11:40 WARNING task clean Task doesn't have any output plugins, you should add (at least) one! 2016-09-22 11:40 VERBOSE transmission clean Torrent "<my_torrent1>": status: "seeding" - ratio: 0.0653 - date added: 2016-09-22 08:39:00 - date done: 2016-09-22 09:10:45 2016-09-22 11:40 INFO transmission clean Removing finished torrent `<my_torrent1>` from transmission 2016-09-22 11:40 VERBOSE transmission clean Torrent "<my_torrent2>": status: "seeding" - ratio: 0.0881 - date added: 2016-09-22 08:39:27 - date done: 2016-09-22 09:10:28 2016-09-22 11:40 INFO transmission clean Removing finished torrent `<my_torrent2>` from transmission 2016-09-22 11:40 VERBOSE transmission clean Torrent "<my_torrent3>": status: "seeding" - ratio: 0.0334 - date added: 2016-09-22 09:05:50 - date done: 2016-09-22 11:05:53 2016-09-22 11:40 INFO transmission clean Removing finished torrent `<my_torrent3>` from transmission 2016-09-22 11:40 VERBOSE transmission clean Torrent "<my_torrent4>": status: "seeding" - ratio: 0.2115 - date added: 2016-09-22 08:37:07 - date done: 2016-09-22 09:04:13 2016-09-22 11:40 INFO transmission clean Removing finished torrent `<my_torrent4>` from transmission
Why is the plugin removing torrents finished only a minutes ago? It should wait 1 day, shouldn´t it?
Thank you very much!
Posts: 1
Participants: 1