univrsal / tuna

Song information plugin for obs-studio
GNU General Public License v2.0
752 stars 59 forks source link

Browser Source: SoundCloud Album information & Pretzel artist data corrected #158

Closed mihawk90 closed 3 years ago

mihawk90 commented 3 years ago

Soundcloud

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.