[mythtv-commits] Ticket #1336: Unknown column 'parentid' in 'where clause' (in capturecard)

MythTV mythtv at cvs.mythtv.org
Sun Feb 19 14:25:11 UTC 2006


#1336: Unknown column 'parentid' in 'where clause' (in capturecard)
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr 
     Type:  defect     |       Status:  new 
 Priority:  minor      |    Milestone:      
Component:  mythtv     |      Version:  head
 Severity:  medium     |   Resolution:      
-----------------------+----------------------------------------------------
Comment (by Webmaaschter - a t - gmx.de):

 If you want to watch recordings this error occurs:[[br]]
 Unknown column 'transcoded' in 'field list'[[br]]

 Backend tries this:
 SELECT
 recorded.chanid,recorded.starttime,recorded.endtime,recorded.title,recorded.subtitle,recorded.description,recorded.hostname,channum,name,callsign,commflagged,cutlist,recorded.autoexpire,editing,bookmark,recorded.category,recorded.recgroup,record.dupin,record.dupmethod,record.recordid,outputfilters,recorded.seriesid,recorded.programid,recorded.filesize,
 recorded.lastmodified, recorded.findid, recorded.originalairdate,
 recorded.playgroup, recorded.basename, recorded.progstart,
 recorded.progend, recorded.stars, recordedprogram.stereo,
 recordedprogram.hdtv, recordedprogram.closecaptioned, transcoded FROM
 recorded LEFT JOIN record ON recorded.recordid = record.recordid LEFT JOIN
 channel ON recorded.chanid = channel.chanid LEFT JOIN recordedprogram ON
 (recorded.chanid = recordedprogram.chanid AND recorded.starttime =
 recordedprogram.starttime) WHERE (recorded.deletepending = 0 OR
 DATE_ADD(recorded.lastmodified, INTERVAL 5 MINUTE) <= NOW()) ORDER BY
 recorded

 Again: adding column 'transcoded' results in working mythtv.

 BTW: I just added 'transcoded' and 'parentid' as tinyint with standard=0
 ...don't know if i can leave that like that.

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


More information about the mythtv-commits mailing list