The branch, eden-pre has been updated
via 712c45cccfd5b6ec158f1d705903ca45f0fd030d (commit)
from 0c8e70d580bf920c1fa02342672c21904a504d9c (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=712c45cccfd5b6ec158f1d705903ca45f0fd030d
commit 712c45cccfd5b6ec158f1d705903ca45f0fd030d
Author: olympia <[email protected]>
Date: Fri Jul 15 20:06:19 2011 +0200
[metadata.moviemeter.nl] updated to version 1.1.6
diff --git a/metadata.moviemeter.nl/addon.xml b/metadata.moviemeter.nl/addon.xml
index 0800b3f..9db25d0 100644
--- a/metadata.moviemeter.nl/addon.xml
+++ b/metadata.moviemeter.nl/addon.xml
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="metadata.moviemeter.nl"
- name="MovieMeter"
- version="1.1.5"
- provider-name="The_Ghost16">
- <requires>
- <import addon="xbmc.metadata" version="1.0"/>
- <import addon="metadata.common.themoviedb.org" version="1.0"/>
- <import addon="metadata.common.movieposterdb.com" version="1.0"/>
- <import addon="metadata.common.imdb.com" version="1.0"/>
- <import addon="metadata.common.hdtrailers.net" version="1.0.6"/>
- </requires>
- <extension point="xbmc.metadata.scraper.movies"
- language="nl"
- library="moviemeter.xml"/>
- <extension point="xbmc.addon.metadata">
- <summary lang="en">MovieMeter Movie Scraper</summary>
- <summary lang="hu">MovieMeter filmadat leolvasó</summary>
- <summary lang="kr">MovieMeter ìí ì¤í¬ëí¼</summary>
- <summary lang="pl">Scraper filmów MovieMeter</summary>
- <summary lang="pt">Scraper de filmes MovieMeter</summary>
- <description lang="en">Download Movie information from
www.moviemeter.nl</description>
- <description lang="hu">Film információk letöltése a www.moviemeter.nl
webhelyrÅl</description>
- <description lang="kr">www.moviemeter.nl ìì ìí ì ë³´
ë¤ì´ë¡ë</description>
- <description lang="pl">Pobieraj informacje o filmach z
www.moviemeter.nl</description>
- <description lang="pt">Descarregar informação de filmes de
www.moviemeter.nl</description>
- <platform>all</platform>
- </extension>
-</addon>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="metadata.moviemeter.nl"
+ name="MovieMeter"
+ version="1.1.7"
+ provider-name="The_Ghost16">
+ <requires>
+ <import addon="xbmc.metadata" version="1.0"/>
+ <import addon="metadata.common.themoviedb.org" version="1.0"/>
+ <import addon="metadata.common.movieposterdb.com" version="1.0"/>
+ <import addon="metadata.common.imdb.com" version="1.0"/>
+ <import addon="metadata.common.hdtrailers.net" version="1.0.6"/>
+ </requires>
+ <extension point="xbmc.metadata.scraper.movies"
+ language="nl"
+ library="moviemeter.xml"/>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en">MovieMeter Movie Scraper</summary>
+ <summary lang="hu">MovieMeter filmadat leolvasó</summary>
+ <summary lang="kr">MovieMeter ìí ì¤í¬ëí¼</summary>
+ <summary lang="pl">Scraper filmów MovieMeter</summary>
+ <summary lang="pt">Scraper de filmes MovieMeter</summary>
+ <description lang="en">Download Movie information from
www.moviemeter.nl</description>
+ <description lang="hu">Film információk letöltése a www.moviemeter.nl
webhelyrÅl</description>
+ <description lang="kr">www.moviemeter.nl ìì ìí ì ë³´
ë¤ì´ë¡ë</description>
+ <description lang="pl">Pobieraj informacje o filmach z
www.moviemeter.nl</description>
+ <description lang="pt">Descarregar informação de filmes de
www.moviemeter.nl</description>
+ <platform>all</platform>
+ </extension>
+</addon>
diff --git a/metadata.moviemeter.nl/changelog.txt
b/metadata.moviemeter.nl/changelog.txt
index afdce96..59560f1 100644
--- a/metadata.moviemeter.nl/changelog.txt
+++ b/metadata.moviemeter.nl/changelog.txt
@@ -1,15 +1,21 @@
-[B]1.1.5[/B]
-- Added trailers from HDTrailers.net
-
-[B]1.1.4[/B]
-- Fixed dutch settings string.
-
-[B]1.1.3[/B]
-- Fixed scraping with NFO files.
-
-[B]1.1.2[/B]
-- Initial version in XBMC 10.0
-
-[B]1.0.0[/B]
-
-- First release as addon (need IMDB common for extra information)
+[B]1.1.7[/B]
+- ?
+
+[B]1.1.6[/B]
+- Fixed rating from IMDB.
+
+[B]1.1.5[/B]
+- Added trailers from HDTrailers.net
+
+[B]1.1.4[/B]
+- Fixed dutch settings string.
+
+[B]1.1.3[/B]
+- Fixed scraping with NFO files.
+
+[B]1.1.2[/B]
+- Initial version in XBMC 10.0
+
+[B]1.0.0[/B]
+
+- First release as addon (need IMDB common for extra information)
diff --git a/metadata.moviemeter.nl/moviemeter.xml
b/metadata.moviemeter.nl/moviemeter.xml
index 863f900..34bb6c3 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -65,7 +65,7 @@
</RegExp>
<!-- Get the rating from IMDB.com if the IMDBrating
setting is set to true -->
- <RegExp conditional="IMDBrating" input="$$1"
output="<url cache="tt\1-moviemeter.html"
function="GetIMDBRating">http://akas.imdb.com/title/tt\1</url>"
dest="8+">
+ <RegExp conditional="IMDBrating" input="$$1"
output="<chain function="GetIMDBRatingById">tt\1</chain>"
dest="8+">
<expression noclean="1">IMDB Id:
([^<]*)</expression>
</RegExp>
@@ -125,14 +125,6 @@
<expression noclean="1"></expression>
</RegExp>
</GetIMDBStudio>
- <GetIMDBRating dest="5">
- <RegExp input="$$6" output="<details>\1</details>"
dest="5">
- <RegExp input="$$1"
output="<rating>\1</rating><votes>\2</votes>" dest="6">
- <expression><span
class="rating-rating">([0-9.]+).*?>([0-9,]+) votes</a></expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </GetIMDBRating>
<GetFanart dest="5">
<RegExp input="$$6" output="<details>\1</details>"
dest="5">
<RegExp input="$$1" output="<chain
function="GetTMDBFanartByIdChain">\1</chain>" dest="6">
-----------------------------------------------------------------------
Summary of changes:
metadata.moviemeter.nl/addon.xml | 58 ++++++++++++++++----------------
metadata.moviemeter.nl/changelog.txt | 36 ++++++++++++--------
metadata.moviemeter.nl/moviemeter.xml | 10 +-----
3 files changed, 51 insertions(+), 53 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons