Comment on Fetcharr - a human-developed Huntarr replacement
Luminous5481@anarchist.nexus 4 days ago
find and fetch missing or upgradable media
Sounds like a solution in search of a problem, considering the other Servarr apps already do that.
Comment on Fetcharr - a human-developed Huntarr replacement
Luminous5481@anarchist.nexus 4 days ago
find and fetch missing or upgradable media
Sounds like a solution in search of a problem, considering the other Servarr apps already do that.
egg82@lemmy.world 4 days ago
yep! If your arr stack already does what you want then I don’t really recommend adding more to it for the sake of doing so. The issue I have (and maybe it’s a layer 8 problem) is that mine does not. At least not as well as I want. If Sonarr ever did find anything on its own I never saw it, and while developing Fetcharr I definitely grabbed a few movies I was missing. It definitely seems like I’m not alone in this issue so I think it’ll be helpful for folks.
If you want, try it out and see if it does anything for you. If you think it’ll be helpful or a good replacement than great! If you find that you already have everything you need then that’s even better.
McWizard@lemmy.zip 3 days ago
#Radarr curl -X POST “localhost:7878/api/v3/command”
-H “X-Api-Key: YOUR API KEY”
-H “Content-Type: application/json”
-d ‘{“name”: “missingMoviesSearch”}’
This does it for me. I have this in a cronjob together with one for sonarr and it starts the active search of the arrs.
egg82@lemmy.world 3 days ago
That’s great! A cronjob can be effective if your indexer doesn’t mind the extra strain or you have a small library.