[mythtv-commits] Ticket #12081: Setting a program to record from Program Schedule does not highlight/change status

MythTV noreply at mythtv.org
Wed Mar 26 18:26:16 UTC 2014


#12081: Setting a program to record from Program Schedule does not highlight/change
status
----------------------------------+-----------------------------
 Reporter:  deadletterfile@…      |          Owner:  gigem
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - Scheduling   |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by deadletterfile@…):

 Comments in commit 40d1fe8fdd02 state: `IsSameTimeslot()` becomes
 `IsSameTitleStartTimeAndChannel()`.

 In mythtv/libs/libmyth/programinfo.cpp:682 `IsSameTimeslot()` is instead
 replace by a new function `IsSameProgramAndStartTime`

 At least in this commit, line 682 is the only place this new function
 seems to
 be called.

 I replaced `IsSameProgramAndStartTime` with
 `IsSameTitleStartTimeAndChannel()`
 in commit 40d1fe8fdd02 i.e. line 682 is now:

         if `(!IsSameTitleStartTimeAndChannel(**it))`

 This one line change has restored previous behavior to my build.
 Highlighting
 of recordings previously set up exists in the 'Program Guide'. Shows newly
 selected in the 'Program Guide' for recording highlight as expected.

 I have run on commit 40d1fe8fdd02 modified as above for 48 hours. No
 negative impacts have yet been detected by this change. I have advanced to
 running commit a31b85a5dd (March 25, 2014) with this one line change.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12081#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list