• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 28
[UPDATED] BBC Live Football Scores service
love this addon, but it seems to quit working, wasn't sure if it was because i was using an older version of Kodi while waiting for a stable build of openelec. did a fresh install of openelec 6.0.0 on friday night, it worked fine yesterday but not today.
Reply
Can you check your error log and see if it's crashed somewhere. If so, paste the error message and I'll see if it's something I can fix.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
(2015-10-28, 15:24)JSCPL Wrote: Sure, i did all that before posting here. Yesterday i tried it again in another OS, with a fresh Kodi installation and still nothing in "Services", but i found it under "Programs", but only there. And now it is there in both computers.

I searched in "services" and the entire add-on section and it's nothing there, but it doesn't matter anymore, what's important is that i found it, and it's working now. Thanks, great job with this.
I wonder if this is a bug in Kodi, if you change addon.xml so the service is the first extension point, the addon appears in the list of services.

I'll put an update on github, but you just need to change addon.xml to this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.bbclivefootballscores"
       name="BBC Football Scores"
      version="0.3.0"
      provider-name="elParaguayo">
    <requires>
        <import addon="xbmc.addon" version="12.0.0"/>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.beautifulsoup" version="3.2.1"/>
        <import addon="script.module.simplejson" version="2.0.10" />
        <import addon="script.module.pyxbmct" version="1.1.4"/>
    </requires>
    <extension point="xbmc.service" library="default.py" start="login"/>
    <extension point="xbmc.python.library" library="helper.py" />
    <extension point="xbmc.python.script" library="helper.py" />
    <extension point="xbmc.python.module" library="resources/lib/api" />
    <extension point="xbmc.addon.metadata">

    <platform>all</platform>
    <summary lang="en">Provides live football score updates</summary>
    <language></language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=196499</forum>
    <source>https://github.com/elParaguayo/service.bbclivefootballscores</source>
    <email></email>
    <disclaimer lang="en"></disclaimer>
  </extension>
</addon>
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
I think this is possibly related to the above problem; I've updated to openelec 6.0 and now the add on doesn't work.

I looked for the add-on and found it lingering in the orphaned add-on section!

Do you have any suggestions?

I'll try to upload a log if that helps?

thanks for the addon; football fans in the house love this add on!
Reply
Have you tried the fix in the post above? If that doesn't work then it may be the case that Kodi doesn't like add-ons that are services as well as program add-ons.

There are probably ways I can deal with that, but I'm hoping my earlier "fix" might work.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Brilliant add on Smile
it all works great but i have the message ''league tables - Creating Menus'' stuck in the top of kodi screen!

If i reboot kodi the message then disappears.
Reply
I think I've had that problem before. Let me take a look when I can.

Rebooting isn't a great fix, is it?!
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Not a great fix no! but the scores popup and league tables all work great, i love this feature, am footy mad Smile now i dont have to keep looking at my phone lol and i do appreciate the time you have spent making this great add on.
Reply
No problem. Leave it with me.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
(2016-02-13, 20:59)maddog11 Wrote: Brilliant add on Smile
it all works great but i have the message ''league tables - Creating Menus'' stuck in the top of kodi screen!

If i reboot kodi the message then disappears.
Think I've found the culprit. Comment out (or just delete) this line: https://github.com/elParaguayo/service.b...es.py#L275
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
(2016-02-14, 13:40)el_Paraguayo Wrote:
(2016-02-13, 20:59)maddog11 Wrote: Brilliant add on Smile
it all works great but i have the message ''league tables - Creating Menus'' stuck in the top of kodi screen!

If i reboot kodi the message then disappears.
Think I've found the culprit. Comment out (or just delete) this line: https://github.com/elParaguayo/service.b...es.py#L275

Cheers for that, i dont have the problem anymore. Its been fine since i rebooted last night, if i get the error again i will delete that line

Best Regards
Reply
@el_Paraguayo , thanks for your work – love the add-on.

cheers
Reply
Swig, you're very welcome. Glad you're enjoying it.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
@el_Paraguayo: I would like to mention some more points regarding the add-on – but since I'm new to the forum, I'm not allowed to send you private messages Undecided
Are you able to provide a different way of contacting you?

Regards
Reply
Anything to do with the script should be posted in this thread.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 28

Logout Mark Read Team Forum Stats Members Help
[UPDATED] BBC Live Football Scores service3