Skip to content

Docker container for MPD with Client175 web interface

Notifications You must be signed in to change notification settings

cdauth/docker-mpd-client175

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container for MPD with Client175 web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages