Leo,

Thanks a lot for the quick updates! And thanks for giving us access to the dev console. This will help us a lot to help you figure out issues like the one I'm seeing.

Version 0.4 of the LMS Remote App is now online. Here are some things
that I've changed:

This still says 0.2 in the settings screen, doesn't it?

I just downloaded the latest and greatest I could get using your download link (which doesn't come with a version number). Unfortunately it still fails to show remote artwork. I'm running LMS 7.8 and use its new internal image proxy for some of my plugins. These seem to cause problems with LMS Remote Controller:

Failed to load resource file:///Users/mh/Downloads/LMS%20Remote%202.app/Contents/Resources/app.nw/i…s%2Fthumb%2Fe%2Fee%2FRadio_SRF_3.svg%2F500px-Radio_SRF_3.svg.png/image.png

It seems your app does not recognize relative URLs. The data sent in the status update is:

artwork_url: "imageproxy/http%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Fthumb%2Fe%2Fee%2FRadio_SRF_3.svg%2F500px-Radio_SRF_3.svg.png/image.png"

This request should be sent to LMS. Please check those URLs whether they are fully qualified URLs or not. The following lines need to be improved:

if(res.result.playlist_loop[0].artwork_url != undefined){
$("#background-cover, #background-cover-front").css({"background-image": "url('" + res.result.playlist_loop[0].artwork_url + "')"});

Keep up the excellent work!

--

Michael
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to