carsten_h wrote: > Ok. No problem to wait! > > What do I have to change in a normal browser to use this feature?
pass "?player=NAME_OR_ID_OF_PLAYER&single" as part of the Material URL - if using name then it needs to be URL encoded (so replace spaces with "%20") e.g. "http:// SERVER:9000/material/?player=The%20Study&single" *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
