Do you mean that the 'actions' function in PluginInterface should
return that additional thing?
Like right now it's:
return [ ( self.create_backup_menu, 'Rip the CD to the hard drive',
'Get CDs available for ripping') ]
so I would add?
return [ ( self.create_backup_menu, 'Rip the CD to the hard drive',
'Get CDs available for ripping'), ('record')]
Aubin
On Fri, Jul 04, 2003 at 10:59:02AM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > I dunno... personally, the way I'm going to set it up, is if you hit
> > "REC" while selecting audiocd, it should just rip it automatically, no
> > menus at all. But maybe menus would be ok.
>
> This should be very easy without adding too much in the configs. Only
> return 'record' as third value in the actions list and you can use
>
> EVENTS['menu']['rec'] = Event(MENU_CALL_ITEM_ACTION, arg='record')
>
> The later can be default and all plugins doing some sort of 'record'
> should return 'record' as short description.
>
>
> Dischi
>
> --
> Beta. Software undergoes beta testing shortly before it's released.
> Beta is Latin for 'still doesn't work.'
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel