2015-01-26, 11:01
none at all; will extract a log file tonight and post....
(2015-02-09, 08:50)Noam gabay Wrote: Hii. I find your service very useful. can you scrapt fanarts and improve the GUI.Fanarts wouldn't make sense for this service. The whole point is that it just provides notifications (e.g. when you're watching a film etc).
So It shows on : http://kodi.tv/some-new-year-community-updates-2015/
do you scrap from http://www.thesportsdb.com/ ?
Quote:can you add widgets to the kodi's main screen that will show metadata for your favorite team?Again, it's not really what this service is for. Widgets are going to need skin specific implementations. You're better off asking this question in this thread. Have a look at ene92's later posts, he's started working on modules to integrate this into certain skins.
(2015-02-09, 11:56)zag Wrote: That doesnt stop anyone else from creating another one though, the more the betterIt's been a while since I tried some skinning but I may take some time to look at the data you've got and see if I can contribute in some way. I'd certainly like to have a favourite team widget showing fixtures, results etc...
Quote:00:00:37 T:140594827601664 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: can't set attribute
Traceback (most recent call last):
File "/home/declan/.kodi/addons/service.bbclivefootballscores/default.py", line 254, in <module>
matchdict = doUpdates(matchdict)
File "/home/declan/.kodi/addons/service.bbclivefootballscores/default.py", line 205, in doUpdates
matchdict[league].Update()
File "/home/declan/.kodi/addons/service.bbclivefootballscores/resources/lib/footballscores.py", line 975, in Update
self.LeagueName = self.__getLeagueName(self.__leagueid)
AttributeError: can't set attribute
-->End of Python script error report<--