golift / starr

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

Adds fields for RescanFolder and RefreshArtist #74

Closed aetaric closed 1 year ago

aetaric commented 1 year ago

Just adding a few fields that are missing that I needed for checkrr.

davidnewhall commented 1 year ago

If you wanted more data about the commands being run, you could copy/paste GetCommandStatus methods into here as well. Example: https://github.com/golift/starr/blob/master/sonarr/command.go#L90-L109

aetaric commented 1 year ago

If you wanted more data about the commands being run, you could copy/paste GetCommandStatus methods into here as well. Example: https://github.com/golift/starr/blob/master/sonarr/command.go#L90-L109

Mostly going for a fire and forget mindset here. Though that's not a terrible thing to add while I'm at it.

aetaric commented 1 year ago

This angers the CI.

davidnewhall commented 1 year ago

Run make test locally.

davidnewhall commented 1 year ago

The first 1 is always the most difficult. After that these PRs will come natural :D

... we only have like 1200 more methods to adds among all these apps.