The branch, eden-pre has been updated
       via  e67dfb2b552335419189ee9bdd71765deb8340f3 (commit)
      from  1546c07bf8e99203f08706a2ac9cc91de32e23f7 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=e67dfb2b552335419189ee9bdd71765deb8340f3

commit e67dfb2b552335419189ee9bdd71765deb8340f3
Author: ronie <[email protected]>
Date:   Thu Sep 22 18:38:45 2011 +0200

    [script.globalsearch] -v0.1.2
    
    removed logging that was a bit too verbose

diff --git a/script.globalsearch/addon.xml b/script.globalsearch/addon.xml
index fbd8ac0..2c8a454 100644
--- a/script.globalsearch/addon.xml
+++ b/script.globalsearch/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.globalsearch" name="Global Search" version="0.1.1" 
provider-name="ronie">
+<addon id="script.globalsearch" name="Global Search" version="0.1.2" 
provider-name="ronie">
        <requires>
                <import addon="xbmc.python" version="2.0"/>
        </requires>
diff --git a/script.globalsearch/changelog.txt 
b/script.globalsearch/changelog.txt
index 4e7d228..ad9dc29 100644
--- a/script.globalsearch/changelog.txt
+++ b/script.globalsearch/changelog.txt
@@ -1,3 +1,8 @@
+v0.1.2
+- removed some debug logging
+- added Portuguese (Brazil) translation
+- added Italian translation
+
 v0.1.1
 - adjusted to latest json-rpc changes
 - fixed fetching of streamdetails
diff --git a/script.globalsearch/resources/lib/gui.py 
b/script.globalsearch/resources/lib/gui.py
index 0d2964a..78340a6 100644
--- a/script.globalsearch/resources/lib/gui.py
+++ b/script.globalsearch/resources/lib/gui.py
@@ -873,7 +873,6 @@ class GUI( xbmcgui.WindowXMLDialog ):
             json_query = xbmc.executeJSONRPC('{"jsonrpc": "2.0", "method": 
"AudioLibrary.GetAlbums", "params": {"properties": ["description", 
"albumlabel", "artist", "genre", "year", "thumbnail", "fanart", "theme", 
"type", "mood", "style", "rating"z], "sort": { "method": "label" }, 
"artistid":%s }, "id": 1}' % self.artistid)
         else:
             json_query = xbmc.executeJSONRPC('{"jsonrpc": "2.0", "method": 
"AudioLibrary.GetAlbums", "params": {"properties": ["description", 
"albumlabel", "artist", "genre", "year", "thumbnail", "fanart", "theme", 
"type", "mood", "style", "rating"], "sort": { "method": "label" } }, "id": 1}')
-            log('BUG %s' % json_query)
         json_response = re.compile( "{(.*?)}", re.DOTALL ).findall(json_query)
         for albumitem in json_response:
             if self.fetch_albumssongs == 'true':

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

Summary of changes:
 script.globalsearch/addon.xml                      |    2 +-
 script.globalsearch/changelog.txt                  |    5 ++++
 .../resources/language/Italian/strings.xml         |   19 ++++++++++++++++++
 .../language/Portuguese (Brazil)/strings.xml       |   21 ++++++++++++++++++++
 script.globalsearch/resources/lib/gui.py           |    1 -
 5 files changed, 46 insertions(+), 2 deletions(-)
 create mode 100644 script.globalsearch/resources/language/Italian/strings.xml
 create mode 100644 script.globalsearch/resources/language/Portuguese 
(Brazil)/strings.xml


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to