castalla wrote: 
> Thanks !  I think an additional option would be best.

No suprise there :-) ...but still not 100% sure. As in why have lager
icons, but not larger fonts, and vice versa?

castalla wrote: 
> 
> 
> [Another request - could a setting be introduced to restart/stop/start
> LMS ?]

You can add custom entries to Material's main menu via a JSON file - see
'Custom menu entries' in
https://raw.githubusercontent.com/CDrummond/lms-material/master/README.md

So, for instance creating "prefs/plugins/material-skin.actions.json"
with:


Code:
--------------------
    
  {
  "system":[
  {
  "title":"Restart LMS",
  "command":"/home/user/scripts/restartlms"
  }
  ],
  }
  
--------------------


will add a "Restart LMS" entry to the main menu. When this menu entry is
triggered, "/home/user/scripts/restartlms" will be executed on the LMS
server - so place the restart command, etc, in that script.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
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

Reply via email to