golift / starr

Starr Library: Fully functional go package to interact with Lidarr, Prowlarr, Radarr, Readarr, and Sonarr APIs.
https://golift.io/discord
MIT License
68 stars 18 forks source link

feat(radarr): indexer #80

Closed Fuochi closed 1 year ago

Fuochi commented 1 year ago

Indexer is the same as sonarr. However I noticed that is a bit different in lidarr. For now, I think it'll be better to keep them separated.

bakerboy448 commented 1 year ago

Readarr will be missing the download client as https://github.com/Readarr/Readarr/issues/1485 is not landed yet.

But Lidarr/Radarr/Sonarr look like their Indexer Payloads should be the same from the Indexer Schema.

Certainly suggest keeping them independent as changes may be made in one that are not immediately in another.