The branch, frodo has been updated
       via  515b06d517d8d64f26d14f8e7bd72933838afa21 (commit)
      from  c1d9959db131fa67bc0f6edeef392b67ac7b9aca (commit)

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

commit 515b06d517d8d64f26d14f8e7bd72933838afa21
Author: Lee Pollock <[email protected]>
Date:   Tue Feb 12 19:08:07 2013 +0000

    [metadata.thexem.de] updated to 1.0.4

diff --git a/metadata.thexem.de/addon.xml b/metadata.thexem.de/addon.xml
index 0b27c83..e40fabc 100644
--- a/metadata.thexem.de/addon.xml
+++ b/metadata.thexem.de/addon.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.thexem.de"
        name="XEM"
-       version="1.0.3"
+       version="1.0.4"
        provider-name="XBMC Community">
   <requires>
-    <import addon="xbmc.metadata" version="1.0"/>
+    <import addon="xbmc.metadata" version="2.1.0"/>
   </requires>
   <extension point="xbmc.metadata.scraper.tvshows"
              language="multi"
diff --git a/metadata.thexem.de/changelog.txt b/metadata.thexem.de/changelog.txt
index 7a21d0f..b02ca0e 100644
--- a/metadata.thexem.de/changelog.txt
+++ b/metadata.thexem.de/changelog.txt
@@ -1,11 +1,4 @@
-[B]1.0.3[/B]
-- Remove languages and ordering settings
+[B]1.0.4[/B]
+- added aspect attribute
+- added uniqueid tag
 
-[B]1.0.2[/B]
-- Minor Tweaks
-
-[B]1.0.1[/B]
-- Fix Banners and Actors
-
-[B]1.0[/B]
-- Initial Version
diff --git a/metadata.thexem.de/xem.xml b/metadata.thexem.de/xem.xml
index b2f2675..6c084b8 100644
--- a/metadata.thexem.de/xem.xml
+++ b/metadata.thexem.de/xem.xml
@@ -127,40 +127,40 @@
                        <RegExp input="$$5" 
output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;role&gt;\3&lt;/role&gt;&lt;/actor&gt;"
 dest="4+">
                                <expression repeat="yes" 
noclean="1,2,3">&lt;Actor&gt;.*?&lt;Image&gt;([^&lt;]*)&lt;/Image&gt;.*?&lt;Name&gt;([^&lt;]*)&lt;/Name&gt;.*?&lt;Role&gt;([^&lt;]*)</expression>
                        </RegExp>
-                       <RegExp conditional="posters" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp conditional="posters" output="&lt;thumb 
aspect=&quot;poster&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;poster&lt;/BannerType&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;series&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;graphical&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;$INFO[language]&lt;/Language&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;series&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;graphical&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;((?!$INFO[language])[a-z])*&lt;/Language&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;series&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;text&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;$INFO[language]&lt;/Language&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;series&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;text&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;((?!$INFO[language])[a-z])*&lt;/Language&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;series&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;blank&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;&lt;/Language&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" output="&lt;thumb 
type=&quot;season&quot; 
season=&quot;\2&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;poster&quot; type=&quot;season&quot; 
season=&quot;\2&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;season&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;season&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;$INFO[language]&lt;/Language&gt;[^&lt;]*[^S]*Season&gt;([0-9]+)&lt;/Season&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" output="&lt;thumb 
type=&quot;season&quot; 
season=&quot;\3&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;poster&quot; type=&quot;season&quot; 
season=&quot;\3&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;season&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;season&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;((?!$INFO[language])[a-z])*&lt;/Language&gt;[^&lt;]*[^S]*Season&gt;([0-9]+)&lt;/Season&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" output="&lt;thumb 
type=&quot;season&quot; 
season=&quot;\2&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot; type=&quot;season&quot; 
season=&quot;\2&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;season&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;seasonwide&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;$INFO[language]&lt;/Language&gt;[^&lt;]*[^S]*Season&gt;([0-9]+)&lt;/Season&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" output="&lt;thumb 
type=&quot;season&quot; 
season=&quot;\3&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;banner&quot; type=&quot;season&quot; 
season=&quot;\3&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;season&lt;/BannerType&gt;[^&lt;]*&lt;BannerType2&gt;seasonwide&lt;/BannerType2&gt;[^&lt;]*&lt;Language&gt;((?!$INFO[language])[a-z])*&lt;/Language&gt;[^&lt;]*[^S]*Season&gt;([0-9]+)&lt;/Season&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" conditional="!posters" 
output="&lt;thumb&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" conditional="!posters" 
output="&lt;thumb 
aspect=&quot;poster&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; 
dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;poster&lt;/BannerType&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$5" output="&lt;thumb 
type=&quot;season&quot; 
season=&quot;-1&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
+                       <RegExp input="$$5" output="&lt;thumb 
aspect=&quot;poster&quot; type=&quot;season&quot; 
season=&quot;-1&quot;&gt;http://thetvdb.com/banners/\1&lt;/thumb&gt;"; dest="4+">
                                <expression 
repeat="yes">&lt;BannerPath&gt;([^&lt;]*)&lt;/BannerPath&gt;[^&lt;]*&lt;BannerType&gt;poster&lt;/BannerType&gt;</expression>
                        </RegExp>
                        <RegExp conditional="fanart" input="$$7" 
output="&lt;fanart 
url=&quot;http://thetvdb.com/banners/&quot;&gt;\1&lt;/fanart&gt;"; dest="4+">
@@ -190,7 +190,10 @@
                        <RegExp input="$$1" output="\1" dest="8">
                                <expression noclean="1">(.+)</expression>
                        </RegExp>
-                       <RegExp input="$$8" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="4">
+                       <RegExp input="$$1" 
output="&lt;uniqueid&gt;$$2&lt;/uniqueid&gt;" dest="4">
+                               <expression/>
+                       </RegExp>
+                       <RegExp input="$$8" 
output="&lt;plot&gt;\1&lt;/plot&gt;" dest="4+">
                                
<expression>&lt;Overview&gt;([^&lt;]*)&lt;/Overview&gt;</expression>
                        </RegExp>
                        <RegExp input="$$8" output="\1" dest="6">

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

Summary of changes:
 metadata.thexem.de/README.md     |    5 +++
 metadata.thexem.de/addon.xml     |    4 +-
 metadata.thexem.de/changelog.txt |   13 ++-----
 metadata.thexem.de/xem-logo.svg  |   75 ++++++++++++++++++++++++++++++++++++++
 metadata.thexem.de/xem.xml       |   29 ++++++++-------
 5 files changed, 101 insertions(+), 25 deletions(-)
 create mode 100644 metadata.thexem.de/README.md
 create mode 100644 metadata.thexem.de/xem-logo.svg


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to