Label-aware dedup ranking from WXYC flowsheet data#10
Merged
jakebromberg merged 2 commits intomainfrom Feb 20, 2026
Merged
Conversation
added 2 commits
February 19, 2026 20:00
When --library-labels is provided, dedup prefers releases whose Discogs label matches WXYC's known pressing over releases with more tracks but a different label. This ensures the cached edition matches what WXYC actually owns. New files: - lib/wxyc.py: shared MySQL connection utility (extracted from enrich) - scripts/extract_library_labels.py: extracts (artist, title, label) triples from WXYC FLOWSHEET_ENTRY_PROD Modified: - dedup_releases.py: --library-labels loads wxyc_label_pref table, creates release_label_match via JOIN, ranks by label_match DESC before track_count DESC - run_pipeline.py: --library-labels passed to dedup; auto-extracts from --wxyc-db-url if no CSV provided - enrich_library_artists.py: uses lib.wxyc.connect_mysql
45f3a24 to
5218002
Compare
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
--library-labelsoption to dedup that uses WXYC flowsheet label data to prefer releases whose Discogs label matches WXYC's known pressingconnect_mysqlto sharedlib/wxyc.pymodulescripts/extract_library_labels.pyfor extracting label triples from WXYC MySQL--library-labelsthroughrun_pipeline.pyCloses #9
Test plan