add readme
This commit is contained in:
parent
ab7dd65837
commit
b50bb5b24d
25
README.md
25
README.md
|
@ -84,20 +84,25 @@ This example will show you how to setup the curriculum with KWGT, for KWLP the p
|
||||||
"config_visible": "$if((mi(artist) \u003d \"\" | mi(state) !\u003d PLAYING) \u0026 br(qvalentin, rapla-active) \u003d \"True\", ALWAYS, NEVER)$"
|
"config_visible": "$if((mi(artist) \u003d \"\" | mi(state) !\u003d PLAYING) \u0026 br(qvalentin, rapla-active) \u003d \"True\", ALWAYS, NEVER)$"
|
||||||
},
|
},
|
||||||
"position_anchor": "TOP",
|
"position_anchor": "TOP",
|
||||||
"position_padding_top": 375.0,
|
|
||||||
"viewgroup_items": [
|
"viewgroup_items": [
|
||||||
{
|
{
|
||||||
"internal_globals": {
|
"internal_globals": {
|
||||||
"paint_color": "backgrou"
|
"paint_color": "backgrou"
|
||||||
},
|
},
|
||||||
"internal_toggles": {
|
"internal_toggles": {
|
||||||
"paint_color": 100
|
"paint_color": 100,
|
||||||
|
"shape_width": 10,
|
||||||
|
"shape_height": 10
|
||||||
},
|
},
|
||||||
"internal_type": "ShapeModule",
|
"internal_type": "ShapeModule",
|
||||||
"shape_height": 1080.0,
|
"shape_height": 1080.0,
|
||||||
"shape_width": 720.0,
|
"shape_width": 720.0,
|
||||||
"shape_type": "RECT",
|
"shape_type": "RECT",
|
||||||
"position_anchor": "TOP"
|
"position_anchor": "TOP",
|
||||||
|
"internal_formulas": {
|
||||||
|
"shape_width": "$si(rwidth)$",
|
||||||
|
"shape_height": "$si(rheight)$"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"internal_type": "TextModule",
|
"internal_type": "TextModule",
|
||||||
|
@ -106,13 +111,13 @@ This example will show you how to setup the curriculum with KWGT, for KWLP the p
|
||||||
"text_size": 25.0,
|
"text_size": 25.0,
|
||||||
"paint_color": "#FFAEAEAE",
|
"paint_color": "#FFAEAEAE",
|
||||||
"text_size_type": "FIXED_WIDTH",
|
"text_size_type": "FIXED_WIDTH",
|
||||||
"text_width": 720.0
|
"text_width": 720.0,
|
||||||
},
|
"internal_toggles": {
|
||||||
{
|
"text_width": 10
|
||||||
"internal_type": "TextModule",
|
},
|
||||||
"text_expression": "$br(foo, myvar2)$",
|
"internal_formulas": {
|
||||||
"paint_color": "#FFFF0000",
|
"text_width": "$si(rwidth)$"
|
||||||
"position_anchor": "TOP"
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"internal_type": "FontIconModule",
|
"internal_type": "FontIconModule",
|
||||||
|
|
Loading…
Reference in a new issue