Some musik for you sirs?
Go to file
2019-03-13 12:49:38 -04:00
static escape ampersand 2019-02-25 13:40:36 -05:00
templates added artist/album info to nowPlaying 2019-02-07 09:23:26 -05:00
.gitignore built library in-memory database with file tags 2019-01-30 13:36:25 -05:00
musik.py made initial library processing multithreaded and use albumartist instead of artist 2019-03-13 12:49:38 -04:00
README.md added rest api 2019-02-04 10:06:58 -05:00

Musik

Stream some music.

Requirements

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

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

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