feat: optionally auto-match Jellyfin series by hash - #858
Closed
RockingSisyphus wants to merge 1 commit into
Closed
RockingSisyphus wants to merge 1 commit into
RockingSisyphus wants to merge 1 commit into
Conversation
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.
What changed
自动识别 Jellyfin 动画toggle to Jellyfin mapping settingshashAndFileNamematch endpointWhy this is opt-in
Some users want Jellyfin to remain the only source of media identity. Others use NipaPlay's local-library matcher and want the same identity mapping for newly discovered Jellyfin anime. The setting therefore defaults to off and does not alter existing Jellyfin behavior until explicitly enabled.
The background path accepts only the existing exact match API result. It never silently selects the first title-search result, so ambiguous remakes and similarly named seasons remain on the existing interactive path.
Resource and behavior impact
Validation
flutter test test/jellyfin_series_auto_match_service_test.dartjellyfin_series_auto_match_service.dartwatch_historyremained emptyThis is opened as a draft so the maintainers can evaluate whether the discovery triggers and setting placement fit the project's preferred UX.