[mythtv-users] advanced recording options deletes default recording profile, update.

D Banerjee davatar at comcast.net
Tue Sep 30 11:44:31 EDT 2003


So from last time, the story is after I browsed to the advanced recording
options for one program, _every_ new scheduled recording now uses
12.8GB/hour. (i.e. mythweb, where there are no advanced options) I found the
sql entry, you can see below that the default profile is '0', whereas
"default" is defined as '1', "livetv" as '2', and "transcode" as '3'. Now
the question is how do I set it back to "1"?

     202 CREATE TABLE codecparams (
     203   profile int(10) unsigned NOT NULL default '0',
     204   name varchar(128) NOT NULL default '',
     205   value varchar(128) default NULL,
     206   PRIMARY KEY  (profile,name)
     207 ) TYPE=MyISAM;


Thanks,
Dave




More information about the mythtv-users mailing list