From 639f884ed92586423e52cc5f4321264711964a93 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 10 May 2022 11:12:57 +0300 Subject: [PATCH] add MusicPlayerDaemon config --- ~/MPD/mpd.conf | 30 +++++++++++++++++++++++++ ~/{mpdscribble => MPD}/mpdscribble.conf | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 ~/MPD/mpd.conf rename ~/{mpdscribble => MPD}/mpdscribble.conf (91%) diff --git a/~/MPD/mpd.conf b/~/MPD/mpd.conf new file mode 100644 index 0000000..668ab9d --- /dev/null +++ b/~/MPD/mpd.conf @@ -0,0 +1,30 @@ +# ~/.config/mpd/mpd.conf + +music_directory "~/Music" +playlist_directory "~/.config/mpd/playlists" +db_file "~/.config/mpd/database" +log_file "~/.config/mpd/log" +pid_file "~/.config/mpd/pid" +state_file "~/.config/mpd/state" +sticker_file "~/.config/mpd/sticker.sql" +bind_to_address "~/.config/mpd/socket" +log_level "notice" +restore_paused "yes" +auto_update "yes" +auto_update_depth "3" +filesystem_charset "UTF-8" + +#audio_output { +# type "alsa" +# name "My ALSA Device" +#} + +audio_output { + type "pulse" + name "My Pulse Output" +} + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} diff --git a/~/mpdscribble/mpdscribble.conf b/~/MPD/mpdscribble.conf similarity index 91% rename from ~/mpdscribble/mpdscribble.conf rename to ~/MPD/mpdscribble.conf index 6374015..d0ec300 100644 --- a/~/mpdscribble/mpdscribble.conf +++ b/~/MPD/mpdscribble.conf @@ -1,3 +1,5 @@ +# ~/.mpdscribble/mpdscribble.conf + # Proxy URL # proxy = http://the.proxy.server:3128