From a8a23a2ca425d1eb269abddf57dd3013fb1ec8f3 Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 5 Jul 2025 14:28:56 -0500 Subject: automated commit at (14:28:56 on 07/05/25) --- mpd/mpd.conf | 28 ++++++++++++++++++++++++++++ mpd/pid | 1 + mpd/sticker.sql | Bin 0 -> 12288 bytes 3 files changed, 29 insertions(+) create mode 100644 mpd/mpd.conf create mode 100644 mpd/pid create mode 100644 mpd/sticker.sql (limited to 'mpd') diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..bac86f3 --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,28 @@ +music_directory "~/music" +playlist_directory "~/.config/mpd/playlists" +db_file "~/.config/mpd/database" +log_file "syslog" +pid_file "~/.config/mpd/pid" +state_file "~/.local/state/mpd/state" +sticker_file "~/.config/mpd/sticker.sql" +# +# This setting enables automatic update of MPD's database when files in +# music_directory are changed. +# +auto_update "yes" + +# Input ####################################################################### +# +input { + plugin "curl" +# proxy "proxy.isp.com:8080" +# proxy_user "user" +# proxy_password "password" +} + +# Audio Output ################################################################ + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} diff --git a/mpd/pid b/mpd/pid new file mode 100644 index 0000000..b742f79 --- /dev/null +++ b/mpd/pid @@ -0,0 +1 @@ +2058 diff --git a/mpd/sticker.sql b/mpd/sticker.sql new file mode 100644 index 0000000..c86cdf4 Binary files /dev/null and b/mpd/sticker.sql differ -- cgit v1.2.3