New:
- You now can display the requester in the output. Right click the output-format textbox and you can add 'Requester'. Everything contained within
{{
and}}
will only be displayed when the current song is a requested song. For example:{artist} - {title} {{requested by @{req}}}
will outputSan Holo - don't forget to breathe today requested by @inzaniity
This is useful to see who requested the current playing song in Twitch chat. - Album Cover will now be deleted if no song is playing
- A new widget tool to have a nice browser source widget in your stream! Click on File -> Widget and customize the widget the way you like! Make a new browser source and paste the link that is displayed under the widget to get it on stream!
Fixed:
- Songify now remembers the last selected player
- Songify won't crash when trying to add a nonexistend artist to the blacklist
- Album covers will now always download covers, given the setting is enabled
- Song Requests via Twitch won't get added multiple times to the queue
- Song fetches via Spotify Web API weren't accurate enough
- Song Requets now work even though Spotify was on pause for a long time (saving device ID)
- Fixed Song history issue with non-german Windows OS
- Sorting the queue window would cause the queue to not update
- Fixed double space in output string if
{extra}
was empty. You now don't have to put spaces for scrolling in the output. We decided to hardcode 10 spaces in - Fixed size not being correct after popups were displayed
- Songify now remembers where it was and starts at the same location. Child windows will also start on the same location as the main window
- Some minor internal changes to cleanup the code a tiny bit