Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 936 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 936 Bytes

Nebula

Social music server

files

How to run

python nebula.py $LIBRARYPATH $PORT
# For example
mkdir ~/library
python nebula.py ~/library 8006

Then visit http://localhost:8006 in your webbrowser.

Requirements

Optional

  • Python Modules
    • simplejson: Faster JSON module than built-in
    • eyed3: Module for reading ID3-tags from MP3 files (Now built-in. Delete lib/eyed3 to use system module instead.)

Pivotal Tracker

For issues and features, please see: https://www.pivotaltracker.com/projects/744593