The branch, dharma has been updated
via 108b397d8e318f21d199f6c0a908c9d29a44aa83 (commit)
from 1f465360523810046fa4d34035c9379336831e18 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=108b397d8e318f21d199f6c0a908c9d29a44aa83
commit 108b397d8e318f21d199f6c0a908c9d29a44aa83
Author: olympia <[email protected]>
Date: Thu Jan 20 07:39:36 2011 +0100
[metadata.tvdb.com] added: support decimals in episode numbers for DVD
ordering
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index b67ffa7..d6f5c78 100644
--- a/metadata.tvdb.com/addon.xml
+++ b/metadata.tvdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvdb.com"
name="The TVDB"
- version="1.0.8"
+ version="1.1.0"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.tvdb.com/changelog.txt b/metadata.tvdb.com/changelog.txt
index 07b60a8..b8185ce 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.1.0[/B]
+- Added: support decimals in episode numbers for DVD ordering
+
[B]1.0.8[/B]
- Fixed: fallback to other image languages if preferred doesn't exist
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index 26f0a11..efd178a 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -166,7 +166,7 @@
</RegExp>
<!-- DVD order -->
<RegExp conditional="dvdorder" input="$$1"
output="<episode><title>\4</title><url
cache="$$10.xml">$$2</url><epnum>\2</epnum><season>\3</season><id>\1</id><aired>\5</aired></episode>"
dest="4">
- <expression
repeat="yes"><Episode>.*?<id>([0-9]+).*?<Combined_episodenumber>([0-9]+).*?<Combined_season>([0-9]+).*?<EpisodeName>([^<]*).*?<FirstAired>([^<]*)</FirstAired>.*?</Episode></expression>
+ <expression
repeat="yes"><Episode>.*?<id>([0-9]+).*?<Combined_episodenumber>([^<]*).*?<Combined_season>([^<]*).*?<EpisodeName>([^<]*).*?<FirstAired>([^<]*)</FirstAired>.*?</Episode></expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.tvdb.com/addon.xml | 2 +-
metadata.tvdb.com/changelog.txt | 3 +++
metadata.tvdb.com/tvdb.xml | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons