diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
| commit | 81298dd211a1ab9929127e507f6618abb6c139d5 (patch) | |
| tree | 62ba15bd43673ce5a3581ecc02a9c84375dc8364 /mpd | |
| parent | b68898fa65f064e6befd0cb23067287df65de12b (diff) | |
add mpd and ncmpcpp
Diffstat (limited to 'mpd')
| -rw-r--r-- | mpd/mpd.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..081a6c2 --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,19 @@ +db_file "$XDG_CACHE_HOME/mpd/database" +music_directory "~/music/songs" +playlist_directory "~/music/playlists" +auto_update "yes" +# bind_to_address "127.0.0.1" +bind_to_address "$XDG_RUNTIME_DIR/mpd-socket" +restore_paused "yes" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} + +audio_output { + type "fifo" + name "fancy_visualizer" + path "/tmp/mpd.fifo" + format "44100:16:2" +} |
