Jaca wrote: > I believe Material skin/apk doesn't allow to move or even see players > connected to another LMS
It does. Players from other LMS's are shown in the 'Manage players' dialog. Cliking on one there will ask if you want to move to the current LMS. --- For Material 2.4.0 I've added a new 'single' URL query param. When used in conjunction with 'player' it will allow you to tell Material to only see and control a single player. e.g. "https:// SERVER:9000/material/?player=01:02:03:04:05:06&single" Perhaps I could update the APK to allow specifying extra URL query parameters. Then you could enter (e.g.) "player=Bedroom&single" and the APK will only control the player named "Bedroom" (the 'player' param can take either player ID or name). This would be for one player only, not a set of players. *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=114254 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
