ManiMatter / decluttarr

Watches radarr, sonarr, lidarr, readarr and whisparr download queues and removes downloads if they become stalled or no longer needed.
GNU General Public License v3.0
99 stars 15 forks source link

[Feature Request] Optionally track "strikes" via a text file #79

Closed alexx-ftw closed 2 months ago

alexx-ftw commented 2 months ago

First, thanks for building and sharing this tool.

Right now, every time the script is restarted, the "strikes" are reset back to 0.

I would be nice being able to log this "strikes" onto a text file so that even if the computer or the script are restarted, the history of the torrents is not lost

ManiMatter commented 2 months ago

Thanks @alexx-ftw

The is designed to keep running and after n strikes remove the torrent, and waiting t minutes between the strikes.

If n and t are sensibly configured (I use 3 strikes in 10min intervals), even if the computer was restarted, latest 40min later the torrent would be killed.

Thus not seeing the big advantage here. If you want to resume where the tracking was before restarting, could you use hibernate instead of shutdown?

ManiMatter commented 2 months ago

Closed as no feedback / not planned