Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/mpd-docker
MPD (Music player daemon) Docker image (assuming Desktop environment with PulseAudio user daemon)
https://github.com/aoirint/mpd-docker
Last synced: about 1 month ago
JSON representation
MPD (Music player daemon) Docker image (assuming Desktop environment with PulseAudio user daemon)
- Host: GitHub
- URL: https://github.com/aoirint/mpd-docker
- Owner: aoirint
- License: unlicense
- Created: 2022-06-29T02:09:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T05:03:33.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:52:56.794Z (almost 2 years ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/aoirint/mpd
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpd-docker
MPD (Music player daemon) Docker image
- Repository:
- Docker Hub:## Outputs
- PulseAudio (Host general user deamon)
- HTTP## Environment variables
|key|example|
|:--|:--|
|HOST_MPD_PORT|`127.0.0.1:6600`|
|HOST_HTTP_PORT|`127.0.0.1:8000`|
|PULSE_SERVER|`unix:/run/user/1000/pulse/native`|
|HOST_AUDIO_GROUP|`audio`|
|HOST_UID|`1000`|
|HOST_GID|`1000`|
|HOST_PULSE_NATIVE_FILE|`/run/user/1000/pulse/native`|
|HOST_PULSE_COOKIE_FILE|`/home/user/.config/pulse/cookie`|
|MPD_PASSWORD|`password@read,add,control,admin`|- HOST_AUDIO_GROUP: `getent group audio | cut -d: -f3`
- HOST_UID: `id -u`
- HOST_GID: `id -g`
- `/run/user/1000`: `echo ${XDG_RUNTIME_DIR}`
- `/home/user`: `echo ${HOME}`## Ports
- MPD: 6600
- HTTP: 8000## Volumes
User:Group=HOST_UID:HOST_GID
- Music directory: /mpd/music
- Playlist directory: /mpd/playlists
- Log: /mpd/log