Posts: 1,109
Joined: Feb 2011
Reputation:
39
Well that's good news.
To the extent that the BBC adds new leagues, the addon should pick these up automatically (although it won't tell you that they're available without you updating the list of leagues which you're following).
Posts: 175
Joined: Feb 2014
Reputation:
2
Just discovered your addon and think its great, so thanks for creating it. Just one request, is it possible to set how long a notification displays for? as its very quick to go at the moment.
Posts: 2,082
Joined: Nov 2012
Reputation:
178
enen92
Team-Kodi Member
Posts: 2,082
el_Paraguayo thanks for putting this together, I've been using it for a few weeks and it's awesome. I notice also some script errors now and then, probably a good ideia to include some sort of exception handling in the code. This normally happens, i guess, when kodi can't reach the website.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Yup. I've seen those too but thanks for reporting.
I've been working on the underlying module a fair bit (made quite a neat indicator for Ubuntu if anyone's interested...) and the error handling for no internet connection is next on my list.
Once that's done I'll try to push an update out.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
I think I've ironed out the bugs into the football module. I just need to do some testing with this script and then I'll push an update to github.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Cinnamon applets are written in Java. I tried doing this when I had Mint installed on my laptop but I just didn't know enough (well, any) java to do this well. The problem is the code that gets the scores is a python module. What I ended up doing in Mint was to have a background python script getting the scores and churning out a JSON feed which the java script could read and display. Not a particularly satisfying solution.
I'm now using Ubuntu with Unity and these indicators can be written in python which makes my life much easier!
Posts: 4,061
Joined: Oct 2007
Reputation:
90
zag
Team-Kodi Member
Posts: 4,061
Thanks for this, just found it!
Posts: 204
Joined: Feb 2013
Reputation:
2
Hi El Paraguayo,
is there any chance to make it work on android boxes?
Thanks.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Well I don't have an Android box so there's nothing for me to test on which makes this rather difficult. I could, in theory, try it on my phone but I think debugging on that would be quite a painful process so I'm not going to do it.
What errors are you getting in your log file?