From e399a564fa0ad60d84a3cb1f4b0d3114fe7d0233 Mon Sep 17 00:00:00 2001 From: 7x11x13 Date: Sun, 15 Dec 2024 18:38:24 -0500 Subject: [PATCH] Store Vorbis description in 'comment' field --- yt_dlp/postprocessor/ffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/postprocessor/ffmpeg.py b/yt_dlp/postprocessor/ffmpeg.py index 40ebb1d05d..b29cd1d938 100644 --- a/yt_dlp/postprocessor/ffmpeg.py +++ b/yt_dlp/postprocessor/ffmpeg.py @@ -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