Hi,

My next question has to do with menus... I know I could add commands
(external programs) to the main menu using .fxd files, but that could make
the main menu "busy".  Is it possible to have a main menu item like "Misc
Stuff", which lead to a sub-menu of the various commands?  If so, how would
I go about doing it?  Would /etc/freevo/fxd/ be a good place to put various
fxd files, or is there a "standard" location freevo will look?


Try "command" plugin. Insert in your local.conf:

plugin.activate('command', level=45)
COMMANDS_DIR = '/usr/local/freevo_data/Commands'

In COMMANDS_DIR you can put .fxd files with your commands. See the Wiki for
more help about commands and fxd files.

For more info:

freevo plugins -i command

or

freevo plugins -i command.CommandMainMenuItem


Eduardo
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to