Some musik for you sirs?
Go to file
2019-06-04 16:11:43 -04:00
static replaced XMLHttpRequest with fetch() 2019-06-04 16:11:43 -04:00
templates switched database to sqlite. changed api to use query strings. removed library dependency. 2019-05-31 10:28:21 -04:00
.gitignore switched database to sqlite. changed api to use query strings. removed library dependency. 2019-05-31 10:28:21 -04:00
database.py switched database to sqlite. changed api to use query strings. removed library dependency. 2019-05-31 10:28:21 -04:00
musik.py switched database to sqlite. changed api to use query strings. removed library dependency. 2019-05-31 10:28:21 -04:00
README.md switched database to sqlite. changed api to use query strings. removed library dependency. 2019-05-31 10:28:21 -04:00

Musik

Stream some music.

Requirements

Python 3.6+
FFmpeg compiled with --enable-libopus
Python packages: flask gunicorn mutagen

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn -b localhost:5150 -e SCRIPT_NAME=/musik musik:app