Revision: 33953
http://xbmc.svn.sourceforge.net/xbmc/?rev=33953&view=rev
Author: nadasb
Date: 2010-09-18 07:17:20 +0000 (Sat, 18 Sep 2010)
Log Message:
-----------
[metadata.common.htbackdrops.com] prevent empty thumbs and fanart tags from tmdb scraper library. Thanks to smuto!
Modified Paths:
--------------
branches/Dharma/addons/metadata.common.htbackdrops.com/addon.xml
branches/Dharma/addons/metadata.common.htbackdrops.com/htbackdrops.xml
Modified: branches/Dharma/addons/metadata.common.htbackdrops.com/addon.xml
===================================================================
--- branches/Dharma/addons/metadata.common.htbackdrops.com/addon.xml 2010-09-18 07:15:58 UTC (rev 33952)
+++ branches/Dharma/addons/metadata.common.htbackdrops.com/addon.xml 2010-09-18 07:17:20 UTC (rev 33953)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.htbackdrops.com"
name="HTBackdrops"
- version="1.0.3"
+ version="1.0.4"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
@@ -16,6 +16,7 @@
<summary lang="es">Scraper de HTBackdrops</summary>
<summary lang="fr">Scraper HTBackdrops</summary>
<summary lang="hu">HTBackdrops leolvasó-könyvtár</summary>
+ <summary lang="nl">HTBackdrops-scraperfuncties</summary>
<summary lang="pl">Scraper biblioteki HTBackdrops</summary>
<summary lang="pt">Biblioteca de fundos HTBackdrops</summary>
<summary lang="ru">Обработчик Фоновых изображений с HTBackdrops</summary>
@@ -25,6 +26,7 @@
<description lang="es">Descarga fanart y fotos de artistas de http://www.htbackdrops.com</description>
<description lang="fr">Télécharge les backdrops depuis http://www.htbackgrops.com</description>
<description lang="hu">Fanartképek letöltése http://www.htbackdrops.com webhelyről</description>
+ <description lang="nl">Achtergronden ophalen van http://www.htbackdrops.com</description>
<description lang="pl">Pobieraj tła z http://www.htbackdrops.com</description>
<description lang="pt">Descarregar fundos de http://www.htbackdrops.com</description>
<description lang="ru">Загружать фоновые изображения с http://www.htbackdrops.com</description>
Modified: branches/Dharma/addons/metadata.common.htbackdrops.com/htbackdrops.xml
===================================================================
--- branches/Dharma/addons/metadata.common.htbackdrops.com/htbackdrops.xml 2010-09-18 07:15:58 UTC (rev 33952)
+++ branches/Dharma/addons/metadata.common.htbackdrops.com/htbackdrops.xml 2010-09-18 07:17:20 UTC (rev 33953)
@@ -9,7 +9,7 @@
<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"/>
+ <expression noclean="1">(.+)</expression>
</RegExp>
</ParseHTBThumbs>
<GetHTBFanart dest="5">
@@ -22,7 +22,7 @@
<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"/>
+ <expression noclean="1">(.+)</expression>
</RegExp>
</ParseHTBFanart>
</scraperfunctions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|