summaryrefslogtreecommitdiffstats
path: root/src/track/trackmetadatataglib.cpp
AgeCommit message (Expand)Author
2019-09-27Improve consistency of ID3v2 TIT1/GRP1/MVNM frame mappingUwe Klotz
2019-09-27Fix writing of ID3v2 grouping tag (GRP1 vs. TIT1)Uwe Klotz
2019-09-27Add missing __EXTRA_METADATA__ ifdefsUwe Klotz
2019-09-22Rename variables: singular -> pluralUwe Klotz
2019-09-22Handle MP3 "TIT1" (old grouping/work) and "GRP1" (new grouping) framesUwe Klotz
2019-09-22Repeat link to MusicBrainz Picard documentationUwe Klotz
2019-09-22Exclude optional extra metadata from default buildUwe Klotz
2019-09-17Rephrase commentsUwe Klotz
2019-09-17Add work/movement tags that have been introduced by AppleUwe Klotz
2019-09-17Add more track-related properties to TrackInfoUwe Klotz
2019-09-17Add/move release-related properties to AlbumInfoUwe Klotz
2019-09-17Add missing parameterUwe Klotz
2019-09-17Add link to ID3 specsUwe Klotz
2019-09-16Enable partial import/export of ID3v2.2 tagsUwe Klotz
2019-09-16Improve reporting of outdated/unsupported ID3v2 versionsUwe Klotz
2019-09-15Check for supported ID3v2 versionsUwe Klotz
2019-09-02Misc. typosluz.paz
2019-06-14Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-06-14Suppress confusing and unnecessary log messagesUwe Klotz
2019-06-12Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-06-11Handle and ignore invalid bpm values in MP3 filesUwe Klotz
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-24Change wording of log messageUwe Klotz
2018-10-24Log warning if TagLib is unable to read from an audio fileUwe Klotz
2018-06-02Merge branch '2.1' into 2.1_reduce_log_spamUwe Klotz
2018-06-02Fix crash when importing ID3v2 APIC frames with unexpected typeUwe Klotz
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2018-04-22Either update or remove replaygain ratio/gain valuesUwe Klotz
2018-04-22Remove unused parameterUwe Klotz
2018-02-18Add special case handling for null stringsUwe Klotz
2018-02-17Clarify handling of comment tagsUwe Klotz
2018-02-05Merge branch '2.1' into lp1742617_filter_comment_tagsUwe Klotz
2018-01-28Use alternative keys for reading APEv2 tagsUwe Klotz
2018-01-11Reuse existing code when reading RIFF tagsUwe Klotz
2018-01-11Ignore default comment field when raeading ID3v2 and VorbisComment tagsUwe Klotz
2018-01-11Omit reading the default comment field on demandUwe Klotz
2017-12-06Re-enable new metadata propertiesUwe Klotz
2017-12-05Temporarily disable unused track metadata propertiesUwe Klotz
2017-12-05Do not consider audio properties when exporting metadataUwe Klotz
2017-12-03VorbisComments: Prefer "COMMENT" (MusicBrainz) over "DESCRIPTION"Uwe Klotz
2017-12-03VorbisComment: Use MusicBrainz recommendation "BPM" instead of "TEMPO"Uwe Klotz
2017-12-03VorbisComment: Handle "DESCRIPTION"/"COMMENT" fields like TagLibUwe Klotz
2017-11-30Do not rely on TagLib for setting the MP4 atom type on MP4::ItemUwe Klotz
2017-11-20Re-add missing #include directiveUwe Klotz
2017-11-20Reorder #include directivesUwe Klotz
2017-11-06Add tagging support for various fieldsUwe Klotz
2017-11-06Code cleanupUwe Klotz
2017-11-06Simplify parsing of ID3v2 TXXX framesUwe Klotz