Basic MythTV plugin configuration

From Bitpost wiki
Revision as of 15:31, 14 November 2008 by M (talk | contribs) (New page: Plugin support in MythTV is pretty good, but a little rough around the edges. # Add a button to the mythtv project. In my case, I added the following block to [mythtv/programs/mythfronten...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Plugin support in MythTV is pretty good, but a little rough around the edges.

  1. Add a button to the mythtv project.

In my case, I added the following block to [mythtv/programs/mythfrontend/library.xml]:

  <button>
     <type>DJ_PLAY</type>
     <text>Start DJ</text>
     <action>JUMP Start DJ</action>
     <depends>mythmusic</depends>
     <depends>mythdj</depends>
  </button>