* Daniel Lakeland <[EMAIL PROTECTED]> [2006-04-07 10:42]: > [EMAIL PROTECTED]:~$ jack > This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> > *info* querying... > *warning* 202 No match for disc ID 520ded06. How about trying another > --server? > > freedb search failed, continue? (y/N) y ... > jack_tag.tag(freedb_rename) > File "/usr/lib/python2.3/site-packages/jack_tag.py", line 182, in tag > oggi.add_tag('ALBUM', a_title.encode("utf-8")) > AttributeError: 'NoneType' object has no attribute 'encode'
Here's a patch which fixes this. It should also fix the other case (with your audiobook); can you try? diff -urN jack-3.1.1+cvs20050801~/jack_prepare.py jack-3.1.1+cvs20050801/jack_prepare.py --- jack-3.1.1+cvs20050801~/jack_prepare.py 2006-04-07 20:02:26.000000000 +0200 +++ jack-3.1.1+cvs20050801/jack_prepare.py 2006-04-07 20:02:44.000000000 +0200 @@ -486,6 +486,7 @@ if string.upper(x[0]) != "Y": sys.exit(0) cf['_query_on_start'] = 0 + cf['_set_id3tag'] = 0 else: jack_display.exit() -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]