The branch, frodo has been updated
via 3a13fa098df8705d2061291278765937933a6166 (commit)
from 6ed65b2ada618a47f68f9a6a0272fc128b3e0903 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=3a13fa098df8705d2061291278765937933a6166
commit 3a13fa098df8705d2061291278765937933a6166
Author: olympia <[email protected]>
Date: Mon Jan 7 22:16:09 2013 +0100
[metadata.universal] updated to version 2.1.6
diff --git a/metadata.universal/addon.xml b/metadata.universal/addon.xml
index a38b38b..2aafb7d 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 Scraper"
- version="2.1.5"
+ version="2.1.6"
provider-name="Olympia, Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.universal/changelog.txt b/metadata.universal/changelog.txt
index 6a18476..5496329 100644
--- a/metadata.universal/changelog.txt
+++ b/metadata.universal/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.1.6[/B]
+- fixed: year won't scrape when using TMDb search
+
[B]2.1.5[/B]
- changed: added 'TV Special' to search results
diff --git a/metadata.universal/universal.xml b/metadata.universal/universal.xml
index fe49b65..f33ec3b 100644
--- a/metadata.universal/universal.xml
+++ b/metadata.universal/universal.xml
@@ -91,7 +91,7 @@
<RegExp conditional="tmdbsearch" input="$$1"
output="\1" dest="19">
<expression
fixchars="1">"original_title":"([^"]*)</expression>
</RegExp>
- <RegExp conditional="tmdbsearch" input="$$1"
output="\2" dest="20">
+ <RegExp conditional="tmdbsearch" input="$$1"
output="\1" dest="20">
<expression
noclean="1">"release_date":"([0-9]+)-</expression>
</RegExp>
<RegExp input="$$2" output="<id>\1</id>"
dest="5">
-----------------------------------------------------------------------
Summary of changes:
metadata.universal/addon.xml | 2 +-
metadata.universal/changelog.txt | 3 +++
metadata.universal/universal.xml | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons