ComputerUser
ComputerUser

Reputation: 4888

Is it possible to programatically extract a spotify playlist?

I have done a load of searching but haven't found anything. There seem to be a lot of jobs asking for this functionality yet no one really talking about whether / how it can be done.

Does anyone know if this is possible and if so where I could extract the data from?

Upvotes: 1

Views: 1192

Answers (1)

DuoSRX
DuoSRX

Reputation: 4199

Check the official libspotify documentation and more specifically the playlist subsystem.

Note that this is a C API, not PHP.

Upvotes: 2

Related Questions