Tizen Display Profile Settings v1.8.13
- Xibo for Android
- DSDevices DSCS9X/95 Set-up Guide
- Install a White Label or a different Player version on DSDevices
- CEC Screen Power on/off with DSDevices
- Hardware Recommendations
- Philips Signage SoC Monitors
- Sony Bravia SoC
- Hisense Commercial Displays SoC
- Managing Storage on the Android Device
- Player Settings
- Players without an Internet Connection
- Remote Administration with SS Helper
- Restart Rooted Device with a Shell Command
- Running Xibo for Android
- Resolving Common Issues
- Error shown when I try to licence my Player?
- Player not updating from the CMS?
- I can see my Licence entry but the Player appears unlicensed?
- Error message - Player is missing dependencies
- My scheduled Layouts are not working?
- Layout won't play? Splash screen plays?
- Watchdog error message
- Troubleshooting for Administrators
- Audit Trail
- Log Information
- Player Logs
- Getting the Player Status
- Request Player Status via CMS - Logged in Players only
- Request Player Status directly from a Device
- Can I use the Xibo name / logo?
- Can I run a Xibo Player on Raspberry Pi?
- How can I increase the upload file size limit?
- How do Players communicate with the CMS?
- How many displays can Xibo support?
- How do I reset the Xibo_admin account password?
- Power On/Off for Players
- Testing with Xibo
- Why do I need a Default Layout?
- Xibo for Android FAQ's
- Autoplaying Embedded Youtube Videos
- Closing to Home screen
- Displaying Images
- Embedded TV
- External SD card not listed when running Banana-Pi
- Helper Command to change Time zone
- HTML5 Video
- Memory Notifications
- Menu not accessible
- SSL Support
- Using Portrait Displays
- Video wont play properly
On this page
Tizen Display Profile Settings v1.8.13
Please note: If you are using v2 and later CMS, please use the following link: Tizen Display Profile Settings.
Settings for the Xibo for the Tizen Player and the monitor itself can be controlled in the CMS .
This can be done via Tizen Display Profile settings or by Commands sent directly to the Display.
This page will explain what settings can be set on the Tizen Display Profile and how those impact the Xibo for Tizen Player.
- Navigate to the Display Settings page under the Displays section of the main menu of the CMS.
- Use the row menu to Edit your Tizen Display Profile.
This section will focus on three important tabs on the Edit form, the On/Off Time, Picture and Lock tabs.
On/Off Time
The Xibo for Tizen Player can be configured to switch the TV screen On/Off at specific times on specific days of the week by providing a JSON object with specified days and on/off times for the Tizen Player.
- Days need to be completed in whole and only in lowercase eg. monday
- Times need to be provided in the usual 24h time format eg. 17:30
An example of the JSON object correctly formatted to provide for one day is shown below:
{"monday":{"on":"07:00", "off":"17:30"}}
This means on Monday at 7am the display will turn on and at 5:30pm the display will turn off.
Please note: When the "off"
Command is sent, the Player will still work in the background to receive content updates etc, and only the TV screen will be switched off.
An example of the JSON object correctly formatted for a whole week is shown below:
{"monday":{"on":"07:00", "off":"17:30"},"tuesday":{"on":"07:00", "off":"21:00"},"wednesday":{"on":"07:00", "off":"17:30"},"thursday":{"on":"07:00", "off":"21:00"},"friday":{"on":"07:00", "off":"21:00"},"saturday":{"on":"07:00", "off":"15:30"}, "sunday":{"on":"07:00", "off":"14:30"}}
This feature allows you to plan exact timings on the days you require Xibo for Tizen to automatically switch on to show your Scheduled content and switch off as required.
Picture
Provide a JSON object to control various monitor settings such as backlight, contrast, brightness etc.
- An example of the JSON object correctly formatted to provide backlight and brightness set to 20 gamma high, is shown below:
{"backlight": 20, "brightness":20, "gamma": "high"}
- A list of all the available settings and their ranges is shown below:
Setting name | Data Type | Explanation and Range |
---|---|---|
backlight | Number | The backlight level of the display. Range: [0–100] |
contrast | Number | The contrast level of the display. Range: [0–100] |
brightness | Number | The brightness of the display. Range: [0–100] |
sharpness | Number | The sharpness of the display. Range: [0–50] |
hSharpness | Number | The horizontal sharpness of the display. Range: [0–50] |
vSharpness | Number | The vertical sharpness of the display. Range: [0–50] |
color | Number | The color saturation of the display. Range: [0–100] |
tint | Number | The tint of the display. Range: [0–100] Red: 0, Green: 100 |
colorTemperature | Number | The color temperature of the display. Range: [0–100] Warm: 0, Cool: 100 |
dynamicContrast | String | The dynamic contrast level of the display. Range: [“off”, “low”, “medium”, “high”] |
superResolution | String | The super resolution level of the display. Range: [“off”, “low”, “medium”, “high”] |
colorGamut | String | Color Gamut of the display Range: [“normal”, “extended”] |
dynamicColor | String | Dynamic color saturation level of the display. Range: [“off”, “low”, “medium”, “high”] |
noiseReduction | String | Noise reduction level of the display. Range: [“auto”, “off”, “low”, “medium”, “high”] |
mpegNoiseReduction | String | The MPEG noise reduction level of the display. Range: [“auto”, “off”, “low”, “medium”, “high”] |
blackLevel | String | The black level of the display. Range: [“low”, “high”] |
gamma | String | The gamma level of the display. Range: [“low”, “medium”, “high”, “high2”] |
Lock
Provide a JSON object to control osdlock with true or false values on this tab.
osdlock - with this setting you will not be able to access the monitor settings, change volume, brightness etc from the remote control.
It is also possible to send osdlock with true or false values via a Display Command
- To pass the settings to the Player you need to provide a JSON object, as formatted in the example below:
{"osdlock": true}
With this set in the Display Profile, the osd of the monitor will be locked.
It is important to note that Settings applied to a Display Profile will override individually sent Commands at some future point (most likely at the next collection interval) when the Display will revert to the original setting as specified in the Display Profile.
Keylock
Please note: Keylock settings are supported from v1.8 R107 and later.
Keylock settings can be set remote
and/or local
with accepted values: allowall
and blockall
.
These settings allow the User to completely block key input on the remote and/or on the monitor itself.
- To pass the settings to the Player you need to provide a JSON object, as formatted in the example below:
{"keylock":{"local":"blockall","remote":"blockall"}}
With the above JSON object set in the Display Profile all keys on the monitor will have access blocked.