aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-27 12:11:18 +0200
committerlonkaars <loek@pipeframe.xyz>2023-03-27 12:11:18 +0200
commit4bc28f34aa172d9479d1f2edd421f019a80d974e (patch)
treed7f3cfe02ca091c6a62e5582634e866ff1f0df2d
parent7a0f084d203dd36deb532ae9eea9bf96e935e9d7 (diff)
update mpd config for laptop
-rw-r--r--.config/mpd/mpd.conf##hostname.superesc (renamed from .config/mpd/mpd.conf)0
-rw-r--r--.config/mpd/mpd.conf##hostname.thoncc23
2 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf##hostname.superesc
index 3d96a7f..3d96a7f 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf##hostname.superesc
diff --git a/.config/mpd/mpd.conf##hostname.thoncc b/.config/mpd/mpd.conf##hostname.thoncc
new file mode 100644
index 0000000..2f21ce4
--- /dev/null
+++ b/.config/mpd/mpd.conf##hostname.thoncc
@@ -0,0 +1,23 @@
+music_directory "/mnt/mpd/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"
+}
+