A set of simple API endpoints and ready-to-go clients to interface with the Grzegorz API
Go to file
Peder Bergebakken Sundt e9555264b9 Expand the configfile
Alsp removing my config.py and instead committing default_config.py
2018-03-02 18:08:18 +01:00
res New logo 2018-03-01 13:57:01 +01:00
.gitignore Expand the configfile 2018-03-02 18:08:18 +01:00
LICENSE Add readme and license 2018-02-26 23:06:09 +01:00
README.md Expand the configfile 2018-03-02 18:08:18 +01:00
api.py Add ability to seek and set volume 2018-02-28 22:17:44 +01:00
default_config.py Expand the configfile 2018-03-02 18:08:18 +01:00
gui.py Code refactor and make config assertions more verbose on fail 2018-03-01 13:56:31 +01:00
main.py Expand the configfile 2018-03-02 18:08:18 +01:00
requirements.txt Initial commit and design 2018-02-26 22:55:01 +01:00
utils.py Make play, pause, next, previous, load and playlist view functional 2018-02-27 00:06:15 +01:00

README.md

Gregorz webUI

A simple webui to interface with the Grzegorz API

How to run this

First of we need to install any needed dependencies. If you want to, you may do so in a virtual environment.

To install the needed dependencies, run this with sufficient rights (as root?):

pip install -r requirements.txt

Now, make a copy of default_config.py named config.py, and make any changes you see fit. Each field should be described there

When finished, run the server with:

python3 main.py

License

Licensed under BSD 3 clause, see the file LICENSE for more details

This uses the library REMI by dddomodossola, which is licensed under apache2. This license may be read over here