Releases: adarhef/NowPlaying
Releases · adarhef/NowPlaying
Release list
v.1.2.0
This release adds support for a couple of configuration options that you can set in the settings.json file:
topLabelmay be set to one of the following values:artist,albumandtrack. Defaults toartistbottomLabelmay be set to one of the following values:artist,albumandtrack. Defaults totrackdelayBeforeDisappearancemay 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 tonull
v1.1.1
v1.1.0
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
v1.0.0
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.batnot running the server correctly. - Added support for the Python server for people having trouble with the Apache server. Run
start_now_playing_python.batto 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.