6625a318ac
* add deployment * add correct api key * fix cmake lists and add heroku app name * Update .gitmodules sync modules with upstream * add possibility to start hyperiond as systray app * cleanup * - new command line options: --desktop --service to set desired mode (systray icon / console only) - auto detect x server - if avail run in gui mode - on osx always run in gui mode - use existing icon from webconfig, instead of own icon - add ability to no gice a config file name. If config not given, default config file will be set (home dir, or hyperiond dir, depending on writable state) * fix warnings and compile error * use own icon for systray purpose * use new logo * - set application properties - fix force service mode |
||
---|---|---|
.travis | ||
assets | ||
bin | ||
cmake | ||
config | ||
dependencies | ||
doc | ||
effects | ||
include | ||
libsrc | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODING_STYLE.md | ||
CompileHowto.md | ||
CrossCompileHowto.txt | ||
HyperionConfig.h.in | ||
ISSUE_TEMPLATE | ||
LICENSE | ||
PULL_REQUEST_TEMPLATE | ||
README.md | ||
version.json |
HYPERION
This is a pre alpha development repository for the next major version of hyperion
Important notice!
Hyperion.NG is under heavy development. This version is currently only for development purpose. Please do not use it for your 'productiv' setup!
If you want to use hyperion as 'normal user', please use current stable version
Besides of that .... Feel free to join us! We are looking always for people who wants to participate.
Hyperion is an opensource 'AmbiLight' implementation with support for many LED devices and video grabbers.
The main features of Hyperion are:
- Low CPU load makes it perfect for SoCs like Raspberry Pi
- Json interface which allows easy integration into scripts
- A command line utility to for testing and integration in automated environment
- Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our Android app).
- Kodi-checker which checks the playing status of Kodi and decides whether or not to capture the screen.
- Black border detector.
- A scriptable (Python) effect engine
- A web ui to configure and remote control hyperion
More information can be found on the official Hyperion Wiki
If you need further support please open a topic at the our new forum! Hyperion webpage/forum.
Building
See Compilehowto and CrossCompileHowto.
License
The source is released under MIT-License (see http://opensource.org/licenses/MIT).