[Freevo-devel] "Resume Playback" across NFS

2007-09-25 Thread Justin Wetherell
Is there a way to make freevo save the "Resume Playback" files to the local directory instead of the vfs? When I play a file on multiple different Freevo's, I'd like the ability to resume from anywhere. -Justin - This SF.net e

Re: [Freevo-devel] Kaa r2840 - trunk/base/src

2007-09-25 Thread Jason Tackaberry
On Tue, 2007-09-25 at 17:19 +0200, Dirk Meyer wrote: > > +attrs[name] = str(attrs[name]) > > What is attrs[name]? The string "album" or the real album string? If > it is the later we need to be aware of unicode decode errors. Or can't > this happen? Neither. In this case

Re: [Freevo-devel] Kaa r2840 - trunk/base/src

2007-09-25 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Tue Sep 25 10:47:32 2007 > New Revision: 2840 > > Log: > Fix for exception when updating object that has an attribute of string type > that is ATTR_INVERTED_INDEX. > > > Modified: >trunk/base/src/db.py > > Modified: trunk/base/src/db.py > =