diff --git a/mpd/README.md b/mpd/README.md index cb7ff00..2fb3d8b 100644 --- a/mpd/README.md +++ b/mpd/README.md @@ -55,5 +55,6 @@ Streaming port: 8800 - - - +- [1]: https://www.musicpd.org/ diff --git a/mpd/arm/mpd.conf b/mpd/arm/mpd.conf index abca178..3d57cb5 100644 --- a/mpd/arm/mpd.conf +++ b/mpd/arm/mpd.conf @@ -10,6 +10,10 @@ input { plugin "curl" } +input { + plugin "alsa" +} + audio_output { type "alsa" name "Default Audio Device" diff --git a/mpd/mpd.conf b/mpd/mpd.conf index abca178..3d57cb5 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -10,6 +10,10 @@ input { plugin "curl" } +input { + plugin "alsa" +} + audio_output { type "alsa" name "Default Audio Device" diff --git a/mpd/playlists/microphone.m3u b/mpd/playlists/microphone.m3u new file mode 100644 index 0000000..7dd033b --- /dev/null +++ b/mpd/playlists/microphone.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1,microphone +alsa://plughw:1,0 diff --git a/mpd/shoutcast.m3u b/mpd/playlists/shoutcast.m3u similarity index 100% rename from mpd/shoutcast.m3u rename to mpd/playlists/shoutcast.m3u