docker-mpd icon indicating copy to clipboard operation
docker-mpd copied to clipboard

MPD - Music Player Daemon - Docker Image for amd64, arm64, arm (Raspberry Pi)

Results 4 docker-mpd issues
Sort by recently updated
recently updated
newest added

Hello Tob1as, can you make the sqlite plugin enabled for the alpine build? I would like to use the sticker db for the mpd.

Error response from daemon: error gathering device information while adding custom device "/dev/snd": no such file or directory

I've got the following Audio Output configuration in the mpd.conf ``` audio_output { type "alsa" name "Digital Stereo" device "cards.pcm.iec958" # have also tried "hw:3,0" } ``` And that yields...

Hi! `mkdir -p {~/mpd/Music,~/mpd/playlists,~/mpd/data} && chmod 777 {~/mpd/Music,~/mpd/playlists,~/mpd/data}` ~/mpd$ ls -la drwxr-xr-x 5 user user 4096 мар 19 12:28 . drwxr-xr-x 25 user user 4096 мар 19 12:43 .. drwxrwxrwx...