acebathound Wrote: 
> I just installed the newest version of SlimServer and it appears to have
> fixed the XML issue I was accounting for.  I've just uploaded the fixed
> version of the widget.. let me know how it works if anyone tries it.
> 
> -Wayne

Just tried it. A couple of things:

I'm not using mySQL - but I am using a player other than "default".
This is what was causing some of my problems, there's a typo in the
code that constructs the XML URL:


Code:
--------------------
    
  if(preferences.PlayerID.value !="") strFullURL += "&player=" + 
preferences.PlayerID.value;
  
--------------------


The "&player=" is "?player=" in your version which obviously doesn't
work :)

So now I have track title and artist, but still no cover art. I grabbed
the URL it's looking for and it seems to be correct (if I load it in a
browser I get the image) but nothing is showing in the widget. I'll
investigate further...


-- 
radish
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to