Are you displaying the thumbnails or the full sized pics? extGUI4LMS only displays thumbnails in the GUI, the full sized pics are downloaded by the plugin (since they are then directly saved on the server into the correct directory - much more convenient than downloading and moving manually).
I'm hesitant about writing to user's folders still...
Does your JS use a different method to d/l them than the plugin (I simply use LWP get with a custom UA)? Maybe a block based on user agent? Does it work if simply loading it in the browser without JS?
I'm using Slim::Networking::SimpleAsyncHTTP - which comes with LMS' fake iTunes useragent... the JS obviously would be using the browser's UA. Going through LMS' imageproxy does work around the issue, but limits some nice features to LMS 7.8.
(oh, and you should use SimpleAsyncHTTP instead of LWP - the latter could potentially cause buffer underflow on the players due to its blocking nature and LMS' being single threaded)
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
