GetKeys (MythXML)
From MythTV Official Wiki
Contents |
Description
Returns a list of all unique keys found in the `settings` table, in alphabetical order.
Inputs
None
Success
<?xml version="1.0" encoding="utf-8"?>
<GetKeysResponse>
<Count>649</Count>
<Keys>
<Key>AC3PassThru</Key>
<Key>AdjustFill</Key>
<Key>AdvancedAudioSettings</Key>
...
<Key>ZoneMinderServerIP</Key>
<Key>ZoneMinderServerPort</Key>
<Key>ZoneMinderTimeFormat</Key>
</Keys>
</GetKeysResponse>