Skip to content

UMR v0.1.8 MPD Support!

Latest

Choose a tag to compare

@Ozdotdotdot Ozdotdotdot released this 18 Feb 09:13
· 4 commits to main since this release

Music Player Daemon

Hey all, I just joined the local music club and finally started using mpd. Even though its already a server and therefore has its own methods of remote communication - I wanted everything in one place for me. (I already use this app a fair amount)

So! We now have mpd support! You tell remoted whether its live and on which port, it will listen for it and then it will be able to control it cleanly.

Image Support

Image support uses mpd's own commands to extract images from your files if you have them. Currently does not support images that are placed in the music directory themselves, I might change that if need be.

But images are served if they are part of your metadata, and if not, there is a musicbrainz lookup.

Anyhow, there's a one line install now!

Install

curl -fsSL https://raw.githubusercontent.com/ozdotdotdot/UMR/main/scripts/install.sh | bash

or if you use go

go install github.com/ozdotdotdot/UMR/cmd/remoted@latest

Cheers,

Ozair Khan