swaparr / swaparr

✦ A robust solution addressing stalled torrents in the Starr apps.
MIT License
32 stars 0 forks source link

Detect torrents that never started #21

Open kysersoze81 opened 3 months ago

kysersoze81 commented 3 months ago

I have some torrents that never get started - magnetised transfer retrieving metadata 0.0%

Would it be possible to find out the torrents that have been grabbed by sonarr/radarr/lidarr/readarr/whisparr but are not detected in the download queue after a period of time and have them marked as failed and try again?

yes i snuck lidarr in there as well

ThijmenGThN commented 3 months ago

Hi @kysersoze81

Thank you for opening this feature request.

So, for my understanding if they're not in the queue, where would Swaparr be able to find them?

Will it have to iterate all download clients and check them individually?

If you're referring to stalled and meta fetching torrents in the queue then be sure to enable "AGGRESSIVE_STRIKES".

^ Thijmen

kysersoze81 commented 3 months ago

Hi. I already have aggressive strikes enabled. It doesn't pickup on the torrents that never started. I even removed the existing ones before swaparr was running just in case. My thought was that it would have to be data pulled through the API for the arrs. It would have to be the history of grabbed torrents. I guess it just depends on what you can pull from it