Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlin04/superbird-mpris
WIP
https://github.com/merlin04/superbird-mpris
Last synced: about 4 hours ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/merlin04/superbird-mpris
- Owner: Merlin04
- Created: 2024-05-28T01:24:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T06:57:12.000Z (5 months ago)
- Last Synced: 2024-06-23T07:48:08.020Z (5 months ago)
- Language: OCaml
- Size: 746 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `superbird-mpris`
This is a work-in-progress project that lets you view and control what's playing
on your Linux computer with a Spotify Car Thing.This could also be extended to support more platforms/services - it uses a
communication protocol based on MPRIS that you should easily be able to adapt
data from other sources into.- daemon: runs on your computer, communicates with the Car Thing over serial
using a custom protobuf-based RPC protocol
- lib: the MPRIS-based protobuf format that the client and daemon use to communicate
- client: runs on the car thing, bridges the serial connection to a websocket so
the frontend can connect to it
- webapp: TODO