mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
priorities rework, webc update (#366)
* update * update * tabs test * update * test * ... * fix editor * update ui * fix visual glitch if help is off * fix fadecandy error and th [skip ci]
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"type" : "object",
|
||||
"title" : "edt_conf_gen_heading_title",
|
||||
"required" : true,
|
||||
"defaultProperties": ["name"],
|
||||
"properties" :
|
||||
{
|
||||
"name" :
|
||||
@@ -47,6 +46,9 @@
|
||||
"type" : "string",
|
||||
"enum" : ["silent", "warn", "verbose", "debug"],
|
||||
"title" : "edt_conf_log_level_title",
|
||||
"options" : {
|
||||
"enum_titles" : ["edt_conf_enum_logsilent", "edt_conf_enum_logwarn", "edt_conf_enum_logverbose", "edt_conf_enum_logdebug"]
|
||||
},
|
||||
"default" : "warn"
|
||||
}
|
||||
},
|
||||
@@ -62,8 +64,7 @@
|
||||
{
|
||||
"type" :
|
||||
{
|
||||
"type" : "string",
|
||||
"required" : true
|
||||
"type" : "string"
|
||||
},
|
||||
"ledCount" :
|
||||
{
|
||||
@@ -100,13 +101,12 @@
|
||||
"type":"object",
|
||||
"title" : "edt_conf_color_heading_title",
|
||||
"required" : true,
|
||||
"defaultProperties": ["imageToLedMappingType","channelAdjustment_enable","channelAdjustment"],
|
||||
"properties":
|
||||
{
|
||||
"imageToLedMappingType" :
|
||||
{
|
||||
"type" : "string",
|
||||
"title" : "edt_conf_color_imageToLedMappingType",
|
||||
"title" : "edt_conf_color_imageToLedMappingType_title",
|
||||
"enum" : ["multicolor_mean", "unicolor_mean"],
|
||||
"default" : "multicolor_mean",
|
||||
"options" : {
|
||||
@@ -117,14 +117,14 @@
|
||||
"channelAdjustment_enable" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"title" : "edt_conf_color_channelAdjustment_enable",
|
||||
"title" : "edt_conf_color_channelAdjustment_enable_title",
|
||||
"default" : true,
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"channelAdjustment_v4l_only" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"title" : "edt_conf_color_channelAdjustment_v4l_only",
|
||||
"title" : "edt_conf_color_channelAdjustment_v4l_only_title",
|
||||
"default" : false,
|
||||
"propertyOrder" : 3
|
||||
},
|
||||
@@ -143,7 +143,7 @@
|
||||
"id" :
|
||||
{
|
||||
"type" : "string",
|
||||
"title" : "edt_conf_color_id",
|
||||
"title" : "edt_conf_color_id_title",
|
||||
"required" : true,
|
||||
"default" : "A userdefined name",
|
||||
"propertyOrder" : 1
|
||||
@@ -151,7 +151,7 @@
|
||||
"leds" :
|
||||
{
|
||||
"type" : "string",
|
||||
"title" : "edt_conf_color_leds",
|
||||
"title" : "edt_conf_color_leds_title",
|
||||
"required" : true,
|
||||
"default" : "*",
|
||||
"propertyOrder" : 2
|
||||
@@ -159,7 +159,7 @@
|
||||
"black" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_black",
|
||||
"title" : "edt_conf_color_black_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [0,0,0],
|
||||
@@ -175,7 +175,7 @@
|
||||
"white" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_white",
|
||||
"title" : "edt_conf_color_white_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [255,255,255],
|
||||
@@ -191,7 +191,7 @@
|
||||
"red" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_red",
|
||||
"title" : "edt_conf_color_red_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [255,0,0],
|
||||
@@ -207,7 +207,7 @@
|
||||
"green" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_green",
|
||||
"title" : "edt_conf_color_green_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [0,255,0],
|
||||
@@ -223,7 +223,7 @@
|
||||
"blue" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_blue",
|
||||
"title" : "edt_conf_color_blue_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [0,0,255],
|
||||
@@ -239,7 +239,7 @@
|
||||
"cyan" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_cyan",
|
||||
"title" : "edt_conf_color_cyan_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [0,255,255],
|
||||
@@ -255,7 +255,7 @@
|
||||
"magenta" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_magenta",
|
||||
"title" : "edt_conf_color_magenta_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [255,0,255],
|
||||
@@ -271,7 +271,7 @@
|
||||
"yellow" :
|
||||
{
|
||||
"type" : "array",
|
||||
"title" : "edt_conf_color_yellow",
|
||||
"title" : "edt_conf_color_yellow_title",
|
||||
"format" : "colorpicker",
|
||||
"required" : true,
|
||||
"default": [255,255,0],
|
||||
@@ -287,7 +287,7 @@
|
||||
"brightnessMin" :
|
||||
{
|
||||
"type" : "number",
|
||||
"title" : "edt_conf_color_brightness_min",
|
||||
"title" : "edt_conf_color_brightness_min_title",
|
||||
"required" : true,
|
||||
"minimum" : 0.0,
|
||||
"maximum": 1.0,
|
||||
@@ -298,7 +298,7 @@
|
||||
"brightness" :
|
||||
{
|
||||
"type" : "number",
|
||||
"title" : "edt_conf_color_brightness",
|
||||
"title" : "edt_conf_color_brightness_title",
|
||||
"required" : true,
|
||||
"minimum" : 0.0,
|
||||
"maximum": 1.0,
|
||||
@@ -309,7 +309,7 @@
|
||||
"gammaRed" :
|
||||
{
|
||||
"type" : "number",
|
||||
"title" : "edt_conf_color_gamma_red",
|
||||
"title" : "edt_conf_color_gamma_red_title",
|
||||
"required" : true,
|
||||
"minimum" : 0.0,
|
||||
"maximum": 100.0,
|
||||
@@ -320,7 +320,7 @@
|
||||
"gammaGreen" :
|
||||
{
|
||||
"type" : "number",
|
||||
"title" : "edt_conf_color_gamma_green",
|
||||
"title" : "edt_conf_color_gamma_green_title",
|
||||
"required" : true,
|
||||
"minimum" : 0.0,
|
||||
"maximum": 100.0,
|
||||
@@ -331,7 +331,7 @@
|
||||
"gammaBlue" :
|
||||
{
|
||||
"type" : "number",
|
||||
"title" : "edt_conf_color_gamma_blue",
|
||||
"title" : "edt_conf_color_gamma_blue_title",
|
||||
"required" : true,
|
||||
"minimum" : 0.0,
|
||||
"maximum": 100.0,
|
||||
@@ -493,9 +493,9 @@
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 100,
|
||||
"maximum" : 2000000000,
|
||||
"maximum" : 253,
|
||||
"title" : "edt_conf_general_priority_title",
|
||||
"default" : 900,
|
||||
"default" : 240,
|
||||
"propertyOrder" : 9
|
||||
},
|
||||
"mode" :
|
||||
@@ -679,8 +679,8 @@
|
||||
"type" : "integer",
|
||||
"title" : "edt_conf_general_priority_title",
|
||||
"minimum" : 100,
|
||||
"maximum" : 2000000000,
|
||||
"default" : 890
|
||||
"maximum" : 253,
|
||||
"default" : 250
|
||||
},
|
||||
"cropLeft" :
|
||||
{
|
||||
@@ -815,6 +815,9 @@
|
||||
"title": "edt_conf_bb_mode_title",
|
||||
"enum" : ["default", "classic", "osd"],
|
||||
"default" : "default",
|
||||
"options" : {
|
||||
"enum_titles" : ["edt_conf_enum_bbdefault", "edt_conf_enum_bbclassic", "edt_conf_enum_bbosd"]
|
||||
},
|
||||
"propertyOrder" : 7
|
||||
}
|
||||
},
|
||||
@@ -1109,8 +1112,8 @@
|
||||
"type" : "integer",
|
||||
"title" : "edt_conf_general_priority_title",
|
||||
"minimum" : 100,
|
||||
"maximum" : 2000000000,
|
||||
"default" : 800,
|
||||
"maximum" : 253,
|
||||
"default" : 200,
|
||||
"propertyOrder" : 3
|
||||
}
|
||||
},
|
||||
@@ -1150,8 +1153,8 @@
|
||||
"type" : "integer",
|
||||
"title" : "edt_conf_general_priority_title",
|
||||
"minimum" : 100,
|
||||
"maximum" : 2000000000,
|
||||
"default" : 800,
|
||||
"maximum" : 253,
|
||||
"default" : 200,
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"timeout" :
|
||||
|
Reference in New Issue
Block a user