Posts: 5
Joined: Jan 2016
Reputation:
0
Okay.
My personal use case for the script is a litte bit different. I'm watching the football games and every time the script notifies me, I switch to the channel where a goal was scored.
And since all the kodi stuff is routed through a openvpn connection, I try to speed up the delivery for the scoring script as much as I can. The first thing I did was adding a manual route to bbc.co.uk (212.58.244.0/22). Does anybody know some more tweaks to improve the delivery speed of the script?
Regards
Posts: 1,109
Joined: Feb 2011
Reputation:
39
My personal experience is that the script is very fast. The limitation is usually due to how long it takes for the bbc to update their website for the match updates.
Please note, I would not recommend updating the polling interval as I don't believe it would be appropriate to hammer the bbc website with constant requests.
Posts: 5
Joined: Jan 2016
Reputation:
0
Thanks. I'll respect that.
I'm just curious, what is the default polling interval?
And just as a future feature request: Maybe it would be great, when users can set a notification sound/alarm for events/goals.
Regards
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Quick warning: it looks like the BBC are trialling a new layout to their Sports website. Depending on what happens, this may break this addon!
I'll keep an eye on it, but any fixes may not be quick as I'm a busy man!!
Posts: 15
Joined: Jun 2015
Reputation:
0
irlam
Junior Member
Posts: 15
This Addon is now broken
please could you fix it its one of my favourite addons whilst watching th footy
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Anything more specific than "it's broken"?
Posts: 105
Joined: Feb 2013
Reputation:
7
I have this problem as well. I'll upload a log file tomorrow...
Posts: 15
Joined: Jun 2015
Reputation:
0
irlam
Junior Member
Posts: 15
el_Paraguayo
Is There Any News On A Fix Yet Please?
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Apologies - I didn't get any updates saying that there had been new posts.
I'm away for a bit now so it may be hard to do a quick fix. On the positive side, it doesn't look like the error is a result of the BBC changing their layout (that would be a big change for me!).
irlam/EngineerPeter, can you both confirm what version of Kodi you're running please.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
EngineerPeter,
The fix for you should be to edit this file: /storage/.kodi/addons/service.bbclivefootballscores/resources/lib/menu.py
and add "import xbmcaddon" after "import xbmc".
Not sure how that got missed!
Posts: 1,109
Joined: Feb 2011
Reputation:
39
irlam, I'll need a debug log from you as otherwise I can't tell if you've got the same issue.
Posts: 105
Joined: Feb 2013
Reputation:
7
Have just tried the mod to menu.py and am still getting the same error. or is it that the league hasn't started yet and that's why??
I'm running LibreElec v7.0.2
Thanks for looking into this...