mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 101 forks source link

how to make album_artist the video uploader on youtube #369

Closed RevanMardagh closed 5 months ago

RevanMardagh commented 5 months ago

With --embed-metadata the artist metadata becomes the video uploader, how to also make album_artist to be the uploader too?

mhogomchungu commented 5 months ago

Add the following option

--parse-metadata %(uploader)s:%(album_artist)s
RevanMardagh commented 5 months ago

Thank you very much! :D