Releases: ben-xo/sslscrobbler
Releases · ben-xo/sslscrobbler
v0.29 (Win/Mac) + macOS GUI
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
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 }}