[mythtv-commits] Ticket #1208: http status page cuts off descriptions on remote encoder status

MythTV mythtv at cvs.mythtv.org
Mon Feb 6 07:22:56 UTC 2006


#1208: http status page cuts off descriptions on remote encoder status
-------------------------------+--------------------------------------------
 Reporter:  bobnvic at gmail.com  |        Owner:  ijr     
     Type:  defect             |       Status:  reopened
 Priority:  minor              |    Milestone:          
Component:  mythtv             |      Version:          
 Severity:  low                |   Resolution:          
-------------------------------+--------------------------------------------
Comment (by oscar):

 Don't know if this is enough, can't test with a remote backend, but it
 works with LiveTV.

 {{{
 Index: mainserver.cpp
 ===================================================================
 --- mainserver.cpp      (revision 8863)
 +++ mainserver.cpp      (working copy)
 @@ -3736,8 +3736,8 @@
                  case kState_RecordingOnly:
                  case kState_WatchingRecording:
                  {
 -                    if (isLocal)
 -                    {
 +                    //if (isLocal)
 +                    //{
                          ProgramInfo *pInfo = elink->GetRecording();

                          if (pInfo)
 @@ -3745,7 +3745,7 @@
                              FillProgramInfo(pDoc, encoder, pInfo);
                              delete pInfo;
                          }
 -                    }
 +                    //}

                      break;
                  }
 }}}

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


More information about the mythtv-commits mailing list