markiii wrote: > as I mentioned in a previous question material is fast becoming my > favourite control interface > > I have a number of touchscreen control points running Jivelite, I'd like > to replace them with and android tablet running material as the control > interface for the SB player in that room. However I'd like to tie the > control instance to a specific player otherwise I just know someone is > going to manage to control the wrong player > > So essentially make it so that the material skin interface in each room > only sees the player thats in that room. > > is this possible?
You can pass "?player=00:00:00:00:00:00" or "?player=Player%20Name" and Material will default to that player. But, if it dissapears from LMS then the next player will be chosen. If the previous player comes back, Material will auto-switch back to it. e.g. http:// SERVER:9000/material/?player=Kitchen" *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=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
