mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Support OWNER property for MP4
OWNER ownr
This commit is contained in:
parent
88219f2493
commit
9233ff1f5d
@ -352,6 +352,7 @@ Map<ByteVector, String> ItemFactory::namePropertyMap() const
|
||||
{"\251mvn", "MOVEMENTNAME"},
|
||||
{"\251mvi", "MOVEMENTNUMBER"},
|
||||
{"\251mvc", "MOVEMENTCOUNT"},
|
||||
{"ownr", "OWNER"},
|
||||
{"----:com.apple.iTunes:MusicBrainz Track Id", "MUSICBRAINZ_TRACKID"},
|
||||
{"----:com.apple.iTunes:MusicBrainz Artist Id", "MUSICBRAINZ_ARTISTID"},
|
||||
{"----:com.apple.iTunes:MusicBrainz Album Id", "MUSICBRAINZ_ALBUMID"},
|
||||
|
@ -504,6 +504,7 @@ public:
|
||||
tags["MUSICBRAINZ_TRACKID"] = StringList("MusicBrainz_TrackID");
|
||||
tags["MUSICBRAINZ_WORKID"] = StringList("MusicBrainz_WorkID");
|
||||
tags["ORIGINALDATE"] = StringList("2021-01-03 13:52:19");
|
||||
tags["OWNER"] = StringList("Owner");
|
||||
tags["PODCAST"] = StringList("1");
|
||||
tags["PODCASTCATEGORY"] = StringList("Podcast Category");
|
||||
tags["PODCASTDESC"] = StringList("Podcast Description");
|
||||
|
Loading…
Reference in New Issue
Block a user