Currently we're only sending the unused album_url, however I found some ways to actually get the album title and send it as album. Sending both for now in case we use the URL later.
Pretzel
The script was sending wrong artist and album data when there were multiple artists on a track. They actually use separate artist links per artist, so the current implementation was sending the second artist as album and ignored everything else. More details in the commit message of 60c22f3.
Soundcloud
Currently we're only sending the unused
album_url
, however I found some ways to actually get the album title and send it asalbum
. Sending both for now in case we use the URL later.Pretzel
The script was sending wrong artist and album data when there were multiple artists on a track. They actually use separate artist links per artist, so the current implementation was sending the second artist as album and ignored everything else. More details in the commit message of 60c22f3.