[mythtv-commits] Ticket #3600: enhancement: tv osd menu editor.

MythTV mythtv at cvs.mythtv.org
Mon Jun 11 20:55:21 UTC 2007


#3600: enhancement: tv osd menu editor.
-------------------------+--------------------------------------------------
 Reporter:  skamithi     |       Owner:  ijr    
     Type:  enhancement  |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythtv       |     Version:  unknown
 Severity:  medium       |  
-------------------------+--------------------------------------------------
 developing  a way to remove/add osd entries from the tv osd menu.

 there are 2 pieces to the patch, one of which is not done yet.
 first part is the db piece and tv_play.cpp modifications..2nd piece is the
 UI
 to change which osd menu entries shows up under which type of playbackable
 context.
 there are 4 categories.
 a) live tv
 b) recording/pre-precorded (may break this out into separate recording and
 prerecorded categories)
 c) video
 d) dvd

 currently the db table looks like this:

 {{{
   CREATE TABLE IF NOT EXISTS tvosdmenu (
          osdcategory VARCHAR(32) NOT NULL PRIMARY KEY,
          livetv tinyint(4) NOT NULL default '0',
          recorded tinyint(4) NOT NULL default '0',
          video tinyint(4) NOT NULL default '0',
          dvd tinyint(4) NOT NULL default '0',
          description varchar(32) NOT NULL


 }}}


 attached part is the part1 patch. to change any options you have to
 manipulate the tvosdmenu table directly. part2 is to create a UI to allow
 you to easily make the changes.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3600>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list