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.
- Host: GitHub
- URL: https://github.com/agateau/ubiplay
- Owner: agateau
- Created: 2014-04-04T14:41:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T08:39:22.000Z (over 11 years ago)
- Last Synced: 2025-02-13T19:49:50.447Z (11 months ago)
- Language: Python
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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