philchillbill wrote: > Just as I thought. But interesting that the API does not expose the > hierarchy. The viewer must expose it by a different query to the server > than this documented one. Do you pick and choose children to play or > just always play the whole child-tree?
If you use -["favorites","items",0,100,"menu:favorites","menu:1"]- You will get -favorites_url- in the response - perhaps you can use that instead of ID? Or you can parse the whole response, and use the commands/params provided. If you use the Material skin and start t via http://SERVER:9000/material/mobile?debug=json it will show the JSON messages material sends, and the responses received, in the console tab of the browser's developer tools. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
