Config

ADMIN privilege is required for all of these functions except config/capabilities and serverinfo.

config/capabilities

Returns a list of some compile-time options which were used to build the software. Requires either 'Web Interface' or 'HTSP Interface' privilege.

[
   "caclient",
   "tvadapters",
   "imagecache",
   "timeshift",
   "trace",
   "libav"
]

config/load

Lists the details, descriptions, defaults and current values of the items in the GUI screen Configuration -> General -> Base. See Common Parameters for details of selection parameters.

config/save

Untested. Updates the server from an object in the format produced by config/load.

  • node The JSON object.

memoryinfo/class

Lists the details and descriptions of items in the TVH GUI screen Configuration -> Debugging -> Memory Information Entries.

memoryinfo/grid

Lists details of in-memory objects. See Common Parameters for details of selection parameters.

pathlist

Lists all of the api functions supported by the server.

serverinfo

Lists information about the server including the software version number.

Last updated

Was this helpful?