[mythtv-commits] Ticket #8088: Greatly expanded playback groups

MythTV mythtv at cvs.mythtv.org
Thu Feb 18 20:52:39 UTC 2010


#8088: Greatly expanded playback groups
------------------------------------------------+---------------------------
 Reporter:  Jim Stichnoth <stichnot@…>          |       Owner:  ijr    
     Type:  patch                               |      Status:  new    
 Priority:  minor                               |   Milestone:  unknown
Component:  MythTV - General                    |     Version:  unknown
 Severity:  medium                              |     Mlocked:  0      
------------------------------------------------+---------------------------

Comment(by Jim Stichnoth <stichnot@…>):

 Here's a proper formatting of the sql code that needs to be run to use
 this patch:


 {{{
 CREATE TABLE IF NOT EXISTS playgroupsettings (
   playgroupname varchar(64) NOT NULL,
   `value` varchar(128) NOT NULL,
   `data` text,
   overridden tinyint(1) NOT NULL,
   PRIMARY KEY (playgroupname, `value`)
 );
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8088#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list