Application configuration items

The KreaTV Application Suite has a number of configuration items used by one or more of the applications. It is recommended by application developers to use the same configuration items when possible.

In run-time, configuration items in the IP-STB are handled by the mechanism provided by the Information Service. Each configuration item is represented by a specific information object and all objects managed by the Information Service are organized in the common Information Service storage structure. The information objects representing application configuration items are no exceptions to this rule.

Application Suite configuration items
Object Name Object Comment Values Sources
CMD_REBOOTQUERY_MESSAGE cmd.rebootquery.message A request for IP-STB Reboot.

This message is set by the platform if a user dialog should be shown.

Type:
XML file, see notes

Value set:
See remote reboot DTD.

Example:
See remote reboot example.

  1. Volatile
CMD_REBOOTQUERY_RESPONSE cmd.rebootquery.response Response for IP-STB reboot request.

If set to "Yes" after a remote reboot query, the STB reboots immediately. If set to "No", the STB will be rebooted during next standby.

Type:
String, see notes

Value set:
Yes | No

  1. Volatile
CFG_LOCALE_UI cfg.locale.ui
(deprecated alias: config.uilanguage)
The language used for text strings in applications and by the EIT cache to decide which data to store. The format is xx-YY, where xx is defined by ISO 639-2 and YY defined by ISO 3166-1 alpha-2.
Note that only the most common languages are supported by the applications in the KreaTV application suite.

Examples:
en-US: English language, US keyboard layout.
sv-SE: Swedish language, Swedish keyboard layout
Type:
String, see notes

Value set:
See ISO documents.

Default:
en-US

  1. Volatile
  2. Flash File System
  3. Infocast
  4. Default
CFG_MEDIA_CHANNELTABLE cfg.media.channeltable The channel table. Type:
Text file

Value set:
See cfg.media.channeltable description.

Default:
Empty channel table

Example:
See cfg.media.channeltable example.

  1. Infocast
  2. Default
CFG_PORTAL_DISPLAYBUFFER_HD_WIDTH
CFG_PORTAL_DISPLAYBUFFER_HD_HEIGHT
CFG_PORTAL_DISPLAYBUFFER_SD_WIDTH
CFG_PORTAL_DISPLAYBUFFER_SD_HEIGHT
cfg.portal.displaybuffer.hd.width
cfg.portal.displaybuffer.hd.height
cfg.portal.displaybuffer.sd.width
cfg.portal.displaybuffer.sd.height
The actual size of the display buffers for the video outputs. If the width or height is larger than the maximum value defined in the application property file, the maximum value will be used instead. Type:
Integer

Value set:
See portal application graphics configuration.

Default:
width:follow height:follow

  1. Volatile
  2. Flash File System
  3. Infocast
  4. Default
CFG_PORTAL_PROXYLIST cfg.portal.proxylist
(deprecated alias: config.proxylist)
Configuration of external HTTP/HTTPS proxies.

Used by the web and portal applications.

See the proxy list definition for further description.

Type:
XML file, see notes

Value set:
See proxy list DTD.

Example:
See proxy list example.

  1. Volatile
  2. Flash File System
  3. Infocast
CFG_PORTAL_RENDERINGBUFFER_WIDTH
CFG_PORTAL_RENDERINGBUFFER_HEIGHT
cfg.portal.renderingbuffer.width
cfg.portal.renderingbuffer.height
The actual size of the rendering buffer. If the width or height is larger than the maximum value defined in the application property file, the maximum value will be used instead. Type:
Integer

Value set:
See portal application graphics configuration.

Default:
width:followhd height:followhd

  1. Volatile
  2. Flash File System
  3. Infocast
  4. Default
CFG_PORTAL_RENDERINGMODE_HD
CFG_PORTAL_RENDERINGMODE_SD
cfg.portal.renderingmode.hd
cfg.portal.renderingmode.sd
Specifies whether to output graphics, subtitles and video on the output or just full-screen video and subtitles. Type:
String

Value set:
See portal application graphics configuration.

Default:
graphics

  1. Volatile
  2. Flash File System
  3. Infocast
  4. Default
CFG_PORTAL_WHITELISTURLS cfg.portal.whitelisturls
(deprecated alias: config.portalurls)
The URL of the portals.

Used by the portal application.

See the portal URL definition for further description.

Type:
XML file, see notes

Value set:
See portal URLs DTD.

Example:
See portal URLs example.

  1. Volatile
  2. Flash File System
  3. Infocast
CFG_WEBKIT_USERAGENT cfg.webkit.useragent If set to a non-empty value, webkit will use the value as the user-agent string in the HTTP request. Otherwise webkit will use the default value "Motorola KreaTV STB (Linux)/WebKit". Type: String
  1. Volatile
  2. Flash File System
  3. Infocast