diff options
Diffstat (limited to 'configs/mpd')
-rw-r--r-- | configs/mpd/mpd.conf | 24 |
1 files changed, 0 insertions, 24 deletions
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" -} |