Skip to content

An MPD server that bridges to and exposes MPRIS metadata

License

Notifications You must be signed in to change notification settings

SpiritCroc/mpd-mpris-bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTICE

Fixing bugs in js got too annoying for me, so I re-implemented this project in Rust.

MPD/MPRIS Bridge

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).

Running

I'm planning to make this a little easier to run soon...

Requirements

  • Node.js (yes, I know)
  1. Clone the repository:

    git clone [email protected]:jonjomckay/mpd-mpris-bridge.git
  2. Install the dependencies

    npm install --production
    
    # OR
    
    yarn install --production
  3. Run the service

    npm start
    
    # OR 
    
    yarn start

Useful resources

License

This is licensed under the MIT license and contributions are welcomed :)

About

An MPD server that bridges to and exposes MPRIS metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • Dockerfile 3.1%