summaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf.luke
diff options
context:
space:
mode:
authorVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
committerVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
commit3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch)
tree2116c49a845dfc0945778f2aa3e2118d72be428b /.config/mpd/mpd.conf.luke
parent8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff)
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.config/mpd/mpd.conf.luke')
-rw-r--r--.config/mpd/mpd.conf.luke74
1 files changed, 74 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf.luke b/.config/mpd/mpd.conf.luke
new file mode 100644
index 0000000..a8b3428
--- /dev/null
+++ b/.config/mpd/mpd.conf.luke
@@ -0,0 +1,74 @@
+db_file "~/.config/mpd/database"
+log_file "~/.config/mpd/log"
+music_directory "~/Music"
+playlist_directory "~/.config/mpd/playlists"
+pid_file "~/.config/mpd/pid"
+state_file "~/.config/mpd/state"
+sticker_file "~/.config/mpd/sticker.sql"
+
+auto_update "yes"
+
+bind_to_address "127.0.0.1"
+port "6600"
+
+restore_paused "yes"
+max_output_buffer_size "16384"
+
+follow_outside_symlinks "yes"
+follow_inside_symlinks "yes"
+#audio_output {
+# type "alsa"
+# name "alsa for audio soundcard"
+# mixer_type "software"
+#}
+
+audio_output {
+type "fifo"
+name "toggle_visualizer"
+path "/tmp/mpd.fifo"
+format "44100:16:2"
+}
+# An example of a pulseaudio output (streaming to a remote pulseaudio server)
+#
+audio_output {
+ type "pulse"
+ name "My Pulse Output"
+# server "127.0.0.1" # optional
+ mixer_type "software" # optional
+# sink "remote_server_sink" # optional
+}
+# QOBUZ input plugin
+input {
+ enabled "no"
+ plugin "qobuz"
+# app_id "ID"
+# app_secret "SECRET"
+# username "USERNAME"
+# password "PASSWORD"
+# format_id "N"
+}
+
+# TIDAL input plugin
+input {
+ enabled "no"
+ plugin "tidal"
+## token "TOKEN"
+# username "USERNAME"
+# password "PASSWORD"
+# audioquality "Q"
+}
+
+# Decoder #####################################################################
+#
+
+#decoder {
+## plugin "hybrid_dsd"
+# enabled "no"
+# gapless "no"
+#}
+
+decoder {
+ plugin "wildmidi"
+ enabled "no"
+# gapless "no"
+}