Skip to content

Releases: adarhef/NowPlaying

v.1.2.0

Choose a tag to compare

@adarhef adarhef released this 05 Oct 09:32

This release adds support for a couple of configuration options that you can set in the settings.json file:

  • topLabel may be set to one of the following values: artist, album and track. Defaults to artist
  • bottomLabel may be set to one of the following values: artist, album and track. Defaults to track
  • delayBeforeDisappearance may be set to a number in seconds, which is a delay before the widget will disappear. Note that if you set this, track/playback changes will not be reflected until the delay has elapsed, as it is uninterruptible. Defaults to null

v1.1.1

Choose a tag to compare

@adarhef adarhef released this 27 Jan 09:23

Fixed an issue that caused artwork to not reload correctly in cases where there was a switch between two tracks that don't have an album (like when moving between two YouTube videos)

v1.1.0

Choose a tag to compare

@adarhef adarhef released this 23 Jan 09:11

This version removes the servers from the release itself as they're no longer necessary. The widget can be loaded as a local file in OBS (see updated instructions). From now on you can just launch Snip.exe directly.
I kept the servers and stuff in the repo for people would like to run the widget in chrome (like contributors), as for that they're still required.

v1.0.1

Choose a tag to compare

@adarhef adarhef released this 22 Jan 12:10
  • Fixed artist label shadow getting clipped and made it a little more intense.
  • Changed spacing a little bit to improve the look of the song label when it's 2 lines and its tail gets truncated.

v1.0.0

Choose a tag to compare

@adarhef adarhef released this 18 Jan 06:38

Since the initial publishing of this repo, the following issues were addressed:

  • Fixed song changes not being triggered correctly in the widget.
  • Fixed the start_now_playing.bat not running the server correctly.
  • Added support for the Python server for people having trouble with the Apache server. Run start_now_playing_python.bat to start the widget with the Python server.
  • Fixed Album Art getting squished or stretched in certain scenarios. It should now always be square.
  • Fixed an issue where if Album Art was missing or disabled, the player would show an empty shadow-y border. In these cases it is now properly hidden.