[Freevo-devel] Re: Caching bug fixed

2004-04-11 Thread Dirk Meyer
Michael Ruelle wrote: > also a note i noticed some of the name handling in getname depends on > not having a trailing slash in a file path. Which is not always the case > when a user enters it in the local_conf.py. I noticed crashes with the > games plugin when this occured. Found this out when hel

Re: [Freevo-devel] Re: Caching bug fixed

2004-04-11 Thread Michael Ruelle
Dischi, also a note i noticed some of the name handling in getname depends on not having a trailing slash in a file path. Which is not always the case when a user enters it in the local_conf.py. I noticed crashes with the games plugin when this occured. Found this out when helping a user on irc wi

[Freevo-devel] Re: Caching bug fixed

2004-04-11 Thread Dirk Meyer
Thomas Zangl - Mobil wrote: > > Hi, > > Fixed the traceback when I try "freevo cache": > > In freevo/util/fileops.py change the line 209 from: > > fsuffix = vfs.splitext(filename[1]).lower()[1:] That's strange. My version has fsuffix = vfs.splitext(filename)[1].lower()[1:] Dischi -- I o