Skip to content

Commit

Permalink
Added a README
Browse files Browse the repository at this point in the history
  • Loading branch information
morosanmihail committed Jan 3, 2025
1 parent dd4609b commit fc6cd6a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# homeassistant-mpris-bridge-rust

## Introduction

Linux application to handle control of Home Assistant media players.
A rewrite of the very nice ![repository by rytilahti](https://github.com/rytilahti/homeassistant-mpris-bridge).
If you want it to be fully featured, use that one instead.
This will eventually have feature parity, but it is not there yet.

## Installation

No instructions available right now beyond `git clone` this repository, then `cargo run`.

## Configuration

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.

## Missing features

- It currently does not handle volume
- Position seeking seems buggy. Uncertain if that's on me, or on MPRIS

0 comments on commit fc6cd6a

Please sign in to comment.