Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-24 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > Aubin Paul wrote: > > On Fri, Dec 19, 2003 at 07:15:28PM +0100, Dirk Meyer wrote: > >> That's something I'm thinking of changing. Some items have 'file', > >> some 'filename'. DVD items have filename == 1 for the first > >> track. Some also have 'url'

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Dirk Meyer
Aubin Paul wrote: > On Mon, Dec 22, 2003 at 10:43:51AM +0100, Dirk Meyer wrote: >> I was thinking of adding move/delete/copy functions to the item >> itself, based in self.files. If someone (like the gphoto plugin) needs >> different functions to do this, the functions can be >> overwritten. Maybe

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Aubin Paul
On Mon, Dec 22, 2003 at 10:43:51AM +0100, Dirk Meyer wrote: > OK, I will remove the 'mode' and 'filename' attribute and create the > 'url' attribute. This will break something because there is at least > one part of the code I will forget to change :-) :) > I was thinking of adding move/delete/co

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Dirk Meyer
Aubin Paul wrote: > On Fri, Dec 19, 2003 at 07:15:28PM +0100, Dirk Meyer wrote: >> That's something I'm thinking of changing. Some items have 'file', >> some 'filename'. DVD items have filename == 1 for the first >> track. Some also have 'url'. This is ugly. >> Remove the filename attribute and rep

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-19 Thread Aubin Paul
On Fri, Dec 19, 2003 at 07:15:28PM +0100, Dirk Meyer wrote: > That's something I'm thinking of changing. Some items have 'file', > some 'filename'. DVD items have filename == 1 for the first > track. Some also have 'url'. This is ugly. > Remove the filename attribute and replace it with url (file:/

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-19 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/src > In directory sc8-pr-cvs1:/tmp/cvs-serv4786 > > Modified Files: > playlist.py > Log Message: > If we're using a playlist file, make sure the object has that attribute > so we can use fileops on it later. That's something I'm t

[Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-18 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv4786 Modified Files: playlist.py Log Message: If we're using a playlist file, make sure the object has that attribute so we can use fileops on it later. Index: playlist.py