Skip to content

Commit

Permalink
Alpha version of new service addon
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Dec 31, 2017
1 parent 1f7ee5c commit e3174df
Show file tree
Hide file tree
Showing 14 changed files with 827 additions and 3,401 deletions.
10 changes: 5 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

<addon id="service.bbclivefootballscores"
name="BBC Football Scores"
version="0.4.2"
version="0.5.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.beautifulsoup" version="3.2.1"/> -->
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="script.module.pyxbmct" version="1.1.4"/>
<!-- <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.python.script" library="helper.py" />
<extension point="xbmc.python.module" library="resources/lib/api" /> -->

<extension point="xbmc.addon.metadata">
<platform>all</platform>
Expand Down
Loading

0 comments on commit e3174df

Please sign in to comment.