You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Milkii Brewster
committed
add catalogue number library column and metadata support
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#12583
0 commit comments