Closed Nessus85100 closed 10 years ago
yes, can do that.
Is it something changed in TopArtists and NearEvents property's ?. I get no data in the skin. I've checked script's addon_data folder and the txt data files are there.
NearEvents is workin here at least, didnt test TopArtists yet. Was it broken by the commit? Debug Log?
They were working with my fork. Here is the debug log : http://xbmclogs.com/show.php?id=276777 and here is how my static items are coded : http://xbmclogs.com/show.php?id=276783
fixed now?
TopArtists yes (and the locale for listeners number), NearEvents still not working. Debug log again ?
yes, download newest version and debug log again, please.
how do you call the script exactly?
With an onload in Home window... onload condition="System.HasAddon(script.extendedinfo)">RunScript(script.extendedinfo,info=nearevents)</onload
Forgot to tell you that latest version gives me an error but the TopArtists is working
new version pushed. try again, please. :)
Got it. All working fine now.
Thanks a lot
no problem. :) keep in mind that it can break again temporarily because i´m restructuring some things (perhaps dividing it into an addon for the daemon and an addon for the info labels, i already moved out the googlemaps part to script.maps.browser )
Ok. No problem.
In "TopArtists" (https://github.com/Nessus85100/script.extendedinfo/blob/master/default.py#L187) feature the 'Listeners' call returns a number that is not separated by thousands (eg 111310 instead of 111,310). Is it possible to add a separate by thousands in that number ?
Thanks Nessus