pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.79k stars 276 forks source link

Seed idle time missing from deluge config options #7981

Open jomomz opened 4 years ago

jomomz commented 4 years ago

Describe the bug The option is there in transmission settings I get messages in the log that says the torrent tracker is removing torrents even though they are nowhere near the ratio

2020-04-16 10:33:41 INFO    TORRENTCHECKER :: [8f6b666] Checking Deluge torrent status.
2020-04-16 08:33:41 INFO    TORRENTCHECKER :: [8f6b666] Torrent completed and reached minimum ratio: [0.000/2.000] or seed idle limit Removing it: #####
2020-04-16 08:33:41 INFO    TORRENTCHECKER :: [8f6b666] Torrent completed and reached minimum ratio: [0.026/2.000] or seed idle limit Removing it: #####
2020-04-16 08:33:41 INFO    TORRENTCHECKER :: [8f6b666] Checking Deluge torrent status.

There must be a setting in the code/config it's using otherwise it wouldn't think it needs to remove it right?

Deluge isn't removing any on its own that I've manually added and transmission worked when I used it.

Medusa (please complete the following information):

jomomz commented 4 years ago

I've tried to set a recheck time that is really high, but it's either not saving or its not listening

image

image

It appears to be checking every 2 hours, which is contrary to the default of 1.

jomomz commented 4 years ago

I currently have the option to remove torrents Unchecked.

image

but its still removing them image

jomomz commented 4 years ago

I currently have the option to remove torrents Unchecked.

image

but its still removing them image

This was because I needed to reboot medusa after making the changes. Might want to make a change to the torrent tracker to reboot it self after a change is made to this setting.

But the initial issue still stands and it will destroy your ratio on private sites.