From 931ebdbff2d489acba6898ffbc5b022e4706ba82 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:27:37 -0800 Subject: configs: move personal configuration with user --- configs/mpd/mpd.conf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 configs/mpd/mpd.conf (limited to 'configs/mpd/mpd.conf') diff --git a/configs/mpd/mpd.conf b/configs/mpd/mpd.conf deleted file mode 100644 index c7e9b3b..0000000 --- a/configs/mpd/mpd.conf +++ /dev/null @@ -1,24 +0,0 @@ -playlist_directory "~/.config/mpd/playlists" -db_file "~/.config/mpd/database" -sticker_file "~/.config/mpd/sticker.sql" -music_directory "~/media/music" - -auto_update "yes" - -filesystem_charset "UTF-8" - -input { - plugin "curl" -} - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} - -audio_output { - type "fifo" - name "visualizer" - path "/tmp/mpd.fifo" - format "44100:16:2" -} -- cgit v1.2.3