rgdawson wrote: > Right now, I don't have a good way to detect when the player is changed > when using Material Skin
If you pass "?nativePlayer" in Material's URL, Material's Javascript will call "updatePlayer(name, id)" on the native interface when the player changes. My APK uses this so that the notification controls control the currently selected player. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
