mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
UI fixes/updates (#468)
* fix logging display * hue wizard add usrname * fix restartAction sometimes not executed * remove configRevision * remove v4l2 grabMode(2d/3d) * remove latchTime from configs not in main led device schema * config comment: all grabbers can crop * remove smoothing delay&pause for effects * finalize disable effects ui * fix empty effect selects * remote page add 2D/3D videoMode * add blackborder texts * Update EffectEngine.cpp
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
"general" :
|
||||
{
|
||||
"name" : "My Hyperion Config",
|
||||
"showOptHelp" : true,
|
||||
"configVersion" : 2
|
||||
"showOptHelp" : true
|
||||
},
|
||||
"logger" :
|
||||
{
|
||||
@@ -16,8 +15,7 @@
|
||||
"output" : "/dev/null",
|
||||
"rate" : 1000000,
|
||||
"colorOrder" : "rgb",
|
||||
"rewriteTime": 5000,
|
||||
"latchTime" : 10
|
||||
"rewriteTime": 5000
|
||||
},
|
||||
|
||||
"color" :
|
||||
@@ -69,7 +67,6 @@
|
||||
"frameDecimation" : 2,
|
||||
"sizeDecimation" : 8,
|
||||
"priority" : 240,
|
||||
"mode" : "2D",
|
||||
"useKodiChecker" : false,
|
||||
"cropLeft" : 0,
|
||||
"cropRight" : 0,
|
||||
@@ -137,7 +134,7 @@
|
||||
"effect" : "Rainbow swirl fast",
|
||||
"duration_ms" : 3000
|
||||
},
|
||||
|
||||
|
||||
"backgroundEffect" :
|
||||
{
|
||||
"enable" : true,
|
||||
@@ -162,14 +159,14 @@
|
||||
{
|
||||
"port" : 19445
|
||||
},
|
||||
|
||||
|
||||
"boblightServer" :
|
||||
{
|
||||
"enable" : false,
|
||||
"port" : 19333,
|
||||
"priority" : 201
|
||||
},
|
||||
|
||||
|
||||
"udpListener" :
|
||||
{
|
||||
"enable" : false,
|
||||
@@ -189,7 +186,8 @@
|
||||
|
||||
"effects" :
|
||||
{
|
||||
"paths" : ["../custom-effects"]
|
||||
"paths" : ["../custom-effects"],
|
||||
"disable": [""]
|
||||
},
|
||||
|
||||
"ledConfig" :
|
||||
@@ -207,7 +205,7 @@
|
||||
"overlap" : 0,
|
||||
"edgegap" : 0
|
||||
},
|
||||
|
||||
|
||||
"leds":
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user