-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ea9a74
commit a087522
Showing
8 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<addons><addon id="repository.midarr" version="1.0.0" name="Midarr Labs repository" provider-name="midarrlabs"> | ||
<extension point="xbmc.addon.repository" name="Midarr Labs repository"> | ||
<dir> | ||
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addon.xml</info> | ||
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addon.xml.md5</checksum> | ||
<datadir zip="true">https://github.com/midarrlabs/repository.midarr/raw/main/release/</datadir> | ||
</dir> | ||
<dir> | ||
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/plugin.video.midarr/addon.xml</info> | ||
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/plugin.video.midarr/addon.xml.md5</checksum> | ||
<datadir zip="true">https://github.com/midarrlabs/repository.midarr/raw/main/release/plugin.video.midarr</datadir> | ||
</dir> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Kodi repository for Midarr addons</summary> | ||
<description lang="en">Kodi repository for Midarr addons</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
<nofanart>true</nofanart> | ||
</extension> | ||
</addon><addon id="plugin.video.midarr" version="1.0.0" name="Midarr" provider-name="midarrlabs"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0" /> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Midarr</summary> | ||
<description lang="en">Official Midarr for Kodi add-on</description> | ||
<disclaimer lang="en">https://github.com/midarrlabs/repository.midarr</disclaimer> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
<nofanart>true</nofanart> | ||
</extension> | ||
</addon></addons> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a8554ebbccb03002c2d71e123fb1d487 addons.xml |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9e1eff16eddb706a246775a8b5485389 *plugin.video.midarr-1.0.0.zip | ||
a27de87619b185441e4c7649205484b5 *plugin.video.midarr-1.0.0.zip |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5ddd6a4741668492f5555224499130d7 *repository.midarr-1.0.0.zip | ||
2049581ccf2c5e6cf5d55070b0a80e5c *repository.midarr-1.0.0.zip |
Binary file not shown.