The branch, dharma has been updated
via 9887e5139f9fc7a369fb50c2ed165f8c7e77d67e (commit)
from a1890cccb7de7fc6fc04b5b8cd820cd84eb2d8c3 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=9887e5139f9fc7a369fb50c2ed165f8c7e77d67e
commit 9887e5139f9fc7a369fb50c2ed165f8c7e77d67e
Author: spiff <[email protected]>
Date: Thu Jan 13 14:20:59 2011 +0100
[plugin.image.facebook] updated to version 0.9.5
diff --git a/plugin.image.facebook/addon.py b/plugin.image.facebook/addon.py
index 6cd7b07..e536fb1 100644
--- a/plugin.image.facebook/addon.py
+++ b/plugin.image.facebook/addon.py
@@ -113,6 +113,9 @@ class AddonHelper:
return
self.xbmcplugin().addDirectoryItem(handle=int(sys.argv[1]),url=url,listitem=liz,isFolder=False,totalItems=total)
def addDir(self,_name,_thumbnail='',_total=0,contextMenu=None,**kwargs):
+ for k in kwargs.keys():
+ if not type(kwargs[k]) == type(0):
+ kwargs[k] = kwargs[k].encode('utf-8')
u=sys.argv[0]+"?"+urllib.urlencode(kwargs)
liz=self.xbmcgui().ListItem(_name,'',iconImage="DefaultFolder.png",
thumbnailImage=_thumbnail)
liz.setInfo(type="image", infoLabels={"Title": _name} )
diff --git a/plugin.image.facebook/addon.xml b/plugin.image.facebook/addon.xml
index b94b6f9..7fc1dfc 100644
--- a/plugin.image.facebook/addon.xml
+++ b/plugin.image.facebook/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.facebook"
name="facebook"
- version="0.9.4"
+ version="0.9.5"
provider-name="Rick Phillips (ruuk)">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.image.facebook/changelog.txt
b/plugin.image.facebook/changelog.txt
index 5b72498..e9479ca 100644
--- a/plugin.image.facebook/changelog.txt
+++ b/plugin.image.facebook/changelog.txt
@@ -1,6 +1,10 @@
facebookPhotos-XBMC Changelog
-Current Version : 0.9.4
+Current Version : 0.9.5
+
+*** 0.9.5 ***
+
+Fixed a bug with unicode characters
*** 0.9.4 ***
diff --git a/plugin.image.facebook/default.py b/plugin.image.facebook/default.py
index c394428..65ea411 100644
--- a/plugin.image.facebook/default.py
+++ b/plugin.image.facebook/default.py
@@ -8,7 +8,7 @@ __plugin__ = 'facebook'
__author__ = 'ruuk'
__url__ = 'http://code.google.com/p/facebookphotos-xbmc/'
__date__ = '10-10-2010'
-__version__ = '0.9.4'
+__version__ = '0.9.5'
def LOG(msg):
try:
-----------------------------------------------------------------------
Summary of changes:
plugin.image.facebook/addon.py | 3 +++
plugin.image.facebook/addon.xml | 2 +-
plugin.image.facebook/changelog.txt | 6 +++++-
plugin.image.facebook/default.py | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
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