Store Vorbis description in 'comment' field

pull/11817/head
7x11x13 1 week ago
parent baea15d927
commit e399a564fa

@ -697,7 +697,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
'genre': 'genre', 'genre': 'genre',
'album': 'album', 'album': 'album',
'albumartist': 'album_artist', 'albumartist': 'album_artist',
'description': 'description', 'comment': 'description',
'composer': 'composer', 'composer': 'composer',
'tracknumber': 'track', 'tracknumber': 'track',
'WWWAUDIOFILE': 'purl', # https://getmusicbee.com/forum/index.php?topic=39759.0 'WWWAUDIOFILE': 'purl', # https://getmusicbee.com/forum/index.php?topic=39759.0

Loading…
Cancel
Save