mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-11 15:58:05 +01:00
Store Vorbis description in 'comment' field
This commit is contained in:
parent
baea15d927
commit
e399a564fa
@ -697,7 +697,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
||||
'genre': 'genre',
|
||||
'album': 'album',
|
||||
'albumartist': 'album_artist',
|
||||
'description': 'description',
|
||||
'comment': 'description',
|
||||
'composer': 'composer',
|
||||
'tracknumber': 'track',
|
||||
'WWWAUDIOFILE': 'purl', # https://getmusicbee.com/forum/index.php?topic=39759.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user