[mythtv-commits] Ticket #4611: Autodiscovery broken

MythTV mythtv at cvs.mythtv.org
Sat Feb 16 11:21:53 UTC 2008


#4611: Autodiscovery broken
---------------------+------------------------------------------------------
 Reporter:  stuartm  |        Owner:  nigel  
     Type:  defect   |       Status:  started
 Priority:  major    |    Milestone:  0.21   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
  Mlocked:  0        |  
---------------------+------------------------------------------------------
Changes (by nigel):

  * status:  accepted => started


Comment:

 This change should work in -p situations, but I haven't tested with
 multiple backends env. yet.
 {{{
 % svn diff libmyth/backendselect.* libmyth/mythcontext.cpp
 Index: libmyth/backendselect.cpp
 ===================================================================
 --- libmyth/backendselect.cpp   (revision 16050)
 +++ libmyth/backendselect.cpp   (working copy)
 @@ -22,7 +22,8 @@

      UPnp::AddListener(this);

 -    FillListBox();
 +    UPnp::PerformSearch(gBackendURI);
 +    //FillListBox();

      m_backends->setFocus();
  }
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4611#comment:6>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list