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 output San 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!
(Example)
widget.gif


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
New
  • Spotify API Integration
    • Link your Spotify Account in Settings -> Integration
    • Get detailed song Info such as every Artist, AlbumCover and so on
    • You can now download the Album Cover
  • Spotify Songrequests
    • Songrequests via Twitch Channelrewards (enable messagelogging to get the ID)
    • Songrequests via `!ssr` Chatcommand (it has an adjustable cooldown)
    • Artist Blacklist (so you never hear that annyoing artist again!)
    • Specify the maximum number of Songrequests per user
    • You have to connect your Twitch account in order for this to work. You can do so by filling in your Credentials under Settings -> Integration
  • New Windows for Blacklist and Song Queue
  • New Website: https://songify.rocks
  • Reworked the online History Website
  • Songrequests can be viewed on the web* You now can split Artist and Title in 2 seperate text files.

Fixes
  • Fixed pause text not working properly
  • Fixed a crash that happened when the hidden config.xml file was empty

Changes
  • Redesigned the MainWindow to have a menu bar at the top. The inline buttons in the title bar just felt too cluttered with the new additions.
  • "Varius Artists" will be cut from the Artists

Notes
New
  • Song History
    • Songify can now keep track of your tracks! There is a new button in the title bar in which you can enable the history. It also creates a "history.shl" file which is basically a XML file that you can open with any editor. The history creates new entries for each day to keep things clean.
  • Support for VLC, foobar2000 and Deezer(web)
    • You can now select VLC, foobar2000 or Deezer in the player selection. (VLC and foobar local, Deezer as web/Chrome like youtube)
Fixes
  • Fixed a bug that caused the software to crash when the notification was shown, the window closed and the notification forced again
  • Fixed a bug where songs that contain ' " ' wouldn't upload.
Changes
  • Removed all text from the titlebar buttons
  • removed all icons in the player selection
  • Added tooltips to all titlebar buttons
Notes
  • The online history is just a "naked" table, design comes whenever I feel to do it. But it at least converts to your local timezone
  • Made this version to be 1.1.0 instead of 1.0.10. Else it messes up with the updater.
New
  • Chrome custom timer
    • You can set your own timer rate. Settings -> System
  • Logs
    • If the software encounters any issues a log file called currentdate.log will be created in the same directory. For example: 05-14-2019.log
Fixes
  • YouTube (Chrome)
    • Fixed an issue where "- Youtube" would always be at the end
    • If you experience heavy CPU Usage on Chrome is, try increasing the timer rate in the settings.
  • Song-Upload
    • Fixed an issue where the song wouldn't upload after a few successful tries
Changes
  • Config
    • Changed the way the config files are written and read. When the software shuts down a hidden config.xml file will be written and on start, the same file will be read. This is so updating becomes more convenient in case the old "just override the exe file" wasn't working properly
  • Added song-info Upload
    • Check Settings -> Output and clickt the button with the little chain to copy the link to the clipboard
    • Works with most chatbots including Nightbot, Streamlabs, Streamelements and Moobot.

  • Examples (replace URL with the URL provided by the software):
    • Nightbot:
      • $(urlfetch URL)
    • Streamlabs:
      • {readapi. URL}
    • Streamelements:
      • ${customapi. URL}
    • Moobot:
      • Response -> URL fetch - Full (plain) response, URL to Fetch -> URL
Fixed an issue where the fetching of the song wouldn't start on app launch.
Whats new:
  • Added support for Youtube (Google Chrome)
    • Only works if Chrome is not minimized
  • Added support for NightBot
    • Link your account in the settings window (just type in your Twitch name and hit link)
  • Added the ability to export and import the config (for example when you do a clean install of windows)
Fixes:
  • Fixed a bug where the app wrote "Spotify Premium -" or "Spotify Free -" in the text file when custom pause is enabled.
  • Changed the default output to include {extra}
  • Changed the way the String gets split in order to have a more reliable way to separate artist and track name.
  • Changed the way the software checks for updates.
  • Added the ability to export and import the config so you don't have to re-do all of the config on every update.
# Added light telemetry which is optional.

## Data which gets transmitted:
● UUID (randomly generate identifier, nothing personalized)
● Current timestamp (to evaluate how frequent the software is used)
● If the software is running or not (this is transmitted on startup / shutdown of the software, no service running in the background!)
● Current software version

## Custom Output:
In the settings window there is a new textbox in which you can set a custom output format.
Format is like this:
Pendulum - Tarantula - Original Mix
`^ {artist}.....^ {title}........^ {extra}`

Kepp in mind that this can and probably will lead to weird text sometimes when the artist or the song has extra dashes (-) in the name!
Added the function to set a custom text when Spotify ist paused.

To do so: Enable it in the settings tab and set the text. Leave the text area blank or put a whitespace " " in there so it will be an emtpy text file.
Top