Nebula PowerPack is a collection of free plugins that extend the functionality of Nebula server.
To install PowerPack, simply clone this repository into the plugins directory
of your Nebula server.
Assuming you have your nebula-tutorial-based
stack installed in /opt/nebula
cd /opt/nebula/plugins
git clone https://github.com/nebulabroadcast/powerpackThen restart your Nebula server.
cd /opt/nebula
make reloadAfter restarting, all features will be available. No further configuration is required.
To run a command line tool, you can use the following command:
docker compose exec backend python -m cli <command> <args>In production, it makes sense to create a wrapper script. Recommended way is to create
executable script /usr/local/bin/nxt with the following content:
#!/bin/bash
cd /opt/nebula && docker compose exec backend python -m cli "$@"Then you can run commands like this:
nxt <command> <args>New plugins are added continuously, so check back for updates. Every plugin has its own documentation, in a docstring in the file.
A simple rundown solver that can be used to fill a remainder of a block with jingles, trailers and other content.
Show a table of past and future runs of a given asset.