[mythtv-users] MiroBridge

jr jraymyth at gmail.com
Sun Apr 25 21:15:25 UTC 2010


I have a test box running a fresh copy of FE/BE 0.23 Fixes.  Having
read about Miro, I decided to install it and followed the instructions
at the wiki.  I overcame a few hurdles, but am stumped by this one:

$ ./mirobridge/mirobridge.py
2010-04-25 16:48:01,970 - mirobridge - INFO - Using python library
'pyparsing' version 1.5.2
2010-04-25 16:48:02.083 Python Database Connection: Using connection
settings from /home/mythuser/.mythtv/config.xml
2010-04-25 16:48:02,147 - mirobridge - CRITICAL - MiroBridge must be
run on a MythTV backend, error(Could not find setting
'BackendServerIP' on host 'Papercut')

It is my understanding that config.xml is the key file for
establishing the link between MiroBridge and MythBackend.  Is there
something wrong with my config.xml (below).  Or any other ideas would
be welcome.


**config.xml**
<Configuration>
  <UPnP>
    <UDN>
      <MediaRenderer>db0be58e-8beb-400f-a6b1-6e54c988a47c</MediaRenderer>
    </UDN>
    <MythFrontend>
      <DefaultBackend>
        <DBHostName>localhost</DBHostName>
        <DBUserName>mythtv</DBUserName>
        <DBPassword>mythtv</DBPassword>
        <DBName>mythconverg</DBName>
        <DBPort>0</DBPort>
      </DefaultBackend>
    </MythFrontend>
  </UPnP>
</Configuration>


More information about the mythtv-users mailing list