Kodi Community Forum
Release MatchCenter - Football information for Kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release MatchCenter - Football information for Kodi (/showthread.php?tid=259894)

Pages: 1 2 3 4 5 6


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-16

Thanks, I just installed the bbclivescores service addon by el_paraguayo so I will be commenting in that thread as well.
Thanks.


RE: MatchCenter - Football information for Kodi - enen92 - 2016-02-16

League tables should now show the team position Smile


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-16

Thanks. Looks clean now.

Something very odd with French Ligue 1 table though.
GFC Ajaccio is showing in 2nd place (they should be 18th)
They also show 52 games played when the league is at 26 games played.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-16

Never mind, you are not generating the data.
I will try to locate the problem on the site.


RE: MatchCenter - Football information for Kodi - zag - 2016-02-16

Yeh check TheSportsDB and see if you can find out whats wrong. I have not really checked the accuracy of the league tables since writing the feature a few years ago. It probably indicates some problems with the results somewhere.


RE: MatchCenter - Football information for Kodi - maddog11 - 2016-02-16

how do i install this? ive downloaded the zips and installed from zipfile. i get the message sportaddon enabled !! i dont see see it anywere under addons, addon repository.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-16

(2016-02-16, 21:31)maddog11 Wrote: how do i install this? ive downloaded the zips and installed from zipfile. i get the message sportaddon enabled !! i dont see see it anywere under addons, addon repository.
MatchCenter should be in Programs if installed correctly.


RE: MatchCenter - Football information for Kodi - maddog11 - 2016-02-16

tried everything nothing showing up, it stating addon enabled but nothing, baffled i have installed many addons but i can get this one working.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-16

Well let's try again:

1: zip #1 https://github.com/enen92/script.matchcenter
2: zip #2 https://github.com/enen92/script.module.thesportsdb
3: zip #3 https://github.com/enen92/script.module.twitter

script.module.pytz gets pulled from the official repo automatically.


RE: MatchCenter - Football information for Kodi - maddog11 - 2016-02-17

(2016-02-16, 23:35)OTinley Wrote: Well let's try again:

1: zip #1 https://github.com/enen92/script.matchcenter
2: zip #2 https://github.com/enen92/script.module.thesportsdb
3: zip #3 https://github.com/enen92/script.module.twitter

script.module.pytz gets pulled from the official repo automatically.

Must of had a dodgy zip, those are the 3 i installed, ive reinstalled and everything is up and running. Thanks for the help.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-17

(2016-02-17, 15:20)maddog11 Wrote: Must have had a dodgy zip, those are the 3 i installed, ive reinstalled and everything is up and running. Thanks for the help.

Glad for you. Kindly provide feedback.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-18

Live scores don't refresh at all.
Need to close/re-open to get updates,this despite the fact I have refresh rate at the lowest setting.


RE: MatchCenter - Football information for Kodi - enen92 - 2016-02-18

(2016-02-18, 21:52)OTinley Wrote: Live scores don't refresh at all.
Need to close/re-open to get updates,this despite the fact I have refresh rate at the lowest setting.

It does query the livescores url endpoint again. The data returned is only updated every 5 minutes so it can take a maximum of 5 minutes for you to see any difference despite 5 queries to the db. Only zag can "fix it" by allowing smaller refresh times but...I believe there is a data quota to be respected.


RE: MatchCenter - Football information for Kodi - User 272336 - 2016-02-18

(2016-02-18, 21:54)enen92 Wrote:
(2016-02-18, 21:52)OTinley Wrote: Live scores don't refresh at all.
Need to close/re-open to get updates,this despite the fact I have refresh rate at the lowest setting.

It does query the livescores url endpoint again. The data returned is only updated every 5 minutes so it can take a maximum of 5 minutes for you to see any difference despite 5 queries to the db. Only zag can "fix it" by allowing smaller refresh times but...I believe there is a data quota to be respected.

I understand the logic but I believe it is was way beyond 5 mins.
Was watching the game live on Fox 84th minute on screen, 73rd minute in add-on.
Will continue to check with Liverpool game.


RE: MatchCenter - Football information for Kodi - enen92 - 2016-02-18

Yeah it probably is a good suggestion for the database. Instead of grabbing the data every 5 minutes it could have dynamic update times according the the hour of the day. I guess not many games are on after 11:30 pm. Nor before 11.30 am. So probably Zag could refresh the data every minute within 11:30am-11:30 pm and every half an hour otherwise (or 10 minutes) otherwise.
Nothing I can do to improve that Smile It is in fact querying the db every minute if you set it for the smaller update time on the addon settings.