aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.common.htbackdrops.com
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-04-28 00:05:22 +0000
committerjmarshallnz <jmarshallnz@svn>2010-04-28 00:05:22 +0000
commit81d4a149d54d3b79f0449dad77264c642469f10d (patch)
tree39fabba02bee35f87b2cec1c149872f0719f5f79 /addons/metadata.common.htbackdrops.com
parentd9e6ddf42d0d2787a93eaec8706e26a90d931f41 (diff)
changed: paint the (system) addons bikeshed (moves - id's to come)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29568 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.common.htbackdrops.com')
-rw-r--r--addons/metadata.common.htbackdrops.com/description.xml20
-rw-r--r--addons/metadata.common.htbackdrops.com/htbackdrops.xml18
2 files changed, 38 insertions, 0 deletions
diff --git a/addons/metadata.common.htbackdrops.com/description.xml b/addons/metadata.common.htbackdrops.com/description.xml
new file mode 100644
index 0000000000..892c77322d
--- /dev/null
+++ b/addons/metadata.common.htbackdrops.com/description.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addoninfo>
+ <id>com.htbackdrops.scraper.common</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>
diff --git a/addons/metadata.common.htbackdrops.com/htbackdrops.xml b/addons/metadata.common.htbackdrops.com/htbackdrops.xml
new file mode 100644
index 0000000000..ef209f3312
--- /dev/null
+++ b/addons/metadata.common.htbackdrops.com/htbackdrops.xml
@@ -0,0 +1,18 @@
+<scraperfunctions>
+ <GetHTBThumbs dest="5">
+ <RegExp input="$$13" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
+ <RegExp input="$$1" output="&lt;thumb preview=&quot;http://www.htbackdrops.com/data/thumbnails/\2&quot;&gt;http://www.htbackdrops.com/data/media/\2&lt;/thumb&gt;" dest="13">
+ <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Thumbnails&lt;br&gt;.*?&lt;/td&gt;</expression>
+ </RegExp>
+ <expression noclean="1"/>
+ </RegExp>
+ </GetHTBThumbs>
+ <GetHTBFanart dest="5">
+ <RegExp input="$$13" output="&lt;details&gt;&lt;fanart url=&quot;http://www.htbackdrops.com/&quot;&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="5">
+ <RegExp input="$$1" output="&lt;thumb preview=&quot;data/thumbnails/\2&quot;&gt;data/media/\2&lt;/thumb&gt;" dest="13">
+ <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Backdrops&lt;br&gt;.*?&lt;/td&gt;</expression>
+ </RegExp>
+ <expression noclean="1"/>
+ </RegExp>
+ </GetHTBFanart>
+</scraperfunctions>