I am trying to generate a playlist from two users different playlists. I know you can get a public playlist from a Spotify users id, hopefully their most played,but i am not sure if you can combine it with another user's playlist?
Asked
Active
Viewed 100 times
1 Answers
0
Sure. First read both of the users Spotify playlists. You'll have to use the iTunes Search API to find the respective track on iTunes and it's product ID. You can then use the music API's added in 9.3+ to make a playlist and add the product ID's for the songs in the two playlists.

Carlos Perez
- 122
- 2
- 12
-
I appreciate you breaking it down @Carlos Perez Any luck/guidelines for replicating this on Spotify? – QuantumPhil Sep 18 '17 at 21:30