New Feeds Available
Monday March 19, 2007 11:15 PM
You can now pull your weekly top albums, weekly top tracks, top albums, and top tracks feeds, complete with album info. Currently, we're limiting the feeds to the top 10. Links can be found on your dashboard.
Examples:
Top TracksTop Albums Weekly Track ChartWeekly Album Chart
Wednesday, April 25, 2007 04:21:00 PM
i get error.. in xml. what problems?
Warning: SimpleXMLElement::addChild() [
function.SimpleXMLElement-addChild]: unterminated entity reference s=music&qid=1177531030&sr=1-1 in
/homepages/37/d94949155/htdocs/zenradar.roblogic.net/lib/ZenRadarHandler.php on line
178http://zenradar.roblogic.net/service/1.0/user/dukny/recenttracks.xmlWarning: SimpleXMLElement::addChild() [
function.SimpleXMLElement-addChild]: unterminated entity reference imgrefurl=http://www.rondomagazin.de/fuehrer/schumann/rs04.htm&h=90&w=90&sz=4&hl=ko&start=139&um=1&tbnid=nv0A-CclLkaUZM:&tbnh=78&tbnw=78&prev=/images%3Fq%3Dd in
/homepages/37/d94949155/htdocs/zenradar.roblogic.net/lib/ZenRadarHandler.php on line
393http://zenradar.roblogic.net/service/1.0/user/dukny/weeklytrackchart.xml
Wednesday, April 25, 2007 04:48:00 PM
You seem to have entered a custom album URL that simpleXML doesn't like:http://images.google.com/imgres?imgurl=http://www.rondomagazin.de/fuehrer/schumann/cover/rs04.jpg&imgrefurl=http://www.rondomagazin.de/fuehrer/schumann/rs04.htm&h=90&w=90&sz=4&hl=ko&start=139&um=1&tbnid=nv0A-CclLkaUZM:&tbnh=78&tbnw=78&prev=/images%3Fq%3DdCurrently the URLs aren't sanity checked for troublesome chars. For this instance, you should remove the google images URLs, and use the actual album URL: http://www.rondomagazin.de/fuehrer/schumann/rs04.htmI'll look into making the XML handler smart enough to digest URLs with params.
Thursday, April 26, 2007 03:51:00 AM
Thanks a lot for your enhanced XML Feeds. I have got some some problems to parse the weeklytrackchart.xml feed. I will take the cdata between the
element, but it doesn't end with the close element , it's starts with an other open tag
, is this approved in xml?
Thursday, April 26, 2007 10:53:00 AM
There's no CDATA declaration in the artist element, so child elements may be mixed with character data. It's probably not the cleanest structure, but it does adhere to the spec.