The branch, frodo has been updated
       via  62a11d8d25cf80b348544f36fa28ac40359e2b22 (commit)
      from  d7274a76f591c893d0904c5c70aef21c452cc6ae (commit)

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

commit 62a11d8d25cf80b348544f36fa28ac40359e2b22
Author: Lee Pollock <[email protected]>
Date:   Wed Apr 17 15:01:48 2013 +0100

    [metadata.musicvideos.theaudiodb.com] updated to version 1.2.1

diff --git a/metadata.musicvideos.theaudiodb.com/addon.xml 
b/metadata.musicvideos.theaudiodb.com/addon.xml
index 2be0316..0038d03 100644
--- a/metadata.musicvideos.theaudiodb.com/addon.xml
+++ b/metadata.musicvideos.theaudiodb.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.musicvideos.theaudiodb.com"
        name="TheAudioDb.com for Music Videos"
-       version="1.2.0"
+       version="1.2.1"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="2.1.0"/>
@@ -54,7 +54,7 @@
     <description lang="da">Hent Musikvideo-information</description>
     <description lang="de">Musik Video Information herunterladen</description>
     <description lang="el">Λήψη πληροφοριών Μουσικών 
Βίντεο</description>
-    <description lang="en">This scraper is downloading Music Video information 
from TheAudioDB.com. Due to various search difficulties the scraper currently 
expects the folder/filename to be formatted as 'artist - trackname' otherwise 
it will not return results. Odds are also high that artist or tracks with '-' 
mark will not be found.</description>
+    <description lang="en">This scraper is downloading Music Video information 
from TheAudioDB.com. Due to various search difficulties the scraper currently 
expects the folder/filename to be formatted as 'artist - trackname' otherwise 
it will not return results.</description>
     <description lang="es">Descarga información del videoclip</description>
     <description lang="es_AR">Descarga información del Video 
Clip</description>
     <description lang="es_MX">Descarga Información de Vídeos de 
Músca</description>
diff --git a/metadata.musicvideos.theaudiodb.com/changelog.txt 
b/metadata.musicvideos.theaudiodb.com/changelog.txt
index 94afc31..d3fcfb8 100644
--- a/metadata.musicvideos.theaudiodb.com/changelog.txt
+++ b/metadata.musicvideos.theaudiodb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.2.1[/B]
+- Fixed: Allow for dashes in artist/title (v12.2+ required)
+
 [B]1.2.0[/B]
 - Added: NfoURL function
 - Added: Album thumbs from theaudiodb.com
diff --git a/metadata.musicvideos.theaudiodb.com/tadb.xml 
b/metadata.musicvideos.theaudiodb.com/tadb.xml
index eaca1fb..100c0bd 100644
--- a/metadata.musicvideos.theaudiodb.com/tadb.xml
+++ b/metadata.musicvideos.theaudiodb.com/tadb.xml
@@ -8,7 +8,7 @@
        <CreateSearchUrl dest="3">
                <RegExp input="$$5" output="\1" dest="3">
                        <RegExp input="$$1" 
output="&lt;url&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/searchtrack.php?s=\1&amp;amp;t=\2&lt;/url&gt;";
 dest="6">
-                               <expression 
trim="1,2">(.+)%20%20%20(.+)</expression>
+                               <expression 
trim="1,2">(.+)%20(?:%20|-)%20(.+)</expression>
                        </RegExp>
                        <RegExp input="$$6" output="\1" dest="5">
                                <expression noclean="1" />

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

Summary of changes:
 metadata.musicvideos.theaudiodb.com/addon.xml     |    4 ++--
 metadata.musicvideos.theaudiodb.com/changelog.txt |    3 +++
 metadata.musicvideos.theaudiodb.com/tadb.xml      |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to