Skip to content

Commit

Permalink
Merge pull request #1 from SimonHova/SimonHova-patch-1
Browse files Browse the repository at this point in the history
Added mediafield barcode
  • Loading branch information
SimonHova authored Dec 13, 2019
2 parents b836e60 + 0b06ca6 commit 2e647f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,12 @@ def update(self, dict):
StorageStyle('CATALOGNUMBER'),
ASFStorageStyle('WM/CatalogNo'),
)
barcode = MediaField(
MP3DescStorageStyle(u'BARCODE'),
MP4StorageStyle('----:com.apple.iTunes:BARCODE'),
StorageStyle('BARCODE'),
ASFStorageStyle('WM/Barcode'),
)
disctitle = MediaField(
MP3StorageStyle('TSST'),
MP4StorageStyle('----:com.apple.iTunes:DISCSUBTITLE'),
Expand Down

0 comments on commit 2e647f4

Please sign in to comment.