Commit Graph

9 Commits

Author SHA1 Message Date
dev
93cf3fb8ec fix: downgrade Trakt 403 log from ERR to WARN
All checks were successful
Docker / docker (push) Successful in 1m50s
Trakt returns 403 (not 404) for tmdb IDs it doesn't have in its
database. This is expected behavior, not an application error, so
logging at WARN avoids false alarm noise in production logs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 18:18:30 +00:00
WSHaRK93
4e09b14318 Add tag support to Sonarr/Radarr requests 2026-01-03 11:07:48 +01:00
l3uddz
79507adb4a feat: respect pvr exclusions (#37) 2022-04-14 16:18:06 +01:00
l3uddz
19a5e73c19 refactor: imports 2022-04-01 20:42:05 +01:00
l3uddz
3044c96445 fix(pvr): only support v3 arrs (#30)
* fix(pvr): only support v3 apis

* fix(pvr): support v3 sonarr add series
2021-06-11 08:21:38 +01:00
l3uddz
10a70f1da2 media: support rss movie items with tmdb ids (#22) 2021-02-21 22:30:56 +00:00
l3uddz
db9fdc97a2 refactor: http retry for retryable errors (#20) 2021-02-21 14:01:21 +00:00
l3uddz
a2848439b9 pvr: add options and support for anime (#17)
* pvr: begin adding options

* pvr: add ability to configure add behaviour via config

* pvr: add skip_anime

* pvr: do not continue processing item if lookup failed or add to pvr failed
2021-02-20 20:01:04 +00:00
l3uddz
ce3807b819 initial code (#6)
* initial code commit
2021-02-14 16:18:26 +00:00