Radarr
Radarr v3 wrapper — snapshot movies/root folders/tags (with on-disk IMDb parsing for drift detection), and delete movies via the official API (files + import-list exclusion).
Adds delete method: DELETE /api/v3/movie/{id} with the standard ?deleteFiles=true&addImportListExclusion=true defaults. Emits a delete_result resource (movieId, flags, HTTP status, response body) so workflow steps can verify outcome. Non-throwing on HTTP errors so batch deletes survive a single 404.
Initial publish: sync method snapshots /api/v3/movie + /api/v3/rootfolder + /api/v3/tag into inventory + summary resources. Tag IDs are joined to labels, and the IMDb tt-id is parsed from the on-disk filename (fileImdbId) so Radarr metadata drift vs the actual file is detectable.
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned