[mythtv-users] MiroBridge

Doug Vaughan r.d.vaughan at rogers.com
Sun Apr 25 22:45:56 UTC 2010


jr,
    MiroBridge must physically be run on a MythTV backend because it 
deals with local files. That being said MiroBridge uses the PC's 
hostname to check that the PC is a backend. The specific setting 
MiroBridge is checking in the data base table 'settings' is 
'BackendServerIP'. So specifically in your case the PC's hostname 
(Papercut) does not have a matching 'BackendServerIP' record in the 
'settings' table.

Here is a command line to see what your current settings are:   
 > mysql -u mythtv -p mythconverg -e "SELECT * FROM settings WHERE value 
LIKE 'BackendServerIP'"

You will need to enter your password of "mythtv" to see the results.

Until the hostname on your PCs backend, that you will be running 
MiroBridge, has the appropriate record MiroBridge will not run.


More information about the mythtv-users mailing list