mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
Store Vorbis description in 'comment' field
This commit is contained in:
parent
baea15d927
commit
e399a564fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue