That might be a little much work for the task at hand; I am only trying to serve some images and a list of images in a html-file, which the players' built-in image viewer app can utilize, but without the need of an additional external web server(but an interesting idea for a fairly complex training project!). ;-)
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.
My next thought was to modify my existing PHP script to generate a static html file, which then is set up to run regularly through cron with output of this html file to the -/usr/share/squeezeboxserver/HTML/EN- folder.
add the html folder, and you should be good. _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
