If I call this: http://www.qobuz.com/api.json/0.2/playlist/getFeatured?app_id=100000000&type=last-created&limit=100 I get the Playlists (the new ones that I get in the apps and webinterface) and if I use this:
Ah, the type parameter needs to be changed to get the expected result. It needs to be 'editor-picks'. And for whatever reason "limit" is limited to 100 tracks with my app_id. All the other calls would accept 200.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
