en:provisioning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:provisioning [2019/06/25 14:48]
Alexander [Restrict access to mediacenter settings]
en:provisioning [2019/08/08 09:57]
Alexander [Restrict access to mediacenter settings]
Line 492: Line 492:
  
 ==== Appearance settings ==== ==== Appearance settings ====
- 
  
 <code xml> <code xml>
Line 503: Line 502:
   <​display_channel_numbers value="​true"​ />   <​display_channel_numbers value="​true"​ />
   <​channel_icons_aspect value="​1.777"/>​   <​channel_icons_aspect value="​1.777"/>​
 +  <​display_channel_has_archive value="​true"​ />
 +  <​background_picture value="​Custom"​ force="​true">​
 +    <picture name="​Custom"​ url="​http://​domain/​Custom.png"/>​
 +  </​background_picture>​
 </​appearance>​ </​appearance>​
 </​code>​ </​code>​
Line 515: Line 518:
   * //​channel_icons_aspect//​ - Channel icon images aspect ration (aspect=width/​height). Used for UI channel layout optimizations (supported from firmware 4.0.20).   * //​channel_icons_aspect//​ - Channel icon images aspect ration (aspect=width/​height). Used for UI channel layout optimizations (supported from firmware 4.0.20).
   * //​home_uri//​ - Defines [[en:​stb:​system_uri|System URI]], that will be executed on Home key press instead of launching Home screen (supported from fw 4.2.12).   * //​home_uri//​ - Defines [[en:​stb:​system_uri|System URI]], that will be executed on Home key press instead of launching Home screen (supported from fw 4.2.12).
-\\+  * //​display_channel_has_archive//​ - activates (if //true//) display of archive enabled icon in channel list. Supported from firmware 4.2.16. 
 +  * //​background_picture//​ - defines monochrome background image for the home screen (and some other apps). //value// - sets up identifier for the image. Identifier can be internal (like: //waves//, //​triangles//​) or one of the list of <​picture>​ tags. <​picture>​ tag attributes: //name// - background identifier, //url// - URL of 8-bit monochrome PNG image. Supported from firmware 4.2.16. 
 To force some settings to apply use attribute force with value="​true"​ To force some settings to apply use attribute force with value="​true"​
  
Line 785: Line 790:
 //​pref_security_tvfiltertype//​ - Filtering type (black/​white)\\ //​pref_security_tvfiltertype//​ - Filtering type (black/​white)\\
 //​pref_security_operatorlock//​ - Adult channels block\\ //​pref_security_operatorlock//​ - Adult channels block\\
 +//​pref_security_allowtv//​ - Enable/​disable Watch TV\\
 +//​pref_security_allowmediaplayer//​ - Enable/​disable Mediaplayer\\
 +//​pref_security_allowdvr//​ - Enable/​disable DVR\\
 +//​pref_security_allowcctv//​ - Enable/​disable CCTV\\
 //​pref_security_allowwebapps//​ - Enable/​disable web apps\\ //​pref_security_allowwebapps//​ - Enable/​disable web apps\\
 //​pref_security_allowapps//​ - Enable/​disable Android apps \\ //​pref_security_allowapps//​ - Enable/​disable Android apps \\
en/provisioning.txt · Last modified: 2023/12/20 16:29 by Vladimir Manov