aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.tvdb.com/addon.xml
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2010-05-21 23:14:13 +0000
committerspiff_ <spiff_@svn>2010-05-21 23:14:13 +0000
commit2c2e61e87794375eb97fb24f002f0dc6aaf4d063 (patch)
treea4bec99a6fae23a6fd67002a8f858c108d6d550c /addons/metadata.tvdb.com/addon.xml
parentfb21f38ddc6f1d3213e2a6209070fc0de488c1e8 (diff)
changed: initial move of scrapers to cpluff. since deps aren't handled, only tvdb is currently converted
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30398 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.tvdb.com/addon.xml')
-rw-r--r--addons/metadata.tvdb.com/addon.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/metadata.tvdb.com/addon.xml b/addons/metadata.tvdb.com/addon.xml
new file mode 100644
index 0000000000..b727b09bd1
--- /dev/null
+++ b/addons/metadata.tvdb.com/addon.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="metadata.tvdb.com"
+ name="The TVDB"
+ version="1.0.0"
+ provider-name="Team XBMC">
+ <requires>
+ <import addon="xbmc.metadata" version="1.0"/>
+ </requires>
+ <extension point="xbmc.metadata.scraper"
+ library="tvdb.xml"/>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <minversion>20000</minversion>
+ <summary>TV show scraper</summary>
+ <description>TheTVDB.com is a TV Scraper. The site is a massive open database that can be modified by anybody and contains full meta data for many shows in different languages. All content and images on the site have been contributed by their users for users and have a high standard or quality. The database schema and website are open source under the GPL</description>
+ <description lang="nl">TheTVDB.com is een TV-show Scraper. De site is een gigantische open databank die door iedereen kan aangepast en uitgebreid worden. Het bevat informatie voor vele TV-shows in verschillende talen. Alle inhoud en afbeeldingen zijn bijgedragen door en voor gebruikers met een hoge kwaliteitsnorm. Het databank schema en de website zijn vrijgegeven onder de open source GPL licentie.</description>
+ <content>tvshows</content>
+ </extension>
+</addon>