feat: title-based VOD and series merge across providers#840
Closed
Serph91P wants to merge 6 commits intom3ue:experimentalfrom
Closed
feat: title-based VOD and series merge across providers#840Serph91P wants to merge 6 commits intom3ue:experimentalfrom
Serph91P wants to merge 6 commits intom3ue:experimentalfrom
Conversation
Contributor
Serph91P
commented
Mar 17, 2026
- Add TitleNormalizer service for generic title similarity matching (provider prefixes, quality tags, years, version suffixes, unicode)
- Add MergeSeries job with episode-level failover by season+episode number
- Add EpisodeFailover model and migration
- Extend MergeChannels with title-based VOD merge for unmatched stream_ids
- Add auto-merge toggles in playlist settings (VOD + series on sync)
- Add merge/unmerge actions to VOD group context menu
- Add merge/unmerge actions to series category context menu
- Add merge/unmerge actions to series list header
- Fix broadcasting config to use env() for test compatibility
- Add BROADCAST_CONNECTION=null to phpunit.xml for test environment
- 24 tests (19 unit + 5 feature), 72 assertions, all passing
- Add TitleNormalizer service for generic title similarity matching (provider prefixes, quality tags, years, version suffixes, unicode) - Add MergeSeries job with episode-level failover by season+episode number - Add EpisodeFailover model and migration - Extend MergeChannels with title-based VOD merge for unmatched stream_ids - Add auto-merge toggles in playlist settings (VOD + series on sync) - Add merge/unmerge actions to VOD group context menu - Add merge/unmerge actions to series category context menu - Add merge/unmerge actions to series list header - Fix broadcasting config to use env() for test compatibility - Add BROADCAST_CONNECTION=null to phpunit.xml for test environment - 24 tests (19 unit + 5 feature), 72 assertions, all passing
… merge - Replace title-based fuzzy matching with exact TMDB ID grouping - Extract tmdb_id from provider responses during import (VOD + Series) - Extract tmdb_id during Channel::fetchMetadata() and Series::fetchMetadata() - Add tmdb_id to Channel upsert update list - Update MergeChannels: replace mergeVodByTitle() with mergeVodByTmdbId() - Update MergeSeries: group by tmdb_id instead of normalized titles - Update UI: rename toggles and fieldsets to reflect TMDB-based merge - Update PlaylistController, SyncListener dispatch params - Rewrite merge tests for TMDB ID-based logic
Member
|
I'm going to close this one down, I'm feeling like this might be a good use of a plugin? Sorry for the back and forth on this one, just isn't feeling like a good fit at the moment. |
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.