[mythtv-commits] Ticket #11989: OSD, EPG Position & Live TV file metadata does not change along with the channel, in LiveTV

MythTV noreply at mythtv.org
Sat Jan 11 21:40:07 UTC 2014


#11989: OSD, EPG Position & Live TV file metadata does not change along with the
channel, in LiveTV
-------------------------------------------+----------------------------
 Reporter:  John Bergqvist <John@…>        |          Owner:  stichnot
     Type:  Bug Report - General           |         Status:  accepted
 Priority:  major                          |      Milestone:  unknown
Component:  MythTV - General               |        Version:  0.27-fixes
 Severity:  medium                         |     Resolution:
 Keywords:  LiveTV,Channel,Change,OSD,EPG  |  Ticket locked:  0
-------------------------------------------+----------------------------

Comment (by warpme@…):

 It looks like following patch solves issue. Only lightly tested....


 {{{
 diff -Naur mythtv-0.27-build-old/mythtv/libs/libmythtv/tv_rec.cpp
 mythtv-0.27-build-new/mythtv/libs/libmythtv/tv_rec.cpp
 --- mythtv-0.27-build-old/mythtv/libs/libmythtv/tv_rec.cpp      2014-01-11
 22:03:15.000000000 +0100
 +++ mythtv-0.27-build-new/mythtv/libs/libmythtv/tv_rec.cpp      2014-01-11
 22:07:04.523642305 +0100
 @@ -3860,6 +3860,8 @@
          }
          else if (request.progNum >= 0)
          {
 +            channel->SetChannelByString(request.channel);
 +
              if (mpeg)
                  mpeg->SetDesiredProgram(request.progNum);
          }
 }}}

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


More information about the mythtv-commits mailing list