Am 28.02.15 um 02:22 schrieb vining:
I've been trying the image proxy and all seems to work with my AMX system except for Flickr images. With flickr images the url received with the image tag is partially URL encoded: Code: -------------------- imageproxy/http%3A%2F%2Ffarm9.static.flickr.com%2F8589%2F16465065678_4a0c449cce.jpg/image.jpg
That's ok: the non-encoded part ist the LMS URL. The encoded part is the original URL as parameter to the imageproxy.
But why would you even bother to send it through the imageproxy if you don't want to resize it?
Where as everything else I've seen isn't and this URL encoding seems to break a function that's used to change the path and file of the displayed image on my AMX panels since the commands to change those values in AMX are also prefaced with % so me thinks that the AMX function also has bugs since a % that's not followed a valid AMX commad such as %F, %A, %P, etc should be ignored. If I put the URL in a browser it does return an image.
Could you please run LMS with artwork debugging enabled, then post the results from server.log here?
I would assume that this is a bug in the image proxy code the / before the file name didn't get encoded and one would think it would be all or nothing. I don't really care about flickr but if I have it on my panel it should work so for now I'll have to stick with MySB.com under the performance tab.
Do you only see this problem with Flickr? Or with eg. the icons in the Radios menu, too?
-- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
