Embed comment metadata in .m4a

This commit is contained in:
Ritiek Malhotra
2018-10-01 19:10:28 +05:30
parent e720cbcf93
commit f80c223025
2 changed files with 3 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ M4A_TAG_PRESET = { 'album' : '\xa9alb',
'albumart' : 'covr',
'copyright' : 'cprt',
'tempo' : 'tmpo',
'lyrics' : '\xa9lyr' }
'lyrics' : '\xa9lyr',
'comment' : '\xa9cmt' }
TAG_PRESET = {}
for key in M4A_TAG_PRESET.keys():