castalla wrote: > Specific case : > Material on android > Now playing screen > Select next / last track and pause buttons > > I'm hoping to find a simple Bluetooth remote which my better half can > use (nothing fancy because of disability issues) - suggestions welcome
If you mean a BT remote with prev, play/pause, next buttons then -possibly.- If you use Material in Chrome (so not the APK) then you can have Material use media controls in the lock screen and notification. To achieve this Material fools Chrome into thinking it is playing music, by playing a 10 second silent OGG file in a loop. As Chrome thinks it playing something it -might- then work with a control. *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
