Total Pageviews

Sunday 16 February 2014

musig

musig is simple browser based music player/streamer written with Python, Flask and jPlayer.
The project is still under development and not yet usable.

Why?

I wanted a simple self-hosted alternative to Google Music / Subsonic.

Goals

  • Self-hosted
  • Minimal yet usable
  • HTML5 and Flash based playback directly in the browser
  • Filetype support: At least MP3 and OGG Vorbis, if possible also FLAC
  • UI to create playlists on the fly
  • Streamable playlists in m3u8 and xspf format
  • Support for authentication
  • last.fm scrobble integration
  • If possible, no database requirement

Setup

mkvirtualenv musig
pip install -r requirements.txt
python server.py 
 
from https://github.com/dbrgn/musig