diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
| commit | 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (patch) | |
| tree | bb437c98f3661b5a3ac9d721dadd2c7b6e629692 /.config/mpd/mpd.conf | |
| parent | 6e5c51a6ee731e17e81cc5e23867dbd4ddc006e0 (diff) | |
Removed Useless Configs
Diffstat (limited to '.config/mpd/mpd.conf')
| -rw-r--r-- | .config/mpd/mpd.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf deleted file mode 100644 index e44864c..0000000 --- a/.config/mpd/mpd.conf +++ /dev/null @@ -1,27 +0,0 @@ -music_directory "~/Music/flac" -playlist_directory "~/.config/mpd/playlists" -db_file "~/.config/mpd/database" - -auto_update "yes" -bind_to_address "localhost" -restore_paused "yes" -max_output_buffer_size "16384" - -#audio_output { -# type "osx" -# name "CoreAudio" -# mixer_type "software" -#} - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} - -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" -} - |
