mherger wrote: > > If it's static files, then you can drop them in the EN/html folder. > Files in that folder are considered static and don't require any custom > > code to be served.
Thanks again for the lightning-fast reply, @mherger!!! That worked pretty well. -That is, the LMS app server loaded and served any new html or jpg file pretty quickly after putting it into the -.../EN/html- folder. But it seems to somehow cache both html and image files, so when changing or replacing any file, it still shows the first version loaded. The image files I might just solve by making some sequence of unique file names for every new image that I want to load(if I don't quickly run out of memory/cache), but somehow I need to keep the name of the html file with image addresses constant inside the player's ImageViewer source settings, while being able to update the image address list periodically inside this html file. I'll check further if this is possible with some JavaScript, or maybe the cron job could restart the LMS server or empty the cache periodically, once a week, or something, when I want some changes to the image slideshows. Any tips for quicker/better solutions is of course appreciated, but i think I have what I need now to kludge together some sort of solution in a reasonable amount of time. ;-) Br, Vegard last.fm/user/vegarlu ------------------------------------------------------------------------ Vegz78's Profile: http://forums.slimdevices.com/member.php?userid=32897 View this thread: http://forums.slimdevices.com/showthread.php?t=115324 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
