mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
* Fix macOS build * Update minimum cmake version * Correct compile errorswith Qt6.7 * Update minimum cmake version (2) * Use C++17 * Correct compile errors with Qt6.7 * Replace unsupported Lambda UniqueConnection * Support UTF-8 Output on console * Update general page * Fix Matrix Effect * Install PR relative to current path * Additional update * Correct compile errors with Qt6.7 after master merge * Add language - Hebrew * Consolidate Changelog
17 lines
236 B
JSON
17 lines
236 B
JSON
{
|
|
"name" : "Matrix",
|
|
"script" : "gif.py",
|
|
"args" :
|
|
{
|
|
"cropBottom": 0,
|
|
"cropLeft": 0,
|
|
"cropRight": 0,
|
|
"cropTop": 0,
|
|
"fps": 30,
|
|
"grayscale": false,
|
|
"imageSource": "file",
|
|
"reverse": false,
|
|
"file": ":matrix.gif"
|
|
}
|
|
}
|