golift / starr

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

Add Radarr - movie excludeLocalCovers #129

Closed bakerboy448 closed 8 months ago

bakerboy448 commented 8 months ago

don't need the local media covers file paths.....let's be more efficient prior to fixup; massive speed improvements for posterity

only supported on /api/movie not /api/movie/{ID}

https://github.com/Notifiarr/notifiarr/issues/553 https://github.com/Radarr/Radarr/pull/8832

bakerboy448 commented 8 months ago

tested; appears to work with notifiarr

modify starr locally update go.mod to replace golift.io/starr to local repo build notifiarr fixup notifiarr api usages build and test

2023-10-12 15:09:12.0|Trace|Http|Req: 2738 [GET] /radarr/api/v3/movie?excludeLocalCovers=true (from 127.0.0.1 go-starr: https://golift.io/starr)
2023-10-12 15:09:12.0|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-10-12 15:09:12.6|Trace|Http|Res: 2738 [GET] /radarr/api/v3/movie?excludeLocalCovers=true: 200.OK (590 ms)