An open API service indexing awesome lists of open source software.

https://github.com/agateau/ubiplay

A file-system, web-based music player, using the `<audio>` tag.
https://github.com/agateau/ubiplay

Last synced: 3 months ago
JSON representation

A file-system, web-based music player, using the `<audio>` tag.

Awesome Lists containing this project

README

          

# What

A file-system based, web music player, using the `` tag.

# Under the hood

Ubiplay is written in Python, using [Flask][].

[Flask]: http://flask.pocoo.org/

# Configuring it

Copy `ubiplay/settings-sample.py` to `ubiplay/settings.py`.

Edit `ubiplay/settings.py`.

# Starting it

python ubiplay/main.py

Or to run it as a daemon:

python ubiplay/main.py --daemon ~/tmp/ubiplay.pid --log ~/tmp/ubiplay.log