Benjamin Zeiss wrote: > hi, > > i have a problem using freevo cvs. when i try to browse an image > directory containin ~ 500 images, i get a python traceback: > > Traceback (most recent call last): > File "/usr/local/freevo/src/main.py", line 445, in ? > app.eventhandler(event) > File "/usr/local/freevo/src/menu.py", line 577, in eventhandler > action( arg=arg, menuw=self ) > File "/usr/local/freevo/src/directory.py", line 499, in cwd > self.check_password_and_build(arg=None, menuw=menuw) > File "/usr/local/freevo/src/directory.py", line 554, in > check_password_and_build > self.build(arg=arg, menuw=menuw) > File "/usr/local/freevo/src/directory.py", line 677, in build > substr = util.find_start_string(i.name.lower(), substr) > File "/usr/local/freevo/src/util/misc.py", line 334, in find_start_string > s1 = s1[1:].lstrip(u' -_,:.') > TypeError: lstrip() takes no arguments (1 given)
You need Python 2.2.3 or Python 2.3.x > the second question is, what do i have to do to make the thumbnail > feature work? somehow i get thumbnails only for very few pictures. For videos there is an option in the directory configure menu to autogenerate them. Or use 'freevo cache --thumbnails'. Read the cache --help about recursive thumbnailing. Dischi -- The 50-50-90 rule: Any time you have a 50-50 chance of getting something right, there's a 90% probability you'll get it wrong. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
