These setting tell MythQML where to find the MythTV backend and MythTV database.
If you have a working MythTV frontend you can get some of these setting from the MythTV config.xml configuration file typically found in the users home directory in the hidden .mythtv directory (eg. /home/paul/.mythtv/config.xml).
NOTE: Future versions of MythQML will use only the MythTV services API and so only need to know where to find the MythTV backend and not require the database access. At the moment the API is not feature complete or reliable enough to use for everything but that will change eventually.
This is the IP address of the master backend (eg. 192.168.1.100). If the backend is on the same machine as MythQML then you can use 127.0.0.1
Default is 127.0.0.1
This is the port used by the master backend (eg. 6544).
Most users use the default setting.Default is 6544
This is the pin used by the master backend (eg. 1234).
Most users use the default setting.Default is 0000
This is the IP address of the Mysql database (eg. 192.168.1.100). This is typically on the same IP address as the backend.
Default is 127.0.0.1
This is the port used by the Mysql Database (eg. 3306).
Most users use the default setting.Default is 3306
This is the username to use to login to the Mysql database (eg. mythtv).
NOTE this is not necessarily the same as the user name used to login to your computer. Most users use the default setting.Default is mythtv
This is the password to use to login to the Mysql database (eg. mythtv).
NOTE this is not necessarily the same as the password used to login to your computer. On Ubuntu the MythTV packages create a random 10 character password that you can find in the config.xml file (See above).Default is mythtv
This is the name of the database to use in Mysql (eg. mythconverg).
Most users use the default setting.Default is mythconverg
You must click on the Save button or press GREEN (F2) to save your settings.
If you run mythtv-setup it's on the General->Host Address Backend Setup page called Security PIN (required). If you know the backend IP address you can also use the Services API to get the SecurityPin setting.
http://192.168.1.36:6544/Myth/GetSetting?Key=SecurityPin
None