diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
commit | df4cc7dd374c8415da1be263de9fcd0524fbe033 (patch) | |
tree | 12225e6665f35747aa8712eed7f52fc64d4a6390 /.config/mpd/mpd.conf##default | |
parent | 907cc42f845a18453b9bb5a8bb5fbf5bb556ca22 (diff) |
update templates
Diffstat (limited to '.config/mpd/mpd.conf##default')
-rw-r--r-- | .config/mpd/mpd.conf##default | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf##default b/.config/mpd/mpd.conf##default new file mode 100644 index 0000000..a374418 --- /dev/null +++ b/.config/mpd/mpd.conf##default @@ -0,0 +1,23 @@ +music_directory "https://media.pipeframe.xyz/music" +playlist_directory "/mnt/mpd/playlists" + +pid_file "/mnt/mpd/mpd.pid" +state_file "/mnt/mpd/mpdstate" + +bind_to_address "*" +port "6600" +restore_paused "yes" + +replaygain "track" +replaygain_preamp "0" + +database { + plugin "proxy" + host "pipeframe.xyz" +} + +audio_output { + type "pulse" + name "desktop output" +} + |