Paul Webster wrote: > Clearing Material cache is recommended when things appear to be > appearing/not-appearing. > Maybe Material could clear it itself when it detects that it has been > upgraded.
All Material URLs in its index.html have a (e.g.) "?r=1.9.0" query. This -should- force the browser to re-fetch the relevant file when Material is updated - as the version, and therefore URL, changes. This is the standard way of implementing this. As to Material's -list- cache - this is uses LMS's "update timestamp" and so will be invalidated each time you do a library scan. *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
