Skip to content

tunduska/simplesoundboard

 
 

Repository files navigation

simplesoundboard

A simple soundboard server to be run on an HTPC with a web interface. Getting to be not-so-simple now that we've added midi input, tags, user logins, and entrance music.

Requires: pygame, plus use pip to install packages from requirements.txt

  1. Create a virtualenv called flask

virtualenv flask

  1. use that to install the contents of requirements.txt with pip (source flask\bin\activate;pip install -r requirements.txt)

  2. install pygame into the flask folder

  3. init the DB

dbcontrol.py db init

dbcontrol.py db migrate

dbcontrol.py db upgrade

About

A (very) simple soundboard server to be run on an HTPC with a web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.0%
  • HTML 26.1%
  • Other 0.9%