Some very quick instructions on how to write a plugin for freevo2. Please update with code examples.
- Write a new plugin, for example src/plugins/video/appletrailers.py
- Add an entry to config.cxml, in this example in the video directory: src/plugins/video/config.cxml
<group name="appletrailers" plugin="10">
<desc>
- Add plugin to view movie trailers from apple.com.
</desc>
</group>
- Add an entry to freevo2.conf
video.plugin.appletrailers.activate = <default: 10>
