Social music server
python nebula.py $LIBRARYPATH $PORT
# For example
mkdir ~/library
python nebula.py ~/library 8006
Then visit http://localhost:8006
in your webbrowser.
- Python 2.7
- Python Modules (can be installed using
easy_install
)- cherrypy: Webserver
- 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.)
For issues and features, please see: https://www.pivotaltracker.com/projects/744593