fixed: no writers due to API changes in themoviedb.org scraper
authorvdrfan <vdrfan@svn>
Wed, 18 Aug 2010 07:44:34 +0000 (07:44 +0000)
committervdrfan <vdrfan@svn>
Wed, 18 Aug 2010 07:44:34 +0000 (07:44 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32891 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

addons/metadata.themoviedb.org/addon.xml
addons/metadata.themoviedb.org/changelog.txt
addons/metadata.themoviedb.org/tmdb.xml

index 189c251..805d56f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.themoviedb.org"
        name="The MovieDB"
-       version="1.1.0"
+       version="1.1.1"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
index 955a6ca..0dbd3b1 100644 (file)
@@ -1,3 +1,6 @@
+[B]1.1.1[/B]
+- no writers due to API changes
+
 [B]1.1.0[/B]
 - added multi-language support
 
index b2a3bdc..55dc059 100644 (file)
@@ -80,7 +80,7 @@
                                <expression noclean="1" repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; character=&quot;&quot; job=&quot;Director&quot;</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;credits&gt;\1&lt;/credits&gt;" dest="5+">
-                               <expression noclean="1" repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; character=&quot;&quot; job=&quot;Author&quot;</expression>
+                               <expression noclean="1" repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; character=&quot;&quot; job=&quot;Screenplay&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;/actor&gt;" dest="5+">
                                <expression noclean="1" repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; character=&quot;([^&quot;]*)&quot; job=&quot;Actor&quot;</expression>