mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
9e5903e1aa
* rename platform rpi-pwm to rpi. remove original rpi platform install symlink to bin folder create effects folder for custom effects * fix osx jobs evaluation
12 lines
449 B
Plaintext
12 lines
449 B
Plaintext
This folder is for your personal effects.
|
|
If you want to modify effect parameters only, use the effect configurator from the webinterface.
|
|
If you want to develop your own effects, place python and json files here.
|
|
|
|
If you need examples or want to modify python file for hyperion included effect- You can export the included effects:
|
|
|
|
hyperiond --export-effects <existing path to export>
|
|
|
|
e.g.
|
|
|
|
hyperiond --export-effects /usr/share/hyperion/effects
|