I had an idea a while back, to extend the cart plugin to allow for
burning. I actually think would be the best method...
Add files to cart,
Then go to cart: (maybe menu here?)
Then select what to do with files:
-burn as audio cd
-burn files to disc (data)
-burn as DVD-VIDE
Are you the original author?
I've been waiting to see a post re this for a while..
I'm hacking my way through a DVD-VIDEO writing plugin atm. However, I'm
not skilled enough to follow your menu system, I like the way mine is
gond to work (DVD'd take up to 1hr to _burn_, so i don't want the scree
Hans Meine wrote:
> On Tuesday 27 July 2004 17:49, Dirk Meyer wrote:
>> No, it's not that easy. The audio player is as fullscreen as the image
>> viewer.
> Why? (I understand that it covers the screen, but "fullscreen" IMO should be
> exactly meaning: I do not want extra information on screen, whi
On Tuesday 27 July 2004 17:49, Dirk Meyer wrote:
> No, it's not that easy. The audio player is as fullscreen as the image
> viewer.
Why? (I understand that it covers the screen, but "fullscreen" IMO should be
exactly meaning: I do not want extra information on screen, which is not the
case..
> Bu
Hans Meine wrote:
> On Tuesday 27 July 2004 16:19, Dirk Meyer wrote:
>> I'm open the better ideas. What it does: eventhandler.append(self)
>> adds self to the eventhandler list, setting the focus to self. If you
>> remove self again, the focus will go to the app above.
> I think this is fine, maybe
On Tuesday 27 July 2004 16:19, Dirk Meyer wrote:
> I'm open the better ideas. What it does: eventhandler.append(self)
> adds self to the eventhandler list, setting the focus to self. If you
> remove self again, the focus will go to the app above.
I think this is fine, maybe "push" and "pop" would b
Matthieu Weber wrote:
> On Tue 27.07.2004 at 02:00:46PM +0200, Dirk Meyer wrote:
>> o The event stuff is deleted inside rc.py. There is a new file
>> eventhandler.py with functions to post an event and to get the
>> focus. Boxes from widgets also use the same way of getting the focus
>> as ot
On Tue 27.07.2004 at 02:00:46PM +0200, Dirk Meyer wrote:
> Hi,
>
> as you know, I started moving around the gui code and made many
> changes the last days. Here a list what I have done so far:
>
> o skin, osd and animation are inside the gui subdir. This dir has the
> following structure:
>
>
Hi,
as you know, I started moving around the gui code and made many
changes the last days. Here a list what I have done so far:
o skin, osd and animation are inside the gui subdir. This dir has the
following structure:
gui/__init__.py: Interface to the gui for all other parts of Freevo
gu