[mythtv-commits] Ticket #1249: Channel surfing may change inactive reclist items to rsRecorded.

MythTV mythtv at cvs.mythtv.org
Thu Feb 9 20:48:43 UTC 2006


#1249: Channel surfing may change inactive reclist items to rsRecorded.
---------------------+------------------------------------------------------
 Reporter:  bjm      |       Owner:  bjm 
     Type:  defect   |      Status:  new 
 Priority:  trivial  |   Milestone:  0.20
Component:  mythtv   |     Version:      
 Severity:  low      |  
---------------------+------------------------------------------------------
 To reproduce, create or find a show marked as rsPreviousRecording that is
 currently showing. Enter liveTV and change channels to the station of the
 show marked as previously recorded. Exit live and go to Upcoming
 Recordings. This show is now displayed as rsRecorded.

 This is only cosmetic. This can be avoided if (curRec->recgroup !=
 "LiveTV") before updating recording status in FinishedRecording. However,
 the in memory recgroup is not updated after TOGGLERECORD so it fails to
 inform the scheduler that a recording has finished when a show was live
 then transitioned to recording. A low risk solution is not obvious.

 I can fix this later. I'm not going to risk new bugs for something
 cosmetic like this.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1249>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list