diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
commit | 81d4a149d54d3b79f0449dad77264c642469f10d (patch) | |
tree | 39fabba02bee35f87b2cec1c149872f0719f5f79 /addons/metadata.common.htbackdrops.com | |
parent | d9e6ddf42d0d2787a93eaec8706e26a90d931f41 (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.xml | 20 | ||||
-rw-r--r-- | addons/metadata.common.htbackdrops.com/htbackdrops.xml | 18 |
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="<details>\1</details>" dest="5"> + <RegExp input="$$1" output="<thumb preview="http://www.htbackdrops.com/data/thumbnails/\2">http://www.htbackdrops.com/data/media/\2</thumb>" dest="13"> + <expression noclean="1" repeat="yes"><td.*?mode=search(&amp;sessionid=[^"]*)?"><img src="./data/thumbnails/([^"]+)".*?<br>Music Artist Thumbnails<br>.*?</td></expression> + </RegExp> + <expression noclean="1"/> + </RegExp> + </GetHTBThumbs> + <GetHTBFanart dest="5"> + <RegExp input="$$13" output="<details><fanart url="http://www.htbackdrops.com/">\1</fanart></details>" dest="5"> + <RegExp input="$$1" output="<thumb preview="data/thumbnails/\2">data/media/\2</thumb>" dest="13"> + <expression noclean="1" repeat="yes"><td.*?mode=search(&amp;sessionid=[^"]*)?"><img src="./data/thumbnails/([^"]+)".*?<br>Music Artist Backdrops<br>.*?</td></expression> + </RegExp> + <expression noclean="1"/> + </RegExp> + </GetHTBFanart> +</scraperfunctions> |