Skip to content

Commit

Permalink
Added correct MP4 tag for label per MusicBrainz tag mappings. Made th…
Browse files Browse the repository at this point in the history
…e old style read only for compatibility.
  • Loading branch information
slogsdon7 committed Sep 5, 2019
1 parent 08be2cb commit fdd6fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1761,8 +1761,9 @@ def update(self, dict):
)
label = MediaField(
MP3StorageStyle('TPUB'),
MP4StorageStyle('----:com.apple.iTunes:Label'),
MP4StorageStyle('----:com.apple.iTunes:LABEL'),
MP4StorageStyle('----:com.apple.iTunes:publisher'),
MP4StorageStyle('----:com.apple.iTunes:Label', read_only=True),
StorageStyle('LABEL'),
StorageStyle('PUBLISHER'), # Traktor
ASFStorageStyle('WM/Publisher'),
Expand Down

0 comments on commit fdd6fa4

Please sign in to comment.