Yves-Alexis Perez wrote: > And I guess the patch is missing :) lol, attached!
--- old/Library.py 2008-08-21 09:55:28.000000000 +0200
+++ new/Library.py 2008-10-03 13:20:58.000000000 +0200
@@ -363,6 +363,8 @@ class Library(modules.Module):
path = os.path.join(ROOT_PATH, name)
prevChar = None
+ print 'path is: ' + path
+
# Make sure the version number is the good one
if not os.path.exists(os.path.join(path, 'VERSION_%u' % VERSION)):
logger.error('[%s] Version number does not match, loading of library "%s" aborted' % (MOD_NAME, name))
@@ -375,6 +377,9 @@ class Library(modules.Module):
if len(artist[ART_NAME]) != 0: currChar = unicode(artist[ART_NAME], errors='replace')[0]
else: currChar = prevChar
+ print 'artist is: ' + artist[ART_NAME]
+ print 'currChar is: ' + currChar
+
if prevChar is None or (prevChar != currChar and not (prevChar.isdigit() and currChar.isdigit())):
prevChar = currChar
if currChar.isdigit(): rows.append((None, '<b>0 - 9</b>', TYPE_HEADER, None, None))
signature.asc
Description: OpenPGP digital signature

