Skip to content

Releases: brys0/Spotify-Web

HOTFIX (v.1.0.35) - Fix playlist analysis flag (features)

15 Oct 14:39
Compare
Choose a tag to compare

Hotfix v1.0.35

Fix rendition of ?features flag for PlaylistController.kt
(It was the opposite of what you intended)

Fix Tracks (Breaking changes, not severe)

09 Oct 15:22
Compare
Choose a tag to compare

This adds a "Simple" artist expression to the tracks and the playlist tracks.

Some endpoints are still unfinished.

Happy breaking my code! 🎉

Better JSON Writer

26 Sep 21:16
Compare
Choose a tag to compare

This adds a Jackson JSON writer, so string literals are supported 👍🏻

Env support

09 Jun 13:52
Compare
Choose a tag to compare

Env support will be used if it can't seem to find a json file, names are the same for ENV as in the JSON

v1.0.22

24 Mar 16:36
Compare
Choose a tag to compare
v1.0.22 Pre-release
Pre-release

Ktor build is now active and ready to use

v.1.0.21

09 Jan 01:39
Compare
Choose a tag to compare

This release comes with all new logo and more endpoints to due with the actual web-server itself

new endpoints

┌────────────────────────────────────────────────Endpoints────────────────────────────────────────────────┐
 /categories         | Get all categories and their names / images
 /user               | Returns a user json object. Requires a valid username (/user?name=YourUsername)
 /system/cpu         | Returns cpu thread stats
 /system/mem         | Returns memory stats
 /system/gc          | Calls the jvm to attempting to garbage collect
 /system/cache       | Returns cache stats
 /system/cache/clear | Clears all cache
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘

img

Hotfix v.1.0.2

08 Jan 16:49
Compare
Choose a tag to compare

2nd Release Poggggg

Nothing much to say except JSON is correct and the starting / page has been updated to look nicer

img

Add port and fix json

07 Jan 21:28
9541923
Compare
Choose a tag to compare

This is probably way buggy but its a millionth try for everything, right?

How do I run this?

Great question! in a terminal of your choice and a java version 1.8 or greater just run java -jar ./SpotifyServer-1.0.0-public.jar it'll automatically create a conf.json file in which you put your Spotify developer client's public id and private in the respectable categories then run the same command as above again and it should work!