[mythtv-commits] Ticket #4501: Allow browsing across tuners

MythTV mythtv at cvs.mythtv.org
Thu Sep 25 20:51:59 UTC 2008


#4501: Allow browsing across tuners
----------------------------------------------+-----------------------------
 Reporter:  Ron Frazier <ron at ronfrazier.net>  |        Owner:  ijr    
     Type:  enhancement                       |       Status:  new    
 Priority:  minor                             |    Milestone:  unknown
Component:  mythtv                            |      Version:  head   
 Severity:  medium                            |   Resolution:         
  Mlocked:  0                                 |  
----------------------------------------------+-----------------------------

Comment(by skerit at kipdola.com):

 I'd love to use this patch, as the people I'm building a mythbox for don't
 want to switch to the channel guide just to switch 1 channel.

 There appears to be a problem with the ":BROWSETS" variable in some query:

 2008-09-25 22:49:14.023 Query contains bind value ":BROWSETS" twice:
 SELECT DISTINCT program.chanid, program.starttime, program.endtime,
 program.title, program.subtitle, program.description,
 program.category, channel.channum, channel.callsign,     channel.name,
 program.previouslyshown, channel.commmethod,     channel.outputfilters,
 program.seriesid, program.programid,     program.airdate, program.stars,
 program.originalairdate,     program.category_type, oldrecstatus.recordid,
 oldrecstatus.rectype, oldrecstatus.recstatus,     oldrecstatus.findid FROM
 program LEFT JOIN channel ON program.chanid = channel.chanid LEFT JOIN
 oldrecorded AS oldrecstatus ON     program.title = oldrecstatus.title AND
 channel.callsign = oldrecstatus.station AND     program.starttime =
 oldrecstatus.starttime  WHERE program.chanid = :CHANID  AND
 program.starttime <= :BROWSETS  AND program.endtime > :BROWSETS  GROUP BY
 program.starttime, channel.channum,   channel.callsign, program.title
 ORDER BY program.starttime,
 atsc_major_chan,atsc_minor_chan,channum,callsign  LIMIT 1000

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


More information about the mythtv-commits mailing list