univrsal / tuna

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

Feature Request: field for person who added a song to a Spotify Playlist #106

Closed ghost closed 3 years ago

ghost commented 3 years ago

First off - I'd like to thank you guys for this great plugin! Christmas days in the home-office felt more together thanks to OBS and a collaborative Spotify playlist! You guys added so much value!

Describe the bug Currently, it's possibly to show a lot of data when a song is played through Spotify. It would be so great if we could add the name of the user who added a song to this playlist. Not sure if that's possible as it's visible in the playlist view, but not in the "currently playing" view.

Screenshot

2021-01-06 10_34_35-Spotify Premium
univrsal commented 3 years ago

I took a look at this a while ago and the problem is that this information isn't directly retrievable so it has to be done over multiple requests to the spotify api and I'd like to keep the request process as simple as possible so I'll not implement this unless there's more demand for it.