[mythtv-commits] Ticket #3662: MediaMonitor may want to ignore some devices

MythTV mythtv at cvs.mythtv.org
Sun Jul 15 23:44:28 UTC 2007


#3662: MediaMonitor may want to ignore some devices
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  nigel 
     Type:  enhancement  |       Status:  closed
 Priority:  minor        |    Milestone:  0.21  
Component:  mythtv       |      Version:  head  
 Severity:  low          |   Resolution:  fixed 
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by anonymous):

 Hola! Jose. All those formats should be acceptable, and a frontend (not
 backend) restart is needed. I will try and add an example in the Setup
 help text, but I am not sure there will be enough room to also say "You
 need to start the frontend for a change here to take effect".
 [[BR]]
 If it isn't working for you, try adding some debug, like this:
 {{{
 Index: mythmediamonitor.cpp
 ===================================================================
 --- mythmediamonitor.cpp        (revision 13882)
 +++ mythmediamonitor.cpp        (working copy)
 @@ -539,6 +539,12 @@
          VERBOSE(VB_MEDIA, "Ignoring device: " + device->getDevicePath());
          return true;
      }
 +    else
 +    {
 +        VERBOSE(VB_MEDIA, "Not ignoring: " + device->getDevicePath()
 +                          + " / " + device->getMountPath());
 +        VERBOSE(VB_MEDIA, "Paths not in: " + m_IgnoreList.join(", "));
 +    }

      return false;
  }

 }}}

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


More information about the mythtv-commits mailing list