aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.themoviedb.org
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-05-07 09:41:49 +0000
committerjmarshallnz <jmarshallnz@svn>2010-05-07 09:41:49 +0000
commit281d796d2e30bf83fa1ecc2ef4565953fb19cee6 (patch)
tree212588da13992d8d3abc5dac28c21ccaf1b89835 /addons/metadata.themoviedb.org
parent5edb0e61be6919249f48a962568cfa9e2b7fbfe0 (diff)
added: Ticket #8990 - Production country for movies, thanks to ventech
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29886 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.themoviedb.org')
-rw-r--r--addons/metadata.themoviedb.org/tmdb.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/metadata.themoviedb.org/tmdb.xml b/addons/metadata.themoviedb.org/tmdb.xml
index ec857dea5a..1070cd7723 100644
--- a/addons/metadata.themoviedb.org/tmdb.xml
+++ b/addons/metadata.themoviedb.org/tmdb.xml
@@ -66,6 +66,9 @@
<RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="5+">
<expression repeat="yes">&lt;studio.*?name=&quot;([^&quot;]*)&quot;</expression>
</RegExp>
+ <RegExp input="$$1" output="&lt;country&gt;\1&lt;/country&gt;" dest="5+">
+ <expression repeat="yes">&lt;country.*?name=&quot;([^&quot;]*)&quot;</expression>
+ </RegExp>
<RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
<expression>&lt;overview&gt;([^&lt;]*)&lt;/overview&gt;</expression>
</RegExp>