Comment on Fetcharr - a human-developed Huntarr replacement
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.