Skip to content

andrewbuss/docker-mpd-pulseaudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpd-pulseaudio

Docker image for running MPD on music mounted from a host directory, and streaming to a PulseAudio server

Assumptions

  • You have music you'd like to serve with mpd available in a directory on your Docker host.
  • You want to stream the audio to a PulseAudio server on the network

Usage

MPD is configured to look in the /music directory on the container for music to serve. You must mount your host directory on /music

MPD will also save its data to /mpd, which may optionally be mounted

Suggested use:

docker run -dte PULSE_SERVER=<server IP> -p 6600:6600 -v /mnt/music:/music:ro \
           			     	    	      -v /mnt/music/.mpd:/mpd 

About

Dockerized mpd with custom config

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%