-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
33 changed files
with
86 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addons> | ||
<addon id="resource.videos.ratings.mpaa.classic" name="MPAA Classic" version="0.0.5" provider-name="Lunatixz"> | ||
<extension point="kodi.resource.images" compile="false" type="ratings" /> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Classic MPAA Rating Videos - Special Thanks to CinemaVision</summary> | ||
<description lang="en_GB">Classic MPAA Rating Videos - Special Thanks to CinemaVision</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> | ||
|
||
<addon id="resource.videos.ratings.mpaa.color" name="MPAA Color" version="0.0.2" provider-name="Lunatixz"> | ||
<extension point="kodi.resource.images" compile="false" type="ratings" /> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Color MPAA Rating Videos - Special Thanks to CinemaVision</summary> | ||
<description lang="en_GB">Color MPAA Rating Videos - Special Thanks to CinemaVision</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> | ||
|
||
<addon id="resource.videos.ratings.mpaa.retro" name="MPAA Retro" version="0.0.2" provider-name="Lunatixz"> | ||
<extension point="kodi.resource.images" compile="false" type="ratings" /> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Retro MPAA Rating Videos - Special Thanks to CinemaVision</summary> | ||
<description lang="en_GB">Retro MPAA Rating Videos - Special Thanks to CinemaVision</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</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 |
---|---|---|
@@ -1 +1 @@ | ||
6a2ce8d9eceee5cebf566066e13dab98 | ||
5293cf7acdd78c4926aac56cbab5d414 |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="resource.videos.ratings.mpaa.color" name="MPAA Color" version="0.0.2" provider-name="Lunatixz"> | ||
<extension point="kodi.resource.images" compile="false" type="ratings" /> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Color MPAA Rating Videos - Special Thanks to CinemaVision</summary> | ||
<description lang="en_GB">Color MPAA Rating Videos - Special Thanks to CinemaVision</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<provides> | ||
<format>mkv</format> | ||
<subfolders>false</subfolders> | ||
</provides> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="resource.videos.ratings.mpaa.retro" name="MPAA Retro" version="0.0.2" provider-name="Lunatixz"> | ||
<extension point="kodi.resource.images" compile="false" type="ratings" /> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Retro MPAA Rating Videos - Special Thanks to CinemaVision</summary> | ||
<description lang="en_GB">Retro MPAA Rating Videos - Special Thanks to CinemaVision</description> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<provides> | ||
<format>mkv</format> | ||
<subfolders>false</subfolders> | ||
</provides> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-6.63 MB
zips/resource.videos.ratings.mpaa.classic/resource.videos.ratings.mpaa.classic-0.0.4.zip
Binary file not shown.
Binary file added
BIN
+2.15 MB
zips/resource.videos.ratings.mpaa.classic/resource.videos.ratings.mpaa.classic-0.0.5.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.14 MB
zips/resource.videos.ratings.mpaa.color/resource.videos.ratings.mpaa.color-0.0.2.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.5 MB
zips/resource.videos.ratings.mpaa.retro/resource.videos.ratings.mpaa.retro-0.0.2.zip
Binary file not shown.