GetKeys (MythXML)

From MythTV Official Wiki
Revision as of 03:52, 8 September 2010 by Wagnerrp (talk | contribs) (Created page with '== Description == Returns a list of all unique keys found in the `settings` table, in alphabetical order. == Inputs == None == Success == <pre> <?xml version…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>

Failure