The branch, eden-pre has been updated
       via  c7a5b8e47c262ad211b690d3818ad7328d67438d (commit)
      from  7c2545c9f6b1b24291647587710fec3b57de69f5 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=c7a5b8e47c262ad211b690d3818ad7328d67438d

commit c7a5b8e47c262ad211b690d3818ad7328d67438d
Author: olympia <[email protected]>
Date:   Wed Jan 18 08:39:37 2012 +0100

    [metadata.themoviedb.org] update to version 3.0.0

diff --git a/metadata.common.themoviedb.org/addon.xml 
b/metadata.common.themoviedb.org/addon.xml
index b82ec53..63a8d02 100644
--- a/metadata.common.themoviedb.org/addon.xml
+++ b/metadata.common.themoviedb.org/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.common.themoviedb.org"
        name="The MovieDB common scraper functions"
-       version="2.0.0"
+       version="2.1.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
@@ -11,10 +11,8 @@
   <extension point="xbmc.addon.metadata">
     <platform>all</platform>
     <minversion>20000</minversion>
-    <summary lang="bg">Библиотека за сваляне на инф. 
от TMDb</summary>
     <summary lang="en">TMDb Scraper Library</summary>
     <summary lang="es">Scraper de peliculas de TMDb</summary>
-    <summary lang="fi">TMDb elokuvatietojen lataajan kirjasto</summary>
     <summary lang="fr">Scraper TMDb</summary>
     <summary lang="hu">TMDb leolvasó-könyvtár</summary>
     <summary lang="nl">TMDb-scraperfuncties</summary>                  <!--Dit 
gaat over de functies, niet over de mediabibliotheek!-->
@@ -24,10 +22,8 @@
     <summary lang="ru">Обработчик для TMDb</summary>
     <summary lang="se">Skrapebibliotek för TMDb</summary>
     <summary lang="zh">TMDb刮削器代码库</summary>
-    <description lang="bg">Сваля миниатюри и fanarts от 
www.themoviedb.org</description>
     <description lang="en">Download thumbs and fanarts from 
www.themoviedb.org</description>
     <description lang="es">Descarga posters y fanart de 
www.themoviedb.org</description>
-    <description lang="fi">Lataa pienoiskuvia ja fanitaidetta 
www.themoviedb.org -sivustolta</description>
     <description lang="fr">Télécharge vignettes et backdrops depuis 
www.themoviedb.org</description>
     <description lang="hu">Bélyeg- és fanartképek letöltése a 
www.themoviedb.org webhelyről</description>
     <description lang="nl">Miniaturen en fanart ophalen van 
www.themoviedb.org</description>
diff --git a/metadata.common.themoviedb.org/tmdb.xml 
b/metadata.common.themoviedb.org/tmdb.xml
index 1e9ac72..ee00071 100644
--- a/metadata.common.themoviedb.org/tmdb.xml
+++ b/metadata.common.themoviedb.org/tmdb.xml
@@ -1,19 +1,43 @@
 <scraperfunctions>
-       <GetTMDBPlotByIdChain dest="4">
+
+       <GetTMDBCertificationsByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBPlot&quot; 
cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBCertifications&quot; 
cache=&quot;tmdb-cert-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/releases?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBPlot&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <expression noclean="1" />
+               </RegExp>
+       </GetTMDBCertificationsByIdChain>
+       <ParseTMDBCertifications dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="&lt;mpaa&gt;Rated 
\1&lt;/mpaa&gt;" dest="2">
+                               <expression 
fixchars="1">&quot;US&quot;,&quot;certification&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseTMDBCertifications>
+
+       <GetTMDBPlotByIdChain clearbuffers="no" dest="4">
+               <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
+                       <RegExp input="$$1" output="\1" dest="8">
+                               <expression clear="yes" noclean="1" />
+                       </RegExp>
+                       <RegExp input="$$8" output="&lt;url 
function=&quot;ParseTMDBPlot&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBPlotByIdChain>
        <ParseTMDBPlot dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
-                       <RegExp input="$$1" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="2">
-                               <expression 
fixchars="1">&quot;overview&quot;:&quot;(.*?)&quot;,</expression>
+                       <RegExp input="$$1" output="\1" dest="9">
+                               <expression clear="yes" 
fixchars="1">&quot;overview&quot;:&quot;(.*?)&quot;,</expression>
+                       </RegExp>
+                       <RegExp input="$$9" output="&lt;url 
function=&quot;ParseFallbackTMDBPlot&quot; 
cache=&quot;tmdb-en-$$8.json&quot;&gt;http://api.themoviedb.org/3/movie/$$8?api_key=57983e31fb435df4df77afb854740ea9&amp;language=en&lt;/url&gt;";
 dest="2">
+                               <expression>^$</expression>
+                       </RegExp>
+                       <RegExp input="$$9" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="2">
+                               <expression>(.+)</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;outline&gt;\1&lt;/outline&gt;" dest="2+">
                                <expression 
fixchars="1">&quot;overview&quot;:&quot;(.{180,}?)[.?!]</expression>
@@ -21,35 +45,102 @@
                        <expression noclean="1" />
                </RegExp>
        </ParseTMDBPlot>
-       <GetTMDBCastByIdChain dest="4">
+       <ParseFallbackTMDBPlot dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="2">
+                               <expression clear="yes" 
fixchars="1">&quot;overview&quot;:&quot;(.*?)&quot;,</expression>
+                       </RegExp>
+                       <RegExp input="$$1" 
output="&lt;outline&gt;\1&lt;/outline&gt;" dest="2+">
+                               <expression 
fixchars="1">&quot;overview&quot;:&quot;(.{180,}?)[.?!]</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseFallbackTMDBPlot>
+
+       <GetTMDBSetByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBCast&quot; 
cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBSet&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBCast&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <expression noclean="1" />
+               </RegExp>
+       </GetTMDBSetByIdChain>
+       <ParseTMDBSet dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="&lt;set&gt;\1&lt;/set&gt;" 
dest="2">
+                               <expression 
noclean="1">&quot;belongs_to_collection&quot;:{&quot;id&quot;:[0-9]+,&quot;name&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseTMDBSet>
+
+       <GetTMDBCastByIdChain dest="4">
+               <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBCast&quot; 
cache=&quot;tmdb-cast-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/casts?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBCastByIdChain>
        <ParseTMDBCast dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
-                       <RegExp input="$$1" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;/actor&gt;"
 dest="2">
-                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;job&quot;:&quot;Actor&quot;,&quot;department&quot;:&quot;Actors&quot;,&quot;character&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;cast&quot;:\[([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;/actor&gt;"
 dest="2">
+                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;character&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;thumb&gt;http://\3original\4&lt;/thumb&gt;&lt;/actor&gt;";
 dest="2+">
-                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;job&quot;:&quot;Actor&quot;,&quot;department&quot;:&quot;Actors&quot;,&quot;character&quot;:&quot;([^&quot;]*)&quot;,&quot;id&quot;:[0-9]+,&quot;order&quot;:[0-9]*,&quot;cast_id&quot;:[0-9]*,&quot;url&quot;:&quot;[^&quot;]*&quot;,&quot;profile&quot;:&quot;http://(.*?)w[0-9]+([^&quot;]*)&quot;</expression>
+                       <RegExp input="$$7" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;thumb&gt;http://cf2.imgobject.com/t/p/original\3&lt;/thumb&gt;&lt;/actor&gt;";
 dest="2+">
+                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;character&quot;:&quot;([^&quot;]*)&quot;,&quot;order&quot;:[0-9]*,&quot;profile_path&quot;:&quot;([^&quot;]*)&quot;</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </ParseTMDBCast>
-       <GetTMDBGenresByIdChain dest="4">
+
+       <GetTMDBDirectorsByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBGenres&quot; 
cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBDirectors&quot; 
cache=&quot;tmdb-cast-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/casts?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBGenres&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <expression noclean="1" />
+               </RegExp>
+       </GetTMDBDirectorsByIdChain>
+       <ParseTMDBDirectors dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;crew&quot;:\[([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" 
output="&lt;director&gt;\1&lt;/director&gt;" dest="2">
+                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;department&quot;:&quot;Directing&quot;,&quot;job&quot;:&quot;Director&quot;</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseTMDBDirectors>
+
+       <GetTMDBWitersByIdChain dest="4">
+               <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBWriters&quot; 
cache=&quot;tmdb-cast-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/casts?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </GetTMDBWitersByIdChain>
+       <ParseTMDBWriters dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;crew&quot;:\[([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" 
output="&lt;credits&gt;\1&lt;/credits&gt;" dest="2">
+                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;department&quot;:&quot;Writing&quot;,</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseTMDBWriters>
+
+       <GetTMDBGenresByIdChain dest="4">
+               <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBGenres&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
@@ -57,7 +148,7 @@
        <ParseTMDBGenres dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" output="\1" dest="7">
-                               <expression 
noclean="1">&quot;genres&quot;:\[([^\]]*)</expression>
+                               <expression clear="yes" 
noclean="1">&quot;genres&quot;:\[([^\]]*)</expression>
                        </RegExp>
                        <RegExp input="$$7" 
output="&lt;genre&gt;\1&lt;/genre&gt;" dest="2">
                                <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)</expression>
@@ -65,13 +156,11 @@
                        <expression noclean="1" />
                </RegExp>
        </ParseTMDBGenres>
+
        <GetTMDBRatingByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBRating&quot; 
cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBRating&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBRating&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
@@ -79,17 +168,18 @@
        <ParseTMDBRating dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" 
output="&lt;rating&gt;\1&lt;/rating&gt;" dest="2">
-                               <expression 
noclean="1">&quot;rating&quot;:([^,]*),&quot;</expression>
+                               <expression 
noclean="1">&quot;vote_average&quot;:([^,]*),&quot;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;votes&gt;\1&lt;/votes&gt;" dest="2+">
-                               <expression 
noclean="1">&quot;votes&quot;:([0-9]+)</expression>
+                               <expression 
noclean="1">&quot;vote_count&quot;:([0-9]+)</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </ParseTMDBRating>
+
        <GetTMDBTrailerByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBTrailer&quot; 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBTrailer&quot; 
cache=&quot;tmdb-trailer-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/trailers?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
                                <expression>^([0-9]+)$</expression>
                        </RegExp>
                        <expression noclean="1" />
@@ -97,70 +187,84 @@
        </GetTMDBTrailerByIdChain>
        <ParseTMDBTrailer dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
-                       <RegExp input="$$1" 
output="&lt;trailer&gt;plugin://plugin.video.youtube/?action=play_video&amp;videoid=\1&lt;/trailer&gt;"
 dest="2+">
-                               <expression 
noclean="1">&quot;trailer&quot;:&quot;.*?youtube.com/watch\?v=([^&quot;]*)</expression>
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;youtube&quot;:\[{([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" 
output="&lt;trailer&gt;plugin://plugin.video.youtube/?action=play_video&amp;videoid=\1&lt;/trailer&gt;"
 dest="2">
+                               <expression 
noclean="1">&quot;source&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <expression noclean="1">(.+)</expression>
                </RegExp>
        </ParseTMDBTrailer>
+
        <GetTMDBFanartByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/images?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBFanartByIdChain>
        <GetTMDBFanartById dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>/tt([0-9]+)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               
<expression>&lt;id&gt;([0-9]*)&lt;/id&gt;</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBFanart&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/images?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBFanartById>
        <ParseTMDBFanart dest="5">
                <RegExp input="$$2" 
output="&lt;details&gt;&lt;fanart&gt;\1&lt;/fanart&gt;&lt;/details&gt;" 
dest="5">
-                       <RegExp input="$$1" output="&lt;thumb 
preview=&quot;\1w780\2&quot;&gt;\1original\2&lt;/thumb&gt;" dest="2">
-                               <expression repeat="yes" 
noclean="1">&quot;type&quot;:&quot;backdrop&quot;,&quot;size&quot;:&quot;original&quot;.*?&quot;url&quot;:&quot;(.*?)original([^&quot;]*)</expression>
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;backdrops&quot;:\[{([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" output="&lt;thumb 
preview=&quot;http://cf2.imgobject.com/t/p/w780\1&quot;&gt;http://cf2.imgobject.com/t/p/original\1&lt;/thumb&gt;";
 dest="2">
+                               <expression repeat="yes" 
noclean="1">&quot;file_path&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <expression noclean="1">(.+)</expression>
                </RegExp>
        </ParseTMDBFanart>
+
        <GetTMDBThumbsByIdChain dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>tt([0-9]+)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               <expression>^([0-9]+)$</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/images?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBThumbsByIdChain>
        <GetTMDBThumbsById dest="4">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="4">
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-tt\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;";
 dest="5">
-                               <expression>/tt([0-9]+)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getImages/en/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;";
 dest="5">
-                               
<expression>&lt;id&gt;([0-9]*)&lt;/id&gt;</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBThumbs&quot; 
cache=&quot;tmdb-images-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/images?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;";
 dest="5">
+                               <expression />
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetTMDBThumbsById>
        <ParseTMDBThumbs dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
-                       <RegExp input="$$1" output="&lt;thumb 
preview=&quot;\1w500\2&quot;&gt;\1original\2&lt;/thumb&gt;" dest="2">
-                               <expression repeat="yes" 
noclean="1">&quot;type&quot;:&quot;poster&quot;,&quot;size&quot;:&quot;original&quot;.*?&quot;url&quot;:&quot;(.*?)original([^&quot;]*)</expression>
+                       <RegExp input="$$1" output="&lt;url 
function=&quot;ParseTMDBAllThumbs&quot; 
cache=&quot;tmdb-images-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1/images?api_key=57983e31fb435df4df77afb854740ea9&lt;/url&gt;";
 dest="2">
+                               <expression 
noclean="1">&quot;id&quot;:([0-9]*),</expression>
+                       </RegExp>
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;posters&quot;:\[{([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" output="&lt;thumb 
preview=&quot;http://cf2.imgobject.com/t/p/w500\1&quot;&gt;http://cf2.imgobject.com/t/p/original\1&lt;/thumb&gt;";
 dest="2+">
+                               <expression repeat="yes" 
noclean="1">&quot;file_path&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <expression noclean="1">(.+)</expression>
                </RegExp>
        </ParseTMDBThumbs>
+       <ParseTMDBAllThumbs dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="\1" dest="7">
+                               <expression clear="yes" 
noclean="1">&quot;posters&quot;:\[{([^\]]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$7" output="&lt;thumb 
preview=&quot;http://cf2.imgobject.com/t/p/w500\1&quot;&gt;http://cf2.imgobject.com/t/p/original\1&lt;/thumb&gt;";
 dest="2">
+                               <expression repeat="yes" 
noclean="1">&quot;file_path&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseTMDBAllThumbs>
+
 </scraperfunctions>
diff --git a/metadata.themoviedb.org/addon.xml 
b/metadata.themoviedb.org/addon.xml
index 0e0596c..c4aec59 100644
--- a/metadata.themoviedb.org/addon.xml
+++ b/metadata.themoviedb.org/addon.xml
@@ -1,44 +1,38 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.themoviedb.org"
        name="The MovieDB"
-       version="2.0.1"
+       version="3.0.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
-    <import addon="metadata.common.themoviedb.org" version="2.0.0"/>
-    <import addon="metadata.common.hdtrailers.net" version="1.0.6"/>
-    <import addon="metadata.common.imdb.com" version="2.1.3"/>
-    <import addon="plugin.video.youtube" version="2.1.0"/>
+    <import addon="metadata.common.themoviedb.org" version="2.1.0"/>
+    <import addon="metadata.common.hdtrailers.net" version="1.0.7"/>
+    <import addon="metadata.common.imdb.com" version="2.1.5"/>
+    <import addon="plugin.video.youtube" version="2.1.0" optional="true"/>
   </requires>
   <extension point="xbmc.metadata.scraper.movies"
              language="en"
              library="tmdb.xml"/>
   <extension point="xbmc.addon.metadata">
-    <summary lang="bg">Сваля инф. за филми от TMDB</summary>
     <summary lang="en">TMDB Movie Scraper</summary>
     <summary lang="de">Film-Scraper für TheMovieDB</summary>
     <summary lang="es">Scraper de películas de TheMovieDB</summary>
-    <summary lang="fi">TMDB elokuvatietojen lataaja</summary>
     <summary lang="hu">TMDB filmadat leolvasó</summary>
     <summary lang="nl">TMDb-filmscraper</summary>
     <summary lang="pl">Scraper filmowy TMDB</summary>
     <summary lang="pt">Scraper de filmes TMDb</summary>
     <summary lang="ro">Scraper de filme TMDb</summary>
     <summary lang="ru">Обработчик Фильмов для 
TMDB</summary>
-    <summary lang="se">Skrapa för TMDb</summary>
     <summary lang="zh">TMDB电影刮削器</summary>
-    <description lang="bg">themoviedb.org е безплатна и 
отворена база от данни за филми. Задвижва 
се изцяло от потребителите си - хора като 
вас. Милиони хора по света всеки месец 
ползват TMDb, благодарение на 
многофункционалното API. Едновременно с 
това е и източник на информация за медийни 
центрове, като XBMC, които извличат 
метаинформация за филми, постери и 
Fanart.</description>
     <description lang="en">themoviedb.org is a free and open movie database. 
It's completely user driven by people like you. TMDb is currently used by 
millions of people every month and with their powerful API, it is also used by 
many popular media centers like XBMC to retrieve Movie Metadata, Posters and 
Fanart to enrich the user's experience.</description>
     <description lang="de">TheMovieDB.org ist eine freie und offene 
Film-Datenbank. Sie wird nur User wie dir betrieben. TheMovieDB wird zur Zeit 
monatlich von Millionen genutzt. Mit der mächtigen API wird sie auch von 
vielen Media-Center, wie z.B. XBMC, genutzt um Filme-Meta-Daten, Poster und 
Fanrts zu beziehen, damit der User sein Media-Center verschönern 
kann</description>
     <description lang="es">themovieDB.org es una base de datos de películas 
gratuita y abierta. Es una página web que se basa en contenido subido por los 
usuarios. TMDb es usada diariamente por mucha gente gracias a su API, que es 
usada por más programas aparte de XBMC para descargar información de 
películas así como Posters o Fanart (Fondos de escritorio basados en 
películas usados en distintos skins) para enriquecer la experiencia de usar 
XBMC.</description>
-    <description lang="fi">themoviedb.org on vapaa ja avoin elokuvatietokanta. 
Se on täysin käyttäjien ylläpitämä. TMDb:a käyttää miljoonat ihmiset 
joka kuukausi, sitä käytetään käyttäjäkokemuksen rikastuttamiseen 
monissa muissakin suosituissa XBMC:n kaltaisissa ohjelmissa lataamalla 
elokuvien tietoja, julisteita ja fanitaidetta.</description>
     <description lang="hu">A themoviedb.org egy ingyenes és nyílt 
filmadatbázis. Teljes egészében olyan felhasználók töltik fel, mint 
például Te. A TMDb-t havonta emberek milliói használják és a hatékony 
API-n keresztül számos népszerű média center is, mint például az XBMC a 
filmadatok, poszterek, fanartképek letöltésére.</description>
     <description lang="nl">Themoviedb.org is een vrije en open filmdatabank. 
Gebruikers zoals jij vormen de motor van deze site. Op dit moment gebruiken 
elke maand miljoenen mensen TMDb. De krachtige API van de site laat 
mediacenters zoals XBMC toe om metadata, posters en fanart op te halen en zo de 
gebruikerservaring te verrijken.</description>
     <description lang="pl">themoviedb.org jest wolną i otwartą filmową 
bazą danych. Jest zarządzana całkowicie przez osoby takie jak Ty. Obecnie 
odwiedzają ją miliony osób miesięcznie, a dzięki dostępności API jest 
używana w wielu media center, takich jak XBMC, do pobierania informacji o 
filmach, plakatów i fanartów.</description>
     <description lang="pt">O themoviedb.org é uma base de dados de filmes 
livre e aberta. É completamente actualizado por pessoas como você e usado por 
milhões todos os meses. Com o poderoso motor de busca disponível, também se 
tornou no favorito de muitos softwares média center, como o popular XBMC, para 
obter informação, posters e fanart que enriquecem a experiência do 
utilizador.</description>
     <description lang="ro">themoviedb.org este o bază de date de filme 
gratuită și deschisă. Este actualizată de oameni ca și tine. TMDb este 
curent folosită de milioane de oameni în fiecare lună și datorită API-ului 
puternic, este de asemena folosită de multe centre media populare ca XBMC 
pentru a obține informații despre filme, afișe și imagini produse de fani 
(Fanart) care îmbogățesc experiența utilizatorului.</description>
     <description lang="ru">themoviedb.org это бесплатная и 
открытая база данных фильмов. Она 
полностью поддерживается такими же людьми 
как и ты. В данный момент TMDb используется 
миллионами людей каждый месяц, и, с его 
мощным API, используется различными 
популярными медиа-центрами, такими как XBMC, 
для получения к Фильмам мета-данных, 
постеров и фанарта в целях улучшения 
пользовательского опыта.</description>
-    <description lang="se">themoviedb.org är en fri och öppen filmdatabas. 
Det drivs helt av människor som dig. TMDb används av miljontals människor 
varje månad och med deras kraftfulla API, är det också använt av många 
populära mediacenter som XBMC för att hämta filmmetadata, omslag och fanart 
för att förgylla användarens upplevelse.</description>
     <description 
lang="zh">themoviedb.org是一个开放和自由的电影数据库。它完全由象你一样的用户来掌控。TMDb每月为上百万用户提供服务,并通过强大的API界面为许多流行的媒体中心系统如XBMC提供电影资料、封面海报和同人画以丰富用户的体验。</description>
     <platform>all</platform>
   </extension>
diff --git a/metadata.themoviedb.org/changelog.txt 
b/metadata.themoviedb.org/changelog.txt
index dfe20b4..4ee2158 100644
--- a/metadata.themoviedb.org/changelog.txt
+++ b/metadata.themoviedb.org/changelog.txt
@@ -1,106 +1,109 @@
-[B]2.0.1[/B]
-- fixed: imdb url nfo not resolving tmdb id
-
-[B]2.0.0[/B]
-- complete rewrite to use the json api
-
-[B]1.4.5[/B]
-- added: support for IMDb.xx support for NFO scraping
-
-[B]1.4.4[/B]
-- fixed: actor thumb scraping was broken due to API changes
-
-[B]1.4.3[/B]
-- fixed: use imdb ID from nfo
-- changed: scrape only one studio
-
-[B]1.4.2[/B]
-- fixed: url/mixed nfo scraping
-
-[B]1.4.1[/B]
-- fixed: IMDb rating after site change 
-
-[B]1.4.0[/B]
-- added: trailer scraping from TMDB via youtube plugin
-
-[B]1.3.1[/B]
-- fixed: added year to search string properly
-
-[B]1.3.0[/B]
-- added: year to search string
-
-[B]1.2.5[/B]
-- fixed: mpaa is returning string 'Rated' if there is no rating on tmdb
-
-[B]1.2.4[/B]
-- fixed: not scraping artwork for movies without IMDb id
-
-[B]1.2.3[/B]
-- fixed: can't get full search results list when some have <released> message 
and some haven't
-
-[B]1.2.2[/B]
-- fixed: real fix for hd-trailers.net
-
-[B]1.2.1[/B]
-- fixed: trailer scraping from hd-trailers.net
-
-[B]1.2.0[/B]
-- Added option to scrape rating from IMDb
-
-[B]1.1.6[/B]
-- Fix rating images to show up on default skins
-
-[B]1.1.5[/B]
-- Fix decimal separator
-
-[B]1.1.4[/B]
-- Support for <alternative_name> and <original_name> in searches
-
-[B]1.1.3[/B]
-- fixed missing imdb id (#2)
-
-[B]1.1.2[/B]
-- fixed missing imdb id
-
-[B]1.1.1[/B]
-- no writers due to API changes
-
-[B]1.1.0[/B]
-- added multi-language support
-
-[B]1.0.11[/B]
-- added Polish translation
-
-[B]1.0.9[/B]
-- translation cosmetics
-
-[B]1.0.8[/B]
-- changed hdtrailers.net version dependency
-
-[B]1.0.7[/B]
-- final fix for nfourl scraping issue
-
-[B]1.0.6[/B]
-- fixed nfourl scraping issue
-
-[B]1.0.5[/B]
-- switch tmdb scraper to chain tmdb scraper library functions
-
-[B]1.0.4[/B]
-- replace dtrailer.com with HD-Trailers.net for trailer scraping
-
-[B]1.0.3[/B]
-- scraper library interfaces changed. no functional changes
-
-[B]1.0.2[/B]
-
-- scraper might fetch wrong studio, genre and country values
-- no search results in case the release date is missing
-
-[B]1.0.1[/B]
-
-- various fixes after api change
-
-[B]1.0.0[/B]
-
-- Initial import into addons repository
+[B]3.0.0[/B]

+- major rewrite: utilize TMDb API v3, scraping set information, prioritize 
posters on the selected language

+

+[B]2.0.1[/B]

+- fixed: imdb url nfo not resolving tmdb id

+

+[B]2.0.0[/B]

+- complete rewrite to use the json api

+

+[B]1.4.5[/B]

+- added: support for IMDb.xx support for NFO scraping

+

+[B]1.4.4[/B]

+- fixed: actor thumb scraping was broken due to API changes

+

+[B]1.4.3[/B]

+- fixed: use imdb ID from nfo

+- changed: scrape only one studio

+

+[B]1.4.2[/B]

+- fixed: url/mixed nfo scraping

+

+[B]1.4.1[/B]

+- fixed: IMDb rating after site change 

+

+[B]1.4.0[/B]

+- added: trailer scraping from TMDB via youtube plugin

+

+[B]1.3.1[/B]

+- fixed: added year to search string properly

+

+[B]1.3.0[/B]

+- added: year to search string

+

+[B]1.2.5[/B]

+- fixed: mpaa is returning string 'Rated' if there is no rating on tmdb

+

+[B]1.2.4[/B]

+- fixed: not scraping artwork for movies without IMDb id

+

+[B]1.2.3[/B]

+- fixed: can't get full search results list when some have <released> message 
and some haven't

+

+[B]1.2.2[/B]

+- fixed: real fix for hd-trailers.net

+

+[B]1.2.1[/B]

+- fixed: trailer scraping from hd-trailers.net

+

+[B]1.2.0[/B]

+- Added option to scrape rating from IMDb

+

+[B]1.1.6[/B]

+- Fix rating images to show up on default skins

+

+[B]1.1.5[/B]

+- Fix decimal separator

+

+[B]1.1.4[/B]

+- Support for <alternative_name> and <original_name> in searches

+

+[B]1.1.3[/B]

+- fixed missing imdb id (#2)

+

+[B]1.1.2[/B]

+- fixed missing imdb id

+

+[B]1.1.1[/B]

+- no writers due to API changes

+

+[B]1.1.0[/B]

+- added multi-language support

+

+[B]1.0.11[/B]

+- added Polish translation

+

+[B]1.0.9[/B]

+- translation cosmetics

+

+[B]1.0.8[/B]

+- changed hdtrailers.net version dependency

+

+[B]1.0.7[/B]

+- final fix for nfourl scraping issue

+

+[B]1.0.6[/B]

+- fixed nfourl scraping issue

+

+[B]1.0.5[/B]

+- switch tmdb scraper to chain tmdb scraper library functions

+

+[B]1.0.4[/B]

+- replace dtrailer.com with HD-Trailers.net for trailer scraping

+

+[B]1.0.3[/B]

+- scraper library interfaces changed. no functional changes

+

+[B]1.0.2[/B]

+

+- scraper might fetch wrong studio, genre and country values

+- no search results in case the release date is missing

+

+[B]1.0.1[/B]

+

+- various fixes after api change

+

+[B]1.0.0[/B]

+

+- Initial import into addons repository

diff --git a/metadata.themoviedb.org/resources/language/English/strings.xml 
b/metadata.themoviedb.org/resources/language/English/strings.xml
index 664a610..d61eda0 100644
--- a/metadata.themoviedb.org/resources/language/English/strings.xml
+++ b/metadata.themoviedb.org/resources/language/English/strings.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <strings>
     <string id="30000">Enable Fanart</string>
-    <string id="30004">Enable Trailer</string>
+    <string id="30004">Enable Trailer (YouTube)</string>
     <string id="30001">Prefer Trailer from HD-Trailers.net</string>
     <string id="30002">Preferred language</string>
-    <string id="30003">Get rating from IMDb</string>
+    <string id="30003">Get rating from</string>
     <string id="30005">Keep Original Title</string>
 </strings>
diff --git a/metadata.themoviedb.org/resources/language/German/strings.xml 
b/metadata.themoviedb.org/resources/language/German/strings.xml
index 091b7cd..eac6640 100644
--- a/metadata.themoviedb.org/resources/language/German/strings.xml
+++ b/metadata.themoviedb.org/resources/language/German/strings.xml
@@ -4,6 +4,4 @@
     <string id="30001">Aktiviere Trailer von HD-Trailers.net</string>
     <string id="30002">Bevorzugte Sprache</string>
     <string id="30003">Bewertung von IMDb nutzen</string>
-       <string id="30004">Aktiviere Trailer</string>
-       <string id="30005">Behalte original Filmtitel bei</string>      
 </strings>
diff --git a/metadata.themoviedb.org/resources/language/Hungarian/strings.xml 
b/metadata.themoviedb.org/resources/language/Hungarian/strings.xml
index 8d2eb32..d5e3f07 100644
--- a/metadata.themoviedb.org/resources/language/Hungarian/strings.xml
+++ b/metadata.themoviedb.org/resources/language/Hungarian/strings.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <strings>
     <string id="30000">Fanartképek engedélyezése</string>
-    <string id="30004">Filmelőzetesek engedélyezése</string>
+    <string id="30004">Filmelőzetesek engedélyezése (YouTube)</string>
     <string id="30001">Filmelőzetesek inkább a HD-Trailers.net-ről</string>
     <string id="30002">Preferált nyelv</string>
-    <string id="30003">Értékelés az IMDb-ről</string>
+    <string id="30003">Értékelés letöltése innen</string>
     <string id="30005">Eredeti filmcím megtartása</string>
 </strings>
diff --git a/metadata.themoviedb.org/resources/language/Swedish/strings.xml 
b/metadata.themoviedb.org/resources/language/Swedish/strings.xml
index 5ad3990..a781158 100644
--- a/metadata.themoviedb.org/resources/language/Swedish/strings.xml
+++ b/metadata.themoviedb.org/resources/language/Swedish/strings.xml
@@ -2,13 +2,10 @@
 <!--Language file translated with Team XBMC Translator-->
 <!--Translator: blittan-->
 <!--Email: [email protected]>
-<!--Date of translation: 12/26/2011-->
+<!--Date of translation: 09/11/2010-->
 <!--$Revision$-->
 <strings>
   <string id="30000">Aktivera fanart</string>
   <string id="30001">Aktivera trailers från HD-Trailers.net</string>
   <string id="30002">Föredraget språk</string>
-  <string id="30003">Hämta betyg från IMDb</string>
-  <string id="30004">Aktivera trailers</string>
-  <string id="30005">Behåll originaltitel</string>
 </strings>
\ No newline at end of file
diff --git a/metadata.themoviedb.org/resources/settings.xml 
b/metadata.themoviedb.org/resources/settings.xml
index 31ba842..d711325 100644
--- a/metadata.themoviedb.org/resources/settings.xml
+++ b/metadata.themoviedb.org/resources/settings.xml
@@ -5,5 +5,5 @@
     <setting label="30004" type="bool" id="trailer" default="true"/>
     <setting label="30001" type="labelenum" values="No|480p|720p|1080p" 
id="TrailerQ" default="No"/>
     <setting label="30002" type="labelenum" 
values="da|fi|nl|de|it|es|fr|pl|hu|el|tr|ru|he|ja|pt|zh|cs|sl|hr|ko|en|sv|no" 
id="language" default="en"/>
-    <setting label="30003" type="bool" id="imdbrating" default="false"/>
+    <setting label="30003" type="labelenum" values="TMDb|IMDb" id="RatingS" 
default="TMDb"/>
 </settings>
diff --git a/metadata.themoviedb.org/tmdb.xml b/metadata.themoviedb.org/tmdb.xml
index baba466..8efd089 100644
--- a/metadata.themoviedb.org/tmdb.xml
+++ b/metadata.themoviedb.org/tmdb.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2010-10-11">
+<scraper framework="1.1" date="2012-01-16">
        <CreateSearchUrl dest="3">
-               <RegExp input="$$1" 
output="&lt;url&gt;http://api.themoviedb.org/2.1/Movie.search/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\1$$4&lt;/url&gt;";
 dest="3">
+               <RegExp input="$$1" 
output="&lt;url&gt;http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=\1$$4&amp;language=$INFO[language]&lt;/url&gt;";
 dest="3">
                        <RegExp input="$$2" output="+\1" dest="4">
                                <expression clear="yes">(.+)</expression>
                        </RegExp>
@@ -9,31 +9,28 @@
                </RegExp>
        </CreateSearchUrl>
        <NfoUrl dest="3">
-               <RegExp input="$$1" 
output="&lt;details&gt;&lt;url&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\2&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/details&gt;";
 dest="3">
+               <RegExp input="$$1" 
output="&lt;details&gt;&lt;url&gt;http://api.themoviedb.org/3/movie/\2?api_key=57983e31fb435df4df77afb854740ea9&amp;$INFO[language]&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/details&gt;";
 dest="3">
                        <expression clear="yes" 
noclean="1">(themoviedb.org/movie/)([0-9]*)</expression>
                </RegExp>
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;GetTMDBId&quot;&gt;http://api.themoviedb.org/2.1/Movie.imdbLookup/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;&lt;/details&gt;";
 dest="3+">
+               <RegExp input="$$1" 
output="&lt;details&gt;&lt;url&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;$INFO[language]&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/details&gt;";
 dest="3">
                        <expression>imdb....?/title/tt([0-9]*)</expression>
                </RegExp>
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;GetTMDBId&quot;&gt;http://api.themoviedb.org/2.1/Movie.imdbLookup/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/tt\1&lt;/url&gt;&lt;/details&gt;";
 dest="3+">
+               <RegExp input="$$1" 
output="&lt;details&gt;&lt;url&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;$INFO[language]&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/details&gt;";
 dest="3">
                        <expression>imdb....?/Title\?([0-9]*)</expression>
                </RegExp>
        </NfoUrl>
        <GetTMDBId dest="3">
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/details&gt;";
 dest="3+">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/details&gt;";
 dest="3+">
                        
<expression>&quot;movie&quot;,&quot;id&quot;:([0-9]*),</expression>
                </RegExp>
        </GetTMDBId>
        <GetSearchResults dest="8">
                <RegExp input="$$3" output="&lt;results&gt;\1&lt;/results&gt;" 
dest="8">
-                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\1&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\2&lt;/url&gt;&lt;/entity&gt;";
 dest="3">
-                               <expression 
repeat="yes">&quot;name&quot;:&quot;([^&quot;]*).*?&quot;id&quot;:([^,]*).*?&quot;released&quot;:&quot;([0-9]*)</expression>
+                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\4&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;";
 dest="3">
+                               <expression 
repeat="yes">&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;release_date&quot;:&quot;([0-9]+)-.*?&quot;title&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\1&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\2&lt;/url&gt;&lt;/entity&gt;";
 dest="3+">
-                               <expression 
repeat="yes">&quot;original_name&quot;:&quot;([^&quot;]*).*?&quot;id&quot;:([^,]*).*?&quot;released&quot;:&quot;([0-9]*)</expression>
-                       </RegExp>
-                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\1&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;http://api.themoviedb.org/2.1/Movie.getInfo/$INFO[language]/json/57983e31fb435df4df77afb854740ea9/\2&lt;/url&gt;&lt;/entity&gt;";
 dest="3+">
-                               <expression 
repeat="yes">&quot;alternative_name&quot;:&quot;([^&quot;]*).*?&quot;id&quot;:([^,]*).*?&quot;released&quot;:&quot;([0-9]*)</expression>
+                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url
 
cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.themoviedb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;";
 dest="3+">
+                               <expression 
repeat="yes">&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;release_date&quot;:&quot;([0-9]+)-</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
@@ -41,54 +38,81 @@
        <GetDetails dest="3">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="3">
                        <RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" 
dest="5">
-                               <expression 
noclean="1">&quot;movie&quot;,&quot;id&quot;:([0-9]*),</expression>
+                               <expression 
noclean="1">&quot;id&quot;:([0-9]*),&quot;imdb</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" 
dest="5+">
-                               <expression clear="yes" 
noclean="1">&quot;movie&quot;,&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
+                               <expression clear="yes" 
noclean="1">&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$1" output="\1" dest="9">
+                               <expression 
fixchars="1">&quot;original_title&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$1" output="\1" dest="10">
+                               <expression 
fixchars="1">&quot;title&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$10" output="&lt;url 
function=&quot;ParseFallbackTMDBTitle&quot; 
cache=&quot;tmdb-en-$$2.json&quot;&gt;http://api.themoviedb.org/3/movie/$$2?api_key=57983e31fb435df4df77afb854740ea9&amp;language=en&lt;/url&gt;";
 dest="5+">
+                               <expression>^$</expression>
                        </RegExp>
-                       <RegExp conditional="keeporiginaltitle" input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
-                               <expression 
fixchars="1">&quot;original_name&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp input="$$10" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
+                               <expression>(.+)</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
-                               <expression 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp conditional="keeporiginaltitle" input="$$9" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
+                               <expression/>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;originaltitle&gt;\1&lt;/originaltitle&gt;" dest="5+">
-                               <expression 
fixchars="1">&quot;original_name&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp input="$$9" 
output="&lt;originaltitle&gt;\1&lt;/originaltitle&gt;" dest="5+">
+                               <expression/>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
-                               <expression 
noclean="1">&quot;released&quot;:&quot;([0-9]+)-</expression>
+                               <expression 
noclean="1">&quot;release_date&quot;:&quot;([0-9]+)-</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
-                               <expression 
noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
+                       <RegExp input="$$1" output="\1" dest="10">
+                               <expression clear="yes" 
noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="5+">
-                               <expression 
fixchars="1">&quot;tagline&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp input="$$10" output="&lt;url 
function=&quot;ParseFallbackTMDBRuntime&quot; 
cache=&quot;tmdb-en-$$2.json&quot;&gt;http://api.themoviedb.org/3/movie/$$2?api_key=57983e31fb435df4df77afb854740ea9&amp;language=en&lt;/url&gt;";
 dest="5+">
+                               <expression>^$</expression>
                        </RegExp>
-                       <RegExp input="$$1" output="\1" dest="6">
-                               
<expression>&quot;certification&quot;:&quot;([^&quot;]*)</expression>
+                       <RegExp input="$$10" 
output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
+                               <expression>(.+)</expression>
                        </RegExp>
-                       <RegExp input="$$6" output="&lt;mpaa&gt;Rated 
\1&lt;/mpaa&gt;" dest="5+">
+                       <RegExp input="$$1" output="\1" dest="10">
+                               <expression clear="yes" 
fixchars="1">&quot;tagline&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <RegExp input="$$10" output="&lt;url 
function=&quot;ParseFallbackTMDBTagline&quot; 
cache=&quot;tmdb-en-$$2.json&quot;&gt;http://api.themoviedb.org/3/movie/$$2?api_key=57983e31fb435df4df77afb854740ea9&amp;language=en&lt;/url&gt;";
 dest="5+">
+                               <expression>^$</expression>
+                       </RegExp>
+                       <RegExp input="$$10" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="5+">
                                <expression>(.+)</expression>
                        </RegExp>
                        <RegExp input="$$1" output="\1" dest="7">
-                               <expression clear="yes" 
noclean="1">&quot;studios&quot;:\[([^\]]*)</expression>
+                               <expression clear="yes" 
noclean="1">&quot;production_companies&quot;:\[([^\]]*)</expression>
                        </RegExp>
                        <RegExp input="$$7" 
output="&lt;studio&gt;\1&lt;/studio&gt;" dest="5+">
                                <expression trim="1" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <RegExp input="$$1" output="\1" dest="7">
-                               <expression clear="yes" 
noclean="1">&quot;countries&quot;:\[([^\]]*)</expression>
+                               <expression clear="yes" 
noclean="1">&quot;production_countries&quot;:\[([^\]]*)</expression>
                        </RegExp>
                        <RegExp input="$$7" 
output="&lt;country&gt;\1&lt;/country&gt;" dest="5+">
                                <expression trim="1" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;director&gt;\1&lt;/director&gt;" dest="5+">
-                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;job&quot;:&quot;Director&quot;</expression>
+                       <RegExp input="$INFO[RatingS]" output="&lt;chain 
function=&quot;GetIMDBRatingById&quot;&gt;$$6&lt;/chain&gt;" dest="5+">
+                               <RegExp input="$$1" output="\1" dest="6">
+                                       <expression 
noclean="1">&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
+                               </RegExp>
+                               <expression>IMDb</expression>
+                       </RegExp>
+                       <RegExp input="$INFO[RatingS]" output="&lt;chain 
function=&quot;GetTMDBRatingByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                               <expression>TMDb</expression>
+                       </RegExp>
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBDirectorsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                               <expression />
+                       </RegExp>
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBWitersByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                               <expression />
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;credits&gt;\1&lt;/credits&gt;" dest="5+">
-                               <expression repeat="yes" 
fixchars="1">&quot;name&quot;:&quot;([^&quot;]*)&quot;,&quot;job&quot;:&quot;[^&quot;]*&quot;,&quot;department&quot;:&quot;Writing&quot;</expression>
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBCertificationsByIdChain&quot;&gt;$$2&lt;/chain&gt;" 
dest="5+">
+                               <expression />
                        </RegExp>
-                       <RegExp conditional="!imdbrating" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBRatingByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBSetByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression />
                        </RegExp>
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBPlotByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
@@ -100,9 +124,6 @@
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBGenresByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression />
                        </RegExp>
-                       <RegExp conditional="imdbrating" input="$$1" 
output="&lt;chain function=&quot;GetIMDBRatingById&quot;&gt;\1&lt;/chain&gt;" 
dest="5+">
-                               <expression 
noclean="1">&quot;movie&quot;,&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
-                       </RegExp>
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression />
                        </RegExp>
@@ -114,23 +135,47 @@
                        </RegExp>
                        <RegExp input="$INFO[TrailerQ]" output="&lt;chain 
function=&quot;GetHDTrailersnet480p&quot;&gt;$$6&lt;/chain&gt;" dest="5+">
                                <RegExp input="$$1" output="\1" dest="6">
-                                       <expression 
noclean="1">&quot;original_name&quot;:&quot;([^&quot;]*)</expression>
+                                       <expression clear="yes" 
noclean="1">&quot;original_title&quot;:&quot;([^&quot;]*)</expression>
                                </RegExp>
                                <expression>480p</expression>
                        </RegExp>
                        <RegExp input="$INFO[TrailerQ]" output="&lt;chain 
function=&quot;GetHDTrailersnet720p&quot;&gt;$$6&lt;/chain&gt;" dest="5+">
                                <RegExp input="$$1" output="\1" dest="6">
-                                       <expression 
noclean="1">&quot;original_name&quot;:&quot;([^&quot;]*)</expression>
+                                       <expression clear="yes" 
noclean="1">&quot;original_title&quot;:&quot;([^&quot;]*)</expression>
                                </RegExp>
                                <expression>720p</expression>
                        </RegExp>
                        <RegExp input="$INFO[TrailerQ]" output="&lt;chain 
function=&quot;GetHDTrailersnet1080p&quot;&gt;$$6&lt;/chain&gt;" dest="5+">
                                <RegExp input="$$1" output="\1" dest="6">
-                                       <expression 
noclean="1">&quot;original_name&quot;:&quot;([^&quot;]*)</expression>
+                                       <expression clear="yes" 
noclean="1">&quot;original_title&quot;:&quot;([^&quot;]*)</expression>
                                </RegExp>
                                <expression>1080p</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetDetails>
+       <ParseFallbackTMDBTitle dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="2">
+                               <expression 
fixchars="1">&quot;title&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseFallbackTMDBTitle>
+       <ParseFallbackTMDBRuntime dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="2">
+                               <expression 
noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseFallbackTMDBRuntime>
+       <ParseFallbackTMDBTagline dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="2">
+                               <expression 
fixchars="1">&quot;tagline&quot;:&quot;([^&quot;]*)</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseFallbackTMDBTagline>
 </scraper>

-----------------------------------------------------------------------

Summary of changes:
 metadata.common.themoviedb.org/addon.xml           |    6 +-
 metadata.common.themoviedb.org/tmdb.xml            |  216 +++++++++++++++-----
 metadata.themoviedb.org/addon.xml                  |   16 +-
 metadata.themoviedb.org/changelog.txt              |  215 ++++++++++----------
 .../resources/language/English/strings.xml         |    4 +-
 .../resources/language/German/strings.xml          |    2 -
 .../resources/language/Hungarian/strings.xml       |    4 +-
 .../resources/language/Swedish/strings.xml         |    5 +-
 metadata.themoviedb.org/resources/settings.xml     |    2 +-
 metadata.themoviedb.org/tmdb.xml                   |  129 ++++++++----
 10 files changed, 368 insertions(+), 231 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to