{ "settingitems": { "picturemode": { "display-name": "Picture mode", "style": "title.value", "status": "disabled", "setting-ui": { "style": "bottom.ctxpopup" }, "data": { "key": "settings/picture/picturemode", "type": "integer", "list": [ { "display-value": "Standard", "value": "0" }, { "display-value": "Movie", "value": "1" } ] } }, "contrast": { "display-name": "Contrast", "style": "title.slider.value", "status": "disabled", "setting-ui": { "style": "slider.bottom" }, "data": { "type": "integer", "key": "settings/picture/contrast", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "brightness": { "display-name": "Brightness", "style": "title.slider.value", "status": "disabled", "setting-ui": { "style": "slider.bottom" }, "data": { "type": "integer", "key": "settings/picture/brightness", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "sharpness": { "display-name": "Sharpness", "style": "title.slider.value", "status": "disabled", "setting-ui": { "style": "slider.bottom" }, "data": { "type": "integer", "key": "settings/picture/sharpness", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "color": { "display-name": "Color", "style": "title.slider.value", "status": "disabled", "setting-ui": { "style": "slider.bottom" }, "data": { "provider": "picture-dataprovider", "type": "integer", "key": "settings/picture/color", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "tint": { "display-name": "Tint", "style": "title.2wayslider.value", "status": "disabled", "setting-ui": { "style": "2wayslider.bottom" }, "data": { "type": "integer", "key": "settings/picture/tint", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "homebaropacity": { "display-name": "Homebar Opacity", "style": "title.slider.value", "status": "disabled", "setting-ui": { "style": "slider.bottom" }, "data": { "provider": "picture-dataprovider", "type": "integer", "key": "settings/picture/homebaropacity", "slider": { "min": { "display-value": "0", "value": "0" }, "max": { "display-value": "100", "value": "100" }, "step": { "display-value": "1", "value": "1" } } } }, "Screenadjustment": { "display-name": "Screen adjustment", "style": "title.value", "status": "disabled", "setting-ui": { "style": "bottom.ctxpopup" }, "data": { "key": "settings/picture/screenadjustment", "type": "integer", "list": [ { "display-value": "16:9", "value": "0" }, { "display-value": "Auto wide", "value": "1" }, { "display-value": "Wide zoom", "value": "2" }, { "display-value": "4:3", "value": "3" }, { "display-value": "Screen fit", "value": "4" } ] } } }, "settingtree": { "picture": { "subsettingitems": [ "picturemode", "contrast", "brightness", "sharpness", "color", "tint", "homebaropacity", "Screenadjustment" ], "group": [ "contrast", "brightness", "sharpness", "color", "tint", "homebaropacity" ], "parentitem": "maincatalog" } } }