diff options
Diffstat (limited to 'env/.config/mpd')
| -rw-r--r-- | env/.config/mpd/mpd.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/env/.config/mpd/mpd.conf b/env/.config/mpd/mpd.conf new file mode 100644 index 0000000..82e6708 --- /dev/null +++ b/env/.config/mpd/mpd.conf @@ -0,0 +1,11 @@ +music_directory "~/stuff/media/music/main" +playlist_directory "$XDG_CONFIG_HOME/mpd/playlists" +db_file "$XDG_CACHE_HOME/mpd/database" + +bind_to_address "127.0.0.1" +port "6600" + +audio_output { + type "pipewire" + name "PipeWire Sound" +} |
