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

https://github.com/sedrubal/mprisweb

Control your musicplayer through the web
https://github.com/sedrubal/mprisweb

bootstrap dbus mpris music-player tornado web-app websocket

Last synced: about 1 month ago
JSON representation

Control your musicplayer through the web

Awesome Lists containing this project

README

          

MPRISweb
========

Control your musicplayer through the web.
-----------------------------------------

A simple webinterface for MPRIS using tornado.

[![Code Issues](https://www.quantifiedcode.com/api/v1/project/e3fd832e2c1a4961bb42a916e1bbeed0/badge.svg)](https://www.quantifiedcode.com/app/project/e3fd832e2c1a4961bb42a916e1bbeed0)

Usage
-----

- Create virtual environment: `virtualenv --system-site-packages .venv`
- Install packages: `pip install -r requirements.txt`

- Run the app: `./mprisweb/mprisweb.py`
- Go to: [http://localhost:8888/](http://localhost:8888/)

Features
--------

- MPRIS
- websockets
- python3
- tornado
- Bootstrap
- Javascript

License
-------

[GPLv3](https://www.gnu.org/licenses/gpl.html) and non military