Add catalogue number library column and metadata support - #15616
Open
mxmilkiib wants to merge 1 commit into
Open
Add catalogue number library column and metadata support#15616mxmilkiib wants to merge 1 commit into
mxmilkiib wants to merge 1 commit into
Conversation
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
from
January 30, 2026 03:29
03630f6 to
1605523
Compare
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
3 times, most recently
from
February 14, 2026 23:13
4f1e030 to
179b980
Compare
mxmilkiib
marked this pull request as ready for review
February 14, 2026 23:13
acolombier
reviewed
Feb 14, 2026
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
from
February 15, 2026 01:16
179b980 to
5406b2f
Compare
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
from
February 22, 2026 10:56
5406b2f to
c51bdb5
Compare
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
4 times, most recently
from
May 17, 2026 02:23
59b919e to
314eb99
Compare
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
from
May 26, 2026 06:13
314eb99 to
79dcdeb
Compare
implements support for catalogue number metadata field and library column: - adds CatalogueNumber property to AlbumInfo (always enabled, not behind __EXTRA_METADATA__) - adds database schema migration (revision 41) for catalogue_number column - implements tag reading/writing for ID3v2 (TXXX:CATALOGNUMBER), Vorbis (CATALOGNUMBER), MP4 (----:com.apple.iTunes:CATALOGNUMBER), and APEv2 (CatalogNumber) - adds Track getter/setter methods for catalogue number - updates TrackDAO for database persistence (INSERT, UPDATE, SELECT) - adds library column with sorting and display support - column is editable in library view uses existing TagLib wrapper functions and Mixxx metadata infrastructure. follows MusicBrainz Picard tag mapping conventions for catalogue number field. Fixes mixxxdj#12583
mxmilkiib
force-pushed
the
feature/2025.11nov.16-catalogue-number-column
branch
from
August 3, 2026 20:54
79dcdeb to
90b48e4
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.
Changes
Implementation Details
Uses existing TagLib wrapper functions and Mixxx metadata infrastructure. Follows MusicBrainz Picard tag mapping conventions for catalogue number field.
Fixes #12583