• v1.4.2 92a3354ce5

    v1.4.2 Stable

    kerem released this 2023-05-21 07:04:16 +03:00 | 3 commits to dev since this release

    📅 Originally published on GitHub: Sun, 21 May 2023 04:13:07 GMT
    🏷️ Git tag created: Sun, 21 May 2023 04:04:16 GMT

    • Fix premium account error (#25) (b27ef61)
    • Change username/password environment variable names (92a3354)
      • Environment variable names are now SPOTIFY_USERNAME and SPOTIFY_PASSWORD rather than USERNAME and PASSWORD.
    Downloads
  • 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
  • v1.4 915206267f

    v1.4 Stable

    kerem released this 2020-06-01 06:18:16 +03:00 | 7 commits to dev since this release

    📅 Originally published on GitHub: Fri, 12 Jun 2020 18:24:34 GMT
    🏷️ Git tag created: Mon, 01 Jun 2020 03:18:16 GMT

    • Added artist insights endpoint (9152062)
    Downloads
  • v1.3 c3d9f4d91b

    v1.3 Stable

    kerem released this 2020-04-30 01:05:33 +03:00 | 9 commits to dev since this release

    📅 Originally published on GitHub: Wed, 29 Apr 2020 22:09:45 GMT
    🏷️ Git tag created: Wed, 29 Apr 2020 22:05:33 GMT

    • Added endpoint for retrieving artist info (#3, d4c9f41)
    • Added endpoint for retrieving an artist's about page (#4, 9e0ab10)
    • Fixed CORS policy (c01fc2d)
    Downloads
  • v1.2 b1bc4d0e98

    v1.2 Stable

    kerem released this 2020-04-19 03:52:00 +03:00 | 13 commits to dev since this release

    📅 Originally published on GitHub: Sun, 19 Apr 2020 00:54:26 GMT
    🏷️ Git tag created: Sun, 19 Apr 2020 00:52:00 GMT

    • Removed more unneeded code and dependencies from librespot-java (b1bc4d0)
    Downloads