Linux application to handle control of Home Assistant media players.
A rewrite of the very nice .
If you want it to be fully featured, use that one instead.
This will eventually have feature parity, but it is not there yet.
No instructions available right now beyond git clone
this repository, then cargo run
.
Altough, if you really want to, you could cargo install --git https://github.com/morosanmihail/homeassistant-mpris-bridge-rust
.
Then you can run this (as long as your ~/.cargo/bin
is in your $PATH
) as homeassistant-mpris-bridge-rust
.
Configuration is stored in ~/.config/ha_mpris_bridge/config.toml
.
This file is created if it does not exist the first time you run the bridge.
It will also error the first time you run it, as the placeholder values are wrong.
Yes, I will fix the error so it at least exits nicely and explains what happened and how to fix it.
- Position seeking seems buggy. Uncertain if that's on me, or on MPRIS