2014-05-29, 20:26
UPDATE 31 December 2017: I've uploaded a very basic version of the service (see this post)
Please note - this addon does NOT provide live streams of football matches.
OK, I think this is ready for a beta release. Just in time for the World Cup...
I've updated my original script to run as a service
Name: BBC Live Football Scores
Download: https://github.com/elParaguayo/service.b...s/releases
NOTE: if you install from a zip file, you will need to rename the folder to service.bbclivefootballscores (the zip file will add "-master" to the end, which will break the service). Alternative, you can use git to clone the repository which should result in the right name being used. Service should now install from zipfile.
What it does: Grabs live football score data from the BBC website and displays pop-ups at regular intervals.
Pop-ups currently only occur when there is a status change (e.g. goal, kick-off etc).
Currently the following competitions should be supported:
You'll need to go the add-on settings page to select the competitions you want to track. When you've finished selecting competitions, you'll need to hit "Done" and then "OK" on the settings page.
There is an option to disable notifications (e.g. if, heaven forbid, your other half is watching something while the football is on).
Update: Beta versions of additional functionality:
Latest version also includes beta versions of some additional functionality:
- League tables
- Live match details
At the moment these are only accessible by binding a spare key to the following commands:
-XBMC.RunScript(special://home/addons/service.bbclivefootballscores/league_tables.py)
-XBMC.RunScript(special://home/addons/service.bbclivefootballscores/live_scores_detail.py)
Any problems or feature suggestions, please let me know.
Please note - this addon does NOT provide live streams of football matches.
OK, I think this is ready for a beta release. Just in time for the World Cup...
I've updated my original script to run as a service
Name: BBC Live Football Scores
Download: https://github.com/elParaguayo/service.b...s/releases
NOTE: if you install from a zip file, you will need to rename the folder to service.bbclivefootballscores (the zip file will add "-master" to the end, which will break the service). Alternative, you can use git to clone the repository which should result in the right name being used. Service should now install from zipfile.
What it does: Grabs live football score data from the BBC website and displays pop-ups at regular intervals.
Pop-ups currently only occur when there is a status change (e.g. goal, kick-off etc).
Currently the following competitions should be supported:
- Premier League
- Championship
- League One
- League Two
- Football Conference
- Conference North
- Conference South
- FA Cup
- FA Cup Qualifying
- League Cup
- Football League Trophy
- The FA Trophy
- The FA Community Shield
- Scottish Premiership
- Scottish Championship
- Scottish League One
- Scottish League Two
- Highland League
- Lowland League
- Scottish Cup
- Scottish League Cup
- Scottish Challenge Cup
- Welsh Premier League
- Welsh Cup
- Welsh League Cup
- Irish Premiership
- Irish Cup
- League of Ireland Premier
- World Cup
- World Cup Qualifying - European
- Confederations Cup
- Women's European Championship
- Africa Cup of Nations
- Euro Under-21 Championship
- Euro Under-21 Qualifying
- International Friendlies
- Champions League
- Europa League
- Austrian Bundesliga
- Belgian Pro League
- Danish Superliga
- Dutch Eredivisie
- Finnish Veikkausliiga
- French Ligue 1
- Greek Superleague
- Italian Serie A
- Norwegian Tippeligaen
- Portuguese Primeira Liga
- Spanish La Liga
- Swedish Allsvenskan
- Swiss Super League
- Turkish Super Lig
- Women's Super League
- Women's League Cup
- Women's Premier North
- Women's Premier South
You'll need to go the add-on settings page to select the competitions you want to track. When you've finished selecting competitions, you'll need to hit "Done" and then "OK" on the settings page.
There is an option to disable notifications (e.g. if, heaven forbid, your other half is watching something while the football is on).
Update: Beta versions of additional functionality:
Latest version also includes beta versions of some additional functionality:
- League tables
- Live match details
At the moment these are only accessible by binding a spare key to the following commands:
-XBMC.RunScript(special://home/addons/service.bbclivefootballscores/league_tables.py)
-XBMC.RunScript(special://home/addons/service.bbclivefootballscores/live_scores_detail.py)
Any problems or feature suggestions, please let me know.