The branch, dharma has been updated
       via  939529336d8a651fa6dca8520e6ffac1e854fc57 (commit)
      from  c3142b84ba8d4893c27ac1f36d515c69be00f6c8 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=939529336d8a651fa6dca8520e6ffac1e854fc57

commit 939529336d8a651fa6dca8520e6ffac1e854fc57
Author: spiff <[email protected]>
Date:   Mon Jan 30 18:58:15 2012 +0100

    [plugin.audio.radio_de] updated to version 0.0.2

diff --git a/plugin.audio.radio_de/addon.py b/plugin.audio.radio_de/addon.py
index ea52e73..fa20d98 100644
--- a/plugin.audio.radio_de/addon.py
+++ b/plugin.audio.radio_de/addon.py
@@ -154,7 +154,7 @@ def search():
     keyboard = xbmc.Keyboard('', plugin.get_string(30201))
     keyboard.doModal()
     if keyboard.isConfirmed() and keyboard.getText():
-        search_string = keyboard.getText().decode('utf8')
+        search_string = keyboard.getText()
         __log('search gots a string: "%s"' % search_string)
         language = __get_language()
         stations = scraper.search_stations_by_string(language, search_string)
diff --git a/plugin.audio.radio_de/addon.xml b/plugin.audio.radio_de/addon.xml
index 390bdec..1852706 100644
--- a/plugin.audio.radio_de/addon.xml
+++ b/plugin.audio.radio_de/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.audio.radio_de" name="Radio" version="0.0.1" 
provider-name="Tristan Fischer ([email protected])">
+<addon id="plugin.audio.radio_de" name="Radio" version="0.0.2" 
provider-name="Tristan Fischer ([email protected])">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
     <import addon="script.module.simplejson" version="2.0.10"/>
diff --git a/plugin.audio.radio_de/changelog.txt 
b/plugin.audio.radio_de/changelog.txt
index e69de29..1cf3a45 100644
--- a/plugin.audio.radio_de/changelog.txt
+++ b/plugin.audio.radio_de/changelog.txt
@@ -0,0 +1,5 @@
+0.0.2 (29.01.2012)
+    - Fix error with UTF-8 characters in search string
+
+0.0.1 (13.01.2012)
+    - Initial Release
\ No newline at end of file

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

Summary of changes:
 plugin.audio.radio_de/addon.py      |    2 +-
 plugin.audio.radio_de/addon.xml     |    2 +-
 plugin.audio.radio_de/changelog.txt |    5 +++++
 3 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to