Difference between revisions of "Plug-in development guide"

From MythTV Official Wiki
Jump to: navigation, search
m (added category knowlegde base)
Line 1: Line 1:
[[Category:Plugins]]
 
[[Category:HOWTO]]
 
[[Category:Developer_Documentation]]
 
[[Category:Knowledge Base]]
 
 
[[Category:Themes]]
 
 
  
  
Line 22: Line 15:
  
 
Don't forget to add your new plugin to the [[Unofficial Plugins]] section so others can find and use your plugin.
 
Don't forget to add your new plugin to the [[Unofficial Plugins]] section so others can find and use your plugin.
 +
 +
 +
[[Category:Plugins]]
 +
[[Category:HOWTO]]
 +
[[Category:Developer_Documentation]]
 +
[[Category:Knowledge Base]]

Revision as of 10:28, 12 May 2008


Here we will explain how you can create your own plugins for MythTV and share it with the rest of us.

Step 1: read about the plugin Architecture

First get yourself a little familiar with the MythPlugin Architecture. Don't mind the details, in the next step we have a walk through for your first (Hello world) plugin.

Step 2: Create your first Hello world plugin

Now go to Building Plugins:HelloMyth for a walk through for your first (Hello world) plugin.

This is a really simple skeleton plugin that doesn't do anything. It'll show you what is absolutely necessary to create a plugin, then you can expand on that. After this you can look at existing plugins for more in-depth examples. You can find a list of plugins in the main page.

Step 3: Create a cool new feature for MythTV

Congratulations! you'r ready build your own plugin and get famous forever.

Don't forget to add your new plugin to the Unofficial Plugins section so others can find and use your plugin.