Author: duncan
Date: Thu Jan 18 18:36:47 2007
New Revision: 2420

Modified:
   trunk/metadata/src/disc/CDDB.py

Log:
[ 1638258 ] Unicode support in CDDB
Patch from Guillaume Proux applied to change the protocol to 6
for Unicode support.


Modified: trunk/metadata/src/disc/CDDB.py
==============================================================================
--- trunk/metadata/src/disc/CDDB.py     (original)
+++ trunk/metadata/src/disc/CDDB.py     Thu Jan 18 18:36:47 2007
@@ -22,7 +22,8 @@
     default_user = os.geteuid() or os.environ['USER'] or 'user'
     hostname = socket.gethostname() or 'host'
 
-proto = 4
+proto = 6
+
 default_server = 'http://freedb.freedb.org/~cddb/cddb.cgi'
 
 def query(track_info, server_url=default_server,

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to