Freevo Plugin Writing HOWTO: Writing your own plugins for Freevo | ||
---|---|---|
Prev | Chapter 4. Notes for writing a plugin | Next |
You will need to import other parts of Freevo do make your plugin work. Most common are the following modules:
Table 4-1. Module list
config | Basic configuration of Freevo. This also contains the settings from local_conf.py. |
plugin | This contains all basic classes and functions for the plugin interface. |
event | Some pre-defined events and the class Eventto build your own events. |
menu | Contains the class Menu to create menus for the plugin. This module also conatins MenuItem, a pre-defined item to put in a menu |
item | This module contains the basic Item class to put into a menu. |
rc | Functions for putting an event into the event queue |