diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-01 23:54:12 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-01 23:54:12 +0530 |
| commit | 0b2cb397e6c3d882af0e14d7a69895f58a9405d0 (patch) | |
| tree | ad4cb76bff8cac9c6d526e3586f2a9f7132da05d /.config/mpd | |
| parent | f6011293d3402f42f68cd689b73c9172b297d470 (diff) | |
switching to mpd
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..f5eb21a --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,21 @@ +db_file "~/.config/mpd/database" +music_directory "~/music" +playlist_directory "~/.config/mpd/playlists" + +auto_update "yes" +bind_to_address "127.0.0.1" +port "6600" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "pipewire" + name "Pipewire Sound Server" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} |
