Skip to content

Releases: ben-xo/sslscrobbler

v1.1 (Win/Mac) + macOS GUI

28 Apr 20:28
544c411

Choose a tag to compare

What's Changed

  • Fix Serato 4 history row mapping; bump to v1.1 by @ben-xo in #37

Full Changelog: v1.0...v1.1

v1.0 (🎉🎉🎉) (Win/Mac) + macOS GUI

23 Apr 14:09
0129ed5

Choose a tag to compare

What's Changed

  • Add Serato DJ 4.x SQLite history support by @ben-xo in #36

Full Changelog: v0.34...v1.0

v0.32 (Win/Mac) + macOS GUI

25 Sep 13:32
321f60c

Choose a tag to compare

It's been 15 years since I made this app and I still use it every single week on my show. https://www.mixcloud.com/benxo

Changes since from v0.30 to v0.32

  • fix errors with PHP8
  • fix tick source frequency (1 per second… not 1 per millisecond? something changed)
  • fix --post-process --manual --csv
  • doc fixes updates

v0.29 (Win/Mac) + macOS GUI

15 Apr 14:11
2e5a049

Choose a tag to compare

It's been 12 years since I made this app and I still use it every single week on my show. https://www.mixcloud.com/benxo

Changes since from v0.27 to v0.29

  • basic compatibility with PHP8
  • updates to dependencies for (mainly for PHP8 but also for reliability): PHP-Scrobbler, getID3
  • NEW: Now Playing logger options to write the current track title to a file. Thanks to @N-Masi for the contribution
  • NEW: logging to a file (instead of console) now works. Thanks to @N-Masi for the contribution
  • Documented and improved the --prompt mode aka "guided setup". It will now tell you the eqiuvalent start command so you can avoid using the prompt in future.
  • --help is more readable
  • default configuration is more sensible now
  • updates to the docs.

(There was no v0.28. You didn't miss anything)

v0.26

13 Apr 21:27
6a29593

Choose a tag to compare

This version has better support for OBS.

The built in web server, which serves the now playing track info at http://localhost:/nowplaying.json, can also serve a basic HTML version which auto-refreshes every 5 seconds at http://localhost:<port>/nowplaying.html .

You can supply your own template with --html-template, but the default template can also have a custom stylesheet applied to remove fields you don't care about.

The simplest template which would work is a file containing {{ artist }} - {{ track }}

macOS GUI

11 Mar 08:21

Choose a tag to compare

v0.25

Merge branch 'feature/runtime-prompt'