Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Let's try a list of JSON objects like so:
  2.  
  3. {
  4. playlistId: "37i9dQZF1DZ06evO26OEfK",
  5. alwaysAtTop: [
  6. "spotify:track:2XYNq7LIQrh82m7LPiPN8w",
  7. "spotify:track:6LdpVTJzigyi2vbKe8mZAr"
  8. ],
  9. suppress: [
  10. "spotify:track:2JeaPqOw6FS7jz6ytEq7T3"
  11. ],
  12. alwaysInclude: [
  13. "spotify:track:41onDks2UPbyjer5fMeUWf"
  14. ],
  15. overrideDescription: "Required listening for sucka MCs: An introduction to Run–D.M.C."
  16. }
  17.  
  18. - `alwaysAtTop` is a list of tracks that should always be at the top, whether they are already in the playlist or not.
  19. - `suppress` is a list of track to always omit.
  20. - `alwaysInclude` is a list of track to always include in the playlist, not necessarily at any particular position.
  21. - `overrideDescription` is the format description that should be used in place of the default description.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement