Created
March 28, 2010 17:48
-
-
Save lukeredpath/346910 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // fetch all playlist tracks | |
| playlists tracks 0 100000 tags:dtuaJlxKoBN playlist_id:10886 sort:tracknum | |
| // response: | |
| { | |
| id = 1; | |
| method = "slim.request"; | |
| params = ( | |
| "", | |
| ( | |
| playlists, | |
| tracks, | |
| 0, | |
| 100000, | |
| "tags:dtuaJlxKoBN", | |
| "playlist_id:10886", | |
| "sort:tracknum" | |
| ) | |
| ); | |
| result = { | |
| count = 51; | |
| "playlisttracks_loop" = ( | |
| ... | |
| ) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment