Skip to content

Commit

Permalink
Add repository for Kodi v19 Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PCCV committed Mar 2, 2021
1 parent 11f064a commit 342a745
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 12 additions & 3 deletions repository.betaseries/addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.betaseries" name="BetaSeries Repository" version="1.0.1" provider-name="skylex modded by FG">
<extension point="xbmc.addon.repository" name="BetaSeries Add-on Repository">
<info compressed="false">https://raw.github.com/PCCV/xbmc-betaseries/master/addons.xml</info>
<checksum>https://raw.github.com/PCCV/xbmc-betaseries/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/PCCV/xbmc-betaseries/master</datadir>
<dir minversion="17.0.0">
<info compressed="false">https://raw.github.com/PCCV/xbmc-betaseries/leia/addons.xml</info>
<checksum>https://raw.github.com/PCCV/xbmc-betaseries/leia/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/PCCV/xbmc-betaseries/leia</datadir>
</dir>
<dir minversion="19.0.0">
<info compressed="false">https://raw.github.com/PCCV/xbmc-betaseries/master/addons.xml</info>
<datadir zip="true">https://raw.github.com/PCCV/xbmc-betaseries/master</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>BetaSeries Add-on Repository</summary>
Expand All @@ -12,4 +18,7 @@
<disclaimer>If it breaks, you get to keep the pieces</disclaimer>
<platform>all</platform>
</extension>
<assets>
<icon>icon.jpg</icon>
</assets>
</addon>
1 change: 1 addition & 0 deletions repository.betaseries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<h1>repository.betaseries</h1>
<table>
<tr><td><a href="repository.betaseries-1.0.1.zip">repository.betaseries-1.0.1.zip</a></td></tr>
<tr><td><a href="repository.betaseries-1.0.2.zip">repository.betaseries-1.0.2.zip</a></td></tr>
</table>
</body>
</html>

0 comments on commit 342a745

Please sign in to comment.