This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Releases: entriphy/sp-playcount-librespot
Releases · entriphy/sp-playcount-librespot
v1.4.2
v1.4.1
This is (hopefully) a hotfix for the BadCredentials
error in 1.4. The instructions in README.md
do not apply for this version, as this uses librespot-api
from librespot-java instead of forking and using certain components from librespot-java.
Running
Linux/Mac:
USER=<username> PASSWORD=<password> PORT=8080 java -jar sp-playcount-1.4.1.jar
Windows:
set USER=<username>
set PASSWORD=<password>
set PORT=8080
java -jar sp-playcount-1.4.1.jar
The server will be run on port 8080 (or whatever you set for the PORT
environment variable) and the endpoints /albumPlayCount
, /artistInfo
, /artistAbout
, and /artistInsights
can be used.
Note: Username is the one listed in your Spotify account (it is recommended to create a separate Spotify account for this).