mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #32] Album artist is not picked correctly #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maliayas on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/32
It seems that Soggfy is picking the first one of the artists as the album artist. However album artist is an independant property on its own. Take this song for example:
https://open.spotify.com/track/4AVdIujJQitL1VliBJG7xw?si=777da3ca8f6b48bd
Here the album artist is Shankar Jaikishan but Soggfy ignores it and uses the regular artist as album artist.
@Rafiuth commented on GitHub (Jun 9, 2022):
Should be fixed in v2.2.16. The "album_artist" field in the embedded metadata should now be correct, but the download path will keep using the regular/first artist.
This is because Spotify doesn't provide this info everywhere (e.g. in the playlist rows, which is used by the status indicator), but it also preserves backwards compatibility.