about summary refs log tree commit diff
path: root/users/fcuny/configs/mpd
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-16 17:44:12 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-16 17:44:12 -0800
commitd9ee773c65eabb76334aa5deaa71579e46fd5065 (patch)
tree1d9af8b4f5770e5d3800d8e530e32357fee61052 /users/fcuny/configs/mpd
parentswaybar: keep it simple for now (diff)
downloadworld-d9ee773c65eabb76334aa5deaa71579e46fd5065.tar.gz
xdg: use actual home directory path
Don't use `$HOME`, otherwise when calling `config.xdg-dir.music` in
other modules, they can complain that the value is not an absolute path.
Diffstat (limited to 'users/fcuny/configs/mpd')
-rw-r--r--users/fcuny/configs/mpd/mpd.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/users/fcuny/configs/mpd/mpd.conf b/users/fcuny/configs/mpd/mpd.conf
deleted file mode 100644
index c7e9b3b..0000000
--- a/users/fcuny/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"
-}