Fixing bugs in js got too annoying for me, so I re-implemented this project in Rust.
This is a little service that exposes an MPD server that bridges over to an MPRIS interface through D-Bus. I wrote this so that I could use Polybar's MPD module without having to change my media player(s).
I'm planning to make this a little easier to run soon...
- Node.js (yes, I know)
-
Clone the repository:
git clone [email protected]:jonjomckay/mpd-mpris-bridge.git
-
Install the dependencies
npm install --production # OR yarn install --production
-
Run the service
npm start # OR yarn start
This is licensed under the MIT license and contributions are welcomed :)