dolodobendan wrote: > Just checking if I understood you correctly: If I see the default skin's > "Restart now" button on the plugin tab, switching to Material won't be > showing this update anymore?
What I'm telling you is what happens in Material. When the 'Information' dialog is opened, Material asks LMS for the update info - by requesting a JSON file. This lists a set of plugins - now I have no idea if this is *only* plugins that have updates pending, or also plugins that have been downloaded and are awaiting a restart. You'd have to ask Michael. Every 2 seconds, whilst this dialog is open, Material will use a custom API to get the update status; 'downloading' if 'Slim::Utils::PluginDownloader->downloading', 'needs_restart' if 'Slim::Utils::PluginManager->needsRestart', 'idle' otherwise. When 'downloading' Material will show a spinner, and will not list the plugins. *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
