Skip to content

Commit

Permalink
Update RSI Telegiornale
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalChris committed Jun 19, 2017
1 parent b028fb4 commit ed0676b
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 22 deletions.
7 changes: 4 additions & 3 deletions addons.xml
Expand Up @@ -475,7 +475,7 @@ ASN televises live games from multiple NCAA Division I college sports conference
</extension>
</addon>

<addon id="plugin.video.rsi-telegiornale" name="RSI - Telegiornale" version="0.0.1" provider-name="MetalChris">
<addon id="plugin.video.rsi-telegiornale" name="RSI - Telegiornale" version="0.0.2" provider-name="MetalChris">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
Expand All @@ -487,7 +487,8 @@ ASN televises live games from multiple NCAA Division I college sports conference
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">RSI - Telegiornale</summary>
<summary lang="en">Watch newscasts and videos from RSI Telegiornale.</summary>
<summary lang="it">Guardare telegiornali e video da RSI Telegiornale.</summary>
<description lang="en">Watch newscasts and videos from RSI Telegiornale.</description>
<description lang="it">Guardare telegiornali e video da RSI Telegiornale.</description>
<disclaimer lang="en"></disclaimer>
Expand Down Expand Up @@ -731,7 +732,7 @@ Watch a Message, do Church Online Live, get Involved. Our mission is to lead peo
</extension>
</addon>

<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.5" provider-name="MetalChris">
<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.6" provider-name="MetalChris">
<extension point="xbmc.addon.repository" name="Official MetalChris Repository">
<info compressed="false">http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml</info>
<checksum>http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml.md5</checksum>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
@@ -1 +1 @@
468207801c3ee0f7475c96a7d6eda36c
604dc3ef9f952f0111db7cb0dd06812e
9 changes: 5 additions & 4 deletions plugin.video.rsi-telegiornale/addon.xml 100755 → 100644
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.rsi-telegiornale" name="RSI - Telegiornale" version="0.0.1" provider-name="MetalChris">
<addon id="plugin.video.rsi-telegiornale" name="RSI - Telegiornale" version="0.0.2" provider-name="MetalChris">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">RSI - Telegiornale</summary>
<summary lang="en">Watch newscasts and videos from RSI Telegiornale.</summary>
<summary lang="it">Guardare telegiornali e video da RSI Telegiornale.</summary>
<description lang="en">Watch newscasts and videos from RSI Telegiornale.</description>
<description lang="it">Guardare telegiornali e video da RSI Telegiornale.</description>
<disclaimer lang="en"></disclaimer>
Expand Down
3 changes: 3 additions & 0 deletions plugin.video.rsi-telegiornale/changelog.txt 100755 → 100644
@@ -1,2 +1,5 @@
Version 0.0.2
- Fixes for website changes

Version 0.0.1
- Initial release.
6 changes: 0 additions & 6 deletions plugin.video.rsi-telegiornale/resources/settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions plugin.video.rsi-telegiornale/resources/settings.xml~

This file was deleted.

2 changes: 1 addition & 1 deletion repository.metalchris/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.5" provider-name="MetalChris">
<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.6" provider-name="MetalChris">
<extension point="xbmc.addon.repository" name="Official MetalChris Repository">
<info compressed="false">http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml</info>
<checksum>http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml.md5</checksum>
Expand Down
5 changes: 5 additions & 0 deletions zips/plugin.video.rsi-telegiornale/changelog-0.0.2.txt
@@ -0,0 +1,5 @@
Version 0.0.2
- Fixes for website changes

Version 0.0.1
- Initial release.
Binary file not shown.
2 changes: 1 addition & 1 deletion zips/repository.metalchris/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.5" provider-name="MetalChris">
<addon id="repository.metalchris" name="MetalChris' Repository" version="2.6.6" provider-name="MetalChris">
<extension point="xbmc.addon.repository" name="Official MetalChris Repository">
<info compressed="false">http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml</info>
<checksum>http://raw.github.com/MetalChris/repository.metalchris/master/addons.xml.md5</checksum>
Expand Down
Binary file not shown.

0 comments on commit ed0676b

Please sign in to comment.