jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.4k stars 438 forks source link

Use Youtube's Song-Title/Artist metadata instead of Video-Title/Uploader metadata? #497

Open Vaarelsauce opened 11 months ago

Vaarelsauce commented 11 months ago

I'd like to export music (.mp3 files) with the metadata of the artist and song title provided by Youtube (Music? Not sure what it's called, but it's in the Youtube-generated description section of the video), instead of using the video title and uploader's username as the metadata for these songs. Is there any way to change that, such as in the options setting?

StefanLobbenmeier commented 11 months ago

Hey :) what you can do is tick the option to save the metadata as JSON and take a look of the information you are looking for is included there.

Not sure if yt-dlp has an option to write that information into the mp3 file though