• v1.4.1 026e3b5b23

    v1.4.1 Stable

    kerem released this 2020-08-05 23:13:52 +03:00 | 5 commits to dev since this release

    📅 Originally published on GitHub: Sun, 24 Apr 2022 01:30:07 GMT
    🏷️ Git tag created: Wed, 05 Aug 2020 20:13:52 GMT

    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).
    image

    Downloads