Sign inSign up

cdauth/mpd-client175

By cdauth

•Updated over 10 years ago
Archived

MPD with Client175 web interface.

Image
0

780

cdauth/mpd-client175 repository overview

Starts an MPD⁠ with a client175⁠ web interface.

⁠Usage

docker create \
	--name "mpd-client175" \
	-v /directory/to/music:/music \
	--device=/dev/snd:/dev/snd \
	-p 6600:6600 \
	-p 8080:8080 \
	cdauth/mpd-client175

To make avahi work, add this parameter:

	--device=/run/dbus:/run/dbus

⁠Volumes

  • /music: The directory containing your music
  • /var/lib/mpd: MPD database. Use this to persist your playlists.

⁠Ports

  • 6600: The MPD server
  • 8080: The client175 web interface

Tag summary

Content type

Image

Digest

Size

191.4 MB

Last updated

over 10 years ago

docker pull cdauth/mpd-client175