diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-12 09:17:20 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-12 09:17:20 -0400 |
| commit | 37637b20305256d82e29e6850b90fd5c7dfc85bc (patch) | |
| tree | 451866753d923c137f674731d85f29d789e509ad /.config/mpd | |
| parent | e461257dde10bf4cf65e27781cb70cfc986347ce (diff) | |
| download | eibhear-37637b20305256d82e29e6850b90fd5c7dfc85bc.tar.gz eibhear-37637b20305256d82e29e6850b90fd5c7dfc85bc.tar.zst eibhear-37637b20305256d82e29e6850b90fd5c7dfc85bc.zip | |
mpd cleanup
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index ee7ed17..c635183 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,26 +1,19 @@ -db_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/database" -log_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/log" -music_directory "~/Music" -playlist_directory "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/playlists" -pid_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/pid" -state_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/state" -sticker_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/sticker.sql" +music_directory "~/Music" +playlist_directory "~/.config/mpd/playlists" auto_update "yes" - bind_to_address "127.0.0.1" restore_paused "yes" max_output_buffer_size "16384" audio_output { type "alsa" - name "alsa for audio soundcard" - mixer_type "software" + name "ALSA" } audio_output { -type "fifo" -name "toggle_visualizer" -path "/tmp/mpd.fifo" -format "44100:16:2" + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" } |
