diff options
Diffstat (limited to 'addons/metadata.common.htbackdrops.com')
-rw-r--r-- | addons/metadata.common.htbackdrops.com/addon.xml | 17 | ||||
-rw-r--r-- | addons/metadata.common.htbackdrops.com/description.xml | 20 |
2 files changed, 17 insertions, 20 deletions
diff --git a/addons/metadata.common.htbackdrops.com/addon.xml b/addons/metadata.common.htbackdrops.com/addon.xml new file mode 100644 index 0000000000..27b285b173 --- /dev/null +++ b/addons/metadata.common.htbackdrops.com/addon.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="metadata.common.htbackdrops.com" + name="HTBackdrops" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.metadata" version="1.0"/> + </requires> + <extension point="xbmc.metadata.scraper.library" + library="htbackdrops.xml"/> + <extension point="xbmc.addon.metadata"> + <platform>all</platform> + <minversion>20000</minversion> + <summary>HTBackdrops Scraper Library</summary> + <description>some description</description> + </extension> +</addon> diff --git a/addons/metadata.common.htbackdrops.com/description.xml b/addons/metadata.common.htbackdrops.com/description.xml deleted file mode 100644 index 0b823286d7..0000000000 --- a/addons/metadata.common.htbackdrops.com/description.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<addoninfo> - <id>metadata.common.htbackdrops.com</id> - <type>scraper-library</type> - <title>HTBackdrops</title> - <library>htbackdrops.xml</library> - <version>1.0.0</version> - <platforms> - <platform>all</platform> - </platforms> - <minversion> - <xbmc>20000</xbmc> - </minversion> - <summary>HTBackdrops Scraper Library</summary> - <description>some description</description> - <author>TEAMXBMC</author> - <supportedcontent> - <content>movies</content> - </supportedcontent> -</addoninfo> |