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.
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:
Example: |
|
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: |
|
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: Default: |
|
CFG_MEDIA_CHANNELTABLE | cfg.media.channeltable | The channel table. |
Type: Text file Value set:
Default:
Example: |
|
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: 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:
Example: |
|
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: 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: 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:
Example: |
|
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 |
|