Skip to content

Commit

Permalink
refactor(lofty): add support for multiple musicbrainz items in id3v2 tag
Browse files Browse the repository at this point in the history
changes:

- Preserve multiple MusicBrainz artist, release artist, and work id when
writing
  • Loading branch information
Lepidopteran authored and Serial-ATA committed Jan 30, 2025
1 parent 7f55f81 commit 8a3b459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lofty/src/id3/v2/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,9 @@ impl MergeTag for SplitTagRemainder {
&ItemKey::TrackArtists,
&ItemKey::Director,
&ItemKey::CatalogNumber,
&ItemKey::MusicBrainzArtistId,
&ItemKey::MusicBrainzReleaseArtistId,
&ItemKey::MusicBrainzWorkId,
] {
let frame_id = item_key
.map_key(TagType::Id3v2, false)
Expand Down

0 comments on commit 8a3b459

Please sign in to comment.