chore: sync development to main#3003
Merged
Merged
Conversation
Items can exist in the media server but be absent from Sonarr (deleted, never added, or movies mis-classified as shows by Jellyfin/Emby). For show-level properties whose semantics are intrinsic to the show rather than to Sonarr's local state, the Sonarr getter now falls back to the configured metadata provider after a confirmed Sonarr miss. - Fallback set: `ended`, `firstAirDate` (show-level), `seasons` (show-level, specials-filtered to match Sonarr's `statistics.seasonCount`). - Excluded by design: `status`, `originalLanguage`, `rating` — provider vocabularies / scales don't compare to Sonarr's. Sonarr-only state (`monitored`, `tags`, `filePath`, `diskSize*`, …) also stays null. - TVDB extended series interface gains `seasons[]` typing so the count can be filtered to the default ordering before excluding Season 0. - "Not in Sonarr/Radarr" warns now end with "Is the series/movie tracked in Sonarr/Radarr?" to prompt the user. Sonarr is always primary; fallback only fires on the empty `getSeriesByTvdbId` return, and the existing ArrLookupCache still dedupes the miss per run.
enoch85
approved these changes
May 28, 2026
Contributor
Author
📚 Docs drift reportComparing Rule glossary parity
Glossary is in sync with the code. New migrations on this branchNo new migrations. Rule constantsNo changes to Public contracts (
|
Contributor
|
🚀
|
Contributor
Author
|
🎉 This PR is included in version 3.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes
developmenttomainfor release. Squash-merge when approved; release automation continues on approval.Changes