We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a6cdf + fdd6fa4 commit b6b3520Copy full SHA for b6b3520
mediafile.py
@@ -1761,8 +1761,9 @@ def update(self, dict):
1761
)
1762
label = MediaField(
1763
MP3StorageStyle('TPUB'),
1764
- MP4StorageStyle('----:com.apple.iTunes:Label'),
+ MP4StorageStyle('----:com.apple.iTunes:LABEL'),
1765
MP4StorageStyle('----:com.apple.iTunes:publisher'),
1766
+ MP4StorageStyle('----:com.apple.iTunes:Label', read_only=True),
1767
StorageStyle('LABEL'),
1768
StorageStyle('PUBLISHER'), # Traktor
1769
ASFStorageStyle('WM/Publisher'),
0 commit comments