Skip to content

Releases: e1miran/Now-Playing-Serato

v1.4.0

21 Oct 13:22
0e9daa4
Compare
Choose a tag to compare
  • Fix for issue where Settings UI window did not fit on smaller resolution screens.
    The window is now re-sizeable and scrolling is enabled.
  • Augmented the suffix and prefix functionality. The Artist and Song data chunks now
    can have independent suffixes and prefixes.
  • Added version number to Settings window title bar.

v1.3.0

17 Oct 20:06
8056acd
Compare
Choose a tag to compare

Local History Log Support

  • Added ability to read latest track info from Serato library history log. User now can choose between local or remote (Serato Live Playlists) polling methods.
  • Fix for issue where app would not launch on Windows due to not being able to create config.ini.
  • Changed polling method for increased efficiency.
  • Other enhancements due to new code and functionality.

See Installation and Usage information

v1.2.0

02 Oct 19:22
Compare
Choose a tag to compare

New Settings UI

  • Added UI for settings configuration. No more user accessible config.ini file.
  • Added ability to delay writing newly retrieved track info to the text file.
  • Changed Start/Stop to Pause/Resume in the system tray menu. This allows the user to suspend writing of new track info.
  • Added ability to show system notification when new track is detected. This can be turned on/off in settings. Default is 'off'.
  • Code enhancements due to new functionality.

See Installation and Usage information

v1.1.0

25 Sep 18:56
32c353c
Compare
Choose a tag to compare

Windows support

  • Added support for Windows.
  • Added additional error handling for missing config file and invalid config values.
  • Replaced rumps library with PyQt5, since rumps was not cross-platform compatible.
  • Added ability to stop and start the playlist polling from the system tray / menu bar.
  • Changed from app name to icon in macOS menu bar, for uniformity with Windows.

See Installation and Usage information

v1.0.0

23 Sep 02:37
674bd81
Compare
Choose a tag to compare

Initial MacOS release

Now Playing is a tool written in Python to retrieve the current/last played song in Serato DJ. It uses the Serato Live Playlists functionality and scrapes the data from the user's Live page on the Serato website. The data is written to a plain text file which can be fed to streaming services and apps like OBS Studio.

Initial release supports MacOS only, but a Windows release is being developed.

See Installation and Usage information