1
votes

I'm sorry if this question has already been asked, but how do you get a playlist to show up inside an index.html for a Spotify App? I've looked all over, and I couldn't find a clear way to do this. I consulted the api-tutorial app and I tried looking over the API Docs. Am I just missing it? I experimented with but that didn't work either.

Also, aside from that, is there a way for only single tracks from the app user's library be dragged into a box to be added to the displayed playlist in real time? Or at least dragged into the box and the data be populated in some type of playlist in my personal profile at least? Or otherwise?

Thanks very much for your help!

1

1 Answers

0
votes

Edit: My mistake. Looking at the documentation for Spotify Apps API, the Player class has the property track which gives the current playing track. The above URL shows how to use the observer interface to be notified when it changes.