Thanks for the reply.  So I'm writing a way to control my picore
players and I just wanted a list of songs under the spotify album.  So
the json rpc works to get that as you said for local music, but having
these spotify names as url's is just annoying.  Is there some way to
look up the songs in an album another way versus this command?  I tried
going one level down for each song but that just gives more of the
same:

As you're writing your own code outside LMS I'd recommend you use the Spotify web API. You should have your own client ID already to work around the 429 issues in Spotty. Use the same client ID to get information about the track using eg. https://developer.spotify.com/documentation/web-api/reference/tracks/get-track/. It's likely much easier for you as you can use the tools you know in your environment and have a well documented API which offers all the features Spotify has.

--

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to