The branch, dharma has been updated
via 18864602ba92236dbf938d13439093a653d9bc92 (commit)
from 2dc514fde3d56de5034039e019f2545f84153a07 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=18864602ba92236dbf938d13439093a653d9bc92
commit 18864602ba92236dbf938d13439093a653d9bc92
Author: olympia <[email protected]>
Date: Wed Feb 15 23:31:56 2012 +0100
[metadata.moviemeter.nl] updated to version 1.2.0
diff --git a/metadata.moviemeter.nl/addon.xml b/metadata.moviemeter.nl/addon.xml
index fb99fde..8a19d58 100644
--- a/metadata.moviemeter.nl/addon.xml
+++ b/metadata.moviemeter.nl/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.moviemeter.nl"
name="MovieMeter"
- version="1.1.10"
+ version="1.2.0"
provider-name="The_Ghost16">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.moviemeter.nl/changelog.txt
b/metadata.moviemeter.nl/changelog.txt
index ea7ddbd..4f13951 100644
--- a/metadata.moviemeter.nl/changelog.txt
+++ b/metadata.moviemeter.nl/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.2.0[/B]
+- Scraper now support sets based on the TMDB sets.
+
[B]1.1.10[/B]
- Fanart and thumbs are now scraped correctly from TMDB.
diff --git a/metadata.moviemeter.nl/moviemeter.xml
b/metadata.moviemeter.nl/moviemeter.xml
index 6ca36d3..cfe659b 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -94,7 +94,18 @@
</RegExp>-->
<!-- Get Fanart & Thumbs from TMDB -->
- <RegExp input="$$1" output="<url
cache="tt\1-moviemeter.html"
function="GetFanartAndThumbs">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
+ <!--<RegExp input="$$1" output="<url
cache="tt\1-moviemeter.html"
function="GetFanartAndThumbs">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
+ <expression noclean="1">IMDB Id:
([^<]*)</expression>
+ </RegExp>-->
+ <RegExp input="$$1" output="<chain
function="GetTMDBFanartByIdChain">tt\1</chain>" dest="8+">
+ <expression noclean="1">IMDB Id:
([^<]*)</expression>
+ </RegExp>
+ <RegExp input="$$1" output="<chain
function="GetTMDBThumbsByIdChain">tt\1</chain>" dest="8+">
+ <expression noclean="1">IMDB Id:
([^<]*)</expression>
+ </RegExp>
+
+ <!-- Get information about sets from TMDB -->
+ <RegExp input="$$1" output="<chain
function="GetTMDBSetByIdChain">tt\1</url>" dest="8+">
<expression noclean="1">IMDB Id:
([^<]*)</expression>
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.moviemeter.nl/addon.xml | 2 +-
metadata.moviemeter.nl/changelog.txt | 3 +++
metadata.moviemeter.nl/moviemeter.xml | 13 ++++++++++++-
3 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons