mill1000 / librespot-mpris-proxy

Proxy events from librespot to the D-Bus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Librespot MPRIS Proxy

Proxy Librespot events to MPRIS D-Bus signals. Primarily intended to be used with mpris-monitor to control external equipment.

librespot-mpris-proxy

The main proxy daemon. Acquires a friendly name on the system D-Bus and emits MPRIS signals when supported events are received via a FIFO.

Usage

./librespot-mpris-proxy.py 

librespot-onevent

A simple script for librespot onevent hook. Extracts and passes supported events to the proxy daemon via a FIFO.

Usage

librespot --onevent ./librespot-onevent.py 

Requirements

About

Proxy events from librespot to the D-Bus.

License:MIT License


Languages

Language:Python 81.1%Language:Makefile 18.9%