The branch, frodo has been updated
       via  dabed242117001728171ec264d2b443263bf142a (commit)
      from  9ee6289370d4b85063bb1d06e88c18bd7535aa24 (commit)

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

commit dabed242117001728171ec264d2b443263bf142a
Author: olympia <[email protected]>
Date:   Fri May 10 07:46:23 2013 +0200

    [metadata.universal] updated to version 2.4.3

diff --git a/metadata.universal/addon.xml b/metadata.universal/addon.xml
index 9e6465f..4bae5df 100644
--- a/metadata.universal/addon.xml
+++ b/metadata.universal/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.universal"
        name="Universal Movie Scraper"
-       version="2.4.2"
+       version="2.4.3"
        provider-name="Olympia, Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.universal/changelog.txt b/metadata.universal/changelog.txt
index 7b20c0a..c7bf061 100644
--- a/metadata.universal/changelog.txt
+++ b/metadata.universal/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.4.3[/B]
+- Changed poster and fanart priority
+
 [B]2.4.2[/B]
 - updated language files from Transifex
 
diff --git a/metadata.universal/resources/settings.xml 
b/metadata.universal/resources/settings.xml
index 86f9c28..135150d 100644
--- a/metadata.universal/resources/settings.xml
+++ b/metadata.universal/resources/settings.xml
@@ -40,11 +40,11 @@
   <category label="30011">
     <setting type="lsep" label="30047"/>
     <setting type="sep"/>
-    <setting label="30037" type="bool" id="trakttvposter" default="false"/>
-    <setting type="sep"/>
     <setting label="30002" type="bool" id="tmdbthumbs" default="true"/>
     <setting label="30034" type="select" 
values="bg|cs|da|de|el|en|es|fi|fr|he|hr|hu|it|ja|ko|nl|no|pl|pt|ru|sl|sv|tr|zh"
 id="tmdbthumblanguage" default="en" enable="!eq(-1,false)"/>
     <setting type="sep"/>
+    <setting label="30037" type="bool" id="trakttvposter" default="false"/>
+    <setting type="sep"/>
     <setting label="30003" type="bool" id="impawards" default="false"/>
     <setting type="sep"/>
     <setting label="30004" type="bool" id="movieposterdb" default="false"/>
@@ -56,10 +56,10 @@
   <category label="30500">
     <setting type="lsep" label="30501"/>
     <setting type="sep"/>
-    <setting label="30038" type="bool" id="trakttvfanart" default="false"/>
-    <setting type="sep"/>
     <setting label="30001" type="bool" id="fanart" default="true"/>
     <setting type="sep"/>
+    <setting label="30038" type="bool" id="trakttvfanart" default="false"/>
+    <setting type="sep"/>
   </category>
 
   <category label="30012">
diff --git a/metadata.universal/universal.xml b/metadata.universal/universal.xml
index f0aac89..b2c40fb 100644
--- a/metadata.universal/universal.xml
+++ b/metadata.universal/universal.xml
@@ -232,10 +232,10 @@
                        <RegExp conditional="tmdbset" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBLangSetByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression />
                        </RegExp>
-                       <RegExp conditional="trakttvposter" input="$$2" 
output="&lt;chain 
function=&quot;GetTRAKTTVThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp conditional="tmdbthumbs" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBLangThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>
                        </RegExp>
-                       <RegExp conditional="tmdbthumbs" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBLangThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp conditional="trakttvposter" input="$$2" 
output="&lt;chain 
function=&quot;GetTRAKTTVThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>
                        </RegExp>
                        <RegExp conditional="impawards" input="$$2" 
output="&lt;chain function=&quot;GetIMPAThumbsById&quot;&gt;$$2&lt;/chain&gt;" 
dest="5+">
@@ -244,10 +244,10 @@
                        <RegExp conditional="movieposterdb" input="$$2" 
output="&lt;chain 
function=&quot;GetMoviePosterDBThumbs&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>
                        </RegExp>
-                       <RegExp conditional="trakttvfanart" input="$$2" 
output="&lt;chain 
function=&quot;GetTRAKTTVFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp conditional="fanart" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>
                        </RegExp>
-                       <RegExp conditional="fanart" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp conditional="trakttvfanart" input="$$2" 
output="&lt;chain 
function=&quot;GetTRAKTTVFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>
                        </RegExp>
                        <RegExp conditional="ytrailer" input="$$1" 
output="&lt;chain 
function=&quot;GetYoutubeTrailer&quot;&gt;$$19=$$20&lt;/chain&gt;" dest="5+">

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

Summary of changes:
 metadata.universal/addon.xml              |    2 +-
 metadata.universal/changelog.txt          |    3 +++
 metadata.universal/resources/settings.xml |    8 ++++----
 metadata.universal/universal.xml          |    8 ++++----
 4 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to