Skip to content

nebulabroadcast/powerpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula Powerpack

Nebula PowerPack is a collection of free plugins that extend the functionality of Nebula server.

Installation

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/powerpack

Then restart your Nebula server.

cd /opt/nebula
make reload

After restarting, all features will be available. No further configuration is required.

Features

Command line tools

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.

Rundown solver

A simple rundown solver that can be used to fill a remainder of a block with jingles, trailers and other content.

API

Asset runs

Show a table of past and future runs of a given asset.

About

Supercharge Nebula server with this plugin package

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages