Author: dmeyer
Date: Sat Mar 25 19:09:40 2006
New Revision: 1344
Modified:
trunk/beacon/test/client.py
Log:
small hack to convert values
Modified: trunk/beacon/test/client.py
==============================================================================
--- trunk/beacon/test/client.py (original)
+++ trunk/beacon/test/client.py Sat Mar 25 19:09:40 2006
@@ -20,6 +20,8 @@
query = {}
for a in sys.argv[1:]:
key, value = a.split('=', 1)
+ if key in ('title', 'album', 'artist'):
+ value = unicode(value)
query[key] = value
kaa.beacon.connect(os.path.expanduser("~/.beacon"))
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog