Myth Protocol Command QUERY SETTING
From MythTV
Contents |
[edit]
QUERY_SETTING
[edit]
Arguments
Command arguments: QUERY_SETTING <host name> <setting name>
List arguments: none
[edit]
Examples
Command:
26 QUERY_SETTING mythtv Theme
Response:
10 MythCenter
[edit]
Description
Queries the remote host for a specific setting. The backend will look in the MySQL database table 'settings', and attempt to return the value for the given setting. It seems only settings with the hostname set can be retrieved by this call
[edit]
Returns
The value of the requested setting, or -1 if the setting cannot be found
