File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ v0.4.0
104
104
''''''
105
105
106
106
- Added a ``barcode `` field.
107
+ - Added new tag mappings for ``albumtype `` and ``albumstatus ``.
107
108
108
109
v0.3.0
109
110
''''''
Original file line number Diff line number Diff line change @@ -1756,6 +1756,7 @@ def update(self, dict):
1756
1756
albumtype = MediaField (
1757
1757
MP3DescStorageStyle (u'MusicBrainz Album Type' ),
1758
1758
MP4StorageStyle ('----:com.apple.iTunes:MusicBrainz Album Type' ),
1759
+ StorageStyle ('RELEASETYPE' ),
1759
1760
StorageStyle ('MUSICBRAINZ_ALBUMTYPE' ),
1760
1761
ASFStorageStyle ('MusicBrainz/Album Type' ),
1761
1762
)
@@ -1833,6 +1834,7 @@ def update(self, dict):
1833
1834
albumstatus = MediaField (
1834
1835
MP3DescStorageStyle (u'MusicBrainz Album Status' ),
1835
1836
MP4StorageStyle ('----:com.apple.iTunes:MusicBrainz Album Status' ),
1837
+ StorageStyle ('RELEASESTATUS' ),
1836
1838
StorageStyle ('MUSICBRAINZ_ALBUMSTATUS' ),
1837
1839
ASFStorageStyle ('MusicBrainz/Album Status' ),
1838
1840
)
You can’t perform that action at this time.
0 commit comments