|
1 year ago | |
---|---|---|
static | 1 year ago | |
README.md | 1 year ago | |
main.py | 1 year ago |
Music streaming server for my quirky needs:
On FreeBSD:
pkg install py36-mutagen py36-Flask py36-click-7.0 ffmpeg nginx madplay gmake vorbis-tools
cd /usr/ports/audio/lame/ && make install
To run self-contained web server:
python3 main.py serve --root /path/to/library
To cache metainformation in index.xspf playlist files:
python3 main.py metagen --root /path/to/library
FLAC playback stops abruptly in Firefox. Seems to be a common problem on the web. Use Chrome or Chromium, you need the performance of Webkit to handle lots of search results anyway.