Re: [Freevo-devel] Re: Two screen outputs for menu

2005-08-24 Thread Horst Eyermann
Hello, Muresan: > Horst Eyermann wrote: > > I realised that my graphical LCD (128x64) can easily be written when I > > use a pygame surface and render the image on there and then output the > > data to the display. - The lcd driver used by Freevo does not support my > > display. > > > > I started

[Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2005-08-24 at 18:55 +0200, Dirk Meyer wrote: >> I know. I was thinking about making root always the same type, but >> that sucks. An audio disc is different from the root of my fs. BTW, >> how to find a disc? Is a disc always a 'removable media' or are DVDs >> and

Re: [Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Jason Tackaberry
On Wed, 2005-08-24 at 18:55 +0200, Dirk Meyer wrote: > I know. I was thinking about making root always the same type, but > that sucks. An audio disc is different from the root of my fs. BTW, > how to find a disc? Is a disc always a 'removable media' or are DVDs > and AudioCD different? It depends

[Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2005-08-24 at 16:01 +0200, Dirk Meyer wrote: >> That's why I want to add a 'root' link. > > Ok, now I understand, but ... > >> | / ("dir", 0) parent=NULL, root=0 >> | +-- data ("dir", 1) parent=("dir", 0), root=0 >> | +-- mp3 ("dir", 2) parent=("d

Re: [Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Jason Tackaberry
On Wed, 2005-08-24 at 16:01 +0200, Dirk Meyer wrote: > That's why I want to add a 'root' link. Ok, now I understand, but ... > | / ("dir", 0) parent=NULL, root=0 > | +-- data ("dir", 1) parent=("dir", 0), root=0 > | +-- mp3 ("dir", 2) parent=("dir", 1) > |+-- Eny

[Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Dirk Meyer
Jason Tackaberry wrote: > I'm not sure I follow what you mean. One or both of us might be > misunderstanding the other, or the problem. :) Maybe. > The issue we're talking about here is that for queries (other than > queries for all files with a specific parent [e.g. list all items in > director

Re: [Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Jason Tackaberry
On Wed, 2005-08-24 at 10:49 +0200, Dirk Meyer wrote: > I don't see the problem. Why not add one attribute to each file with > the id of '/' for normal files and the id of the disc for files on a > disc? It is easy, only one id. All objects already have an attribute that refers to their parent. Tha

Re: [Freevo-devel] Freevo 2.0, Patch: "Short" paths do not work

2005-08-24 Thread Hans Meine
On Wednesday 24 August 2005 00:29, Thorsten Pferdekämper wrote: > +++ freevosrc/mediadb/listing.py 2005-08-23 23:42:18.671581184 +0200 > @@ -186,6 +192,10 @@ > else: > dirname = f[:f.rfind('/')] > basename = f[f[:-1].rfind('/')+1:] > +#PFE

[Freevo-devel] Re: kaa.vfs module added

2005-08-24 Thread Dirk Meyer
Jason Tackaberry wrote: >> OK, now you are saything something similar to me. All files and >> subdirs are in a tree starting at the disc itself. OK, so the disc is >> more or less a '/' node. > > Yes. One could have a more general "removable" object type for data > media (i.e. not audio CDs or DVD