Skip to content

An implementation of the MPRIS protocol for MPD.

License

Notifications You must be signed in to change notification settings

subutux/any-mpris

 
 

Repository files navigation

mpd-mpris

An implementation of the MPRIS protocol for MPD.


Installation

Probably needs Go v1.9 or newer.

go install github.com/natsukagami/mpd-mpris/cmd/mpd-mpris

Install scripts coming soon.

Running

# mpd-mpris --help
Usage of mpd-mpris:
  -host string
        The MPD host. (default "localhost")
  -no-instance
        Set the MPDris's interface as 'org.mpris.MediaPlayer2.mpd' instead of 'org.mpris.MediaPlayer2.mpd.instance#'
  -port int
        The MPD port (default 6600)
  -pwd string
        The MPD connection password. Leave empty for none.

Will block for requests and log them down so you may want to run and forget.

Implementation Status

  • Root Running
  • Player control
  • Track list
  • Playlist support

License

MIT

About

An implementation of the MPRIS protocol for MPD.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%