- Notifications
You must be signed in to change notification settings - Fork4
Nebula desktop client application
License
nebulabroadcast/firefly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Firefly is a desktop client application forNebula broadcast automation system.
- Install Python 3.10+ and Poetry.
- Clone this repository.
- Run
poetry install
to install dependencies. - Run
poetry run python -m firefly
to start the application.
The following packages may be needed on Linux, in case you don't have them already installed,runsudo apt install libmpv1 libxcb-util1
on Ubuntu orsudo apt install libmpv1 libxcb-util0
on Debian.
Latest binary release is available onnebulabroadcast/fireflyGitHub releases page.
Editsettings.json file to set your server address and site name.
{"sites" : [{"name" :"nebula","host" :"https://nebula.example.com" }]}
It is possible to specify more than one site in thesettings.json
file.In that case, a dialog window pops up when the application starts and a you may select the site for this session.
Have you tried turning it off and on again?
In most cases, this helps. If the application worked and suddenly it is not possibleto start, try to deleteffdata
files in its directory and start it again.
About
Nebula desktop client application