kmille / deezer-downloader

Download music from Deezer with a nice front end
MIT License
646 stars 88 forks source link

Wrong main artist tag when downloading album with multiple artists #115

Open AldeToro opened 2 months ago

AldeToro commented 2 months ago

When downloading a song from an album where there is a guest artist, the song has the artist metadata set to the guest artist name and not the album artist. The metadata should have the album's artist into artist and the guest artist in "artist which participated" (My system is in french so the name of the metadata can differ, see attached screenshot). This causes the album to be split in multiples albums in Navidrome.

To reproduce, try to download this song : https://deezer.page.link/Hr4uE6ewKMLxkMaR7 The artist should be Scooter and the "artist which participated" should be Jebroer instead of artist directly Jebroer

Thanks !

fileproperties

AldeToro commented 2 months ago

Figured it out and created pull request https://github.com/kmille/deezer-downloader/pull/116