diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-09 17:08:30 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-09 17:08:30 -0700 |
| commit | 23a22c21715a331e84d3259571b90a4b37cc1fa8 (patch) | |
| tree | cbcfea414468e1c5f6d70e1d28222bd5bc319fb9 /.config/mpd | |
| parent | 2189190cc871e2c5d6e15bb2117f071159477306 (diff) | |
| download | eibhear-23a22c21715a331e84d3259571b90a4b37cc1fa8.tar.gz eibhear-23a22c21715a331e84d3259571b90a4b37cc1fa8.tar.zst eibhear-23a22c21715a331e84d3259571b90a4b37cc1fa8.zip | |
mpd starts paused
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 560ea97..770531e 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,29 +1,24 @@ -####### MPD CONFIG ####### - -# Required files db_file "~/.config/mpd/database" log_file "~/.config/mpd/log" - -# Optional music_directory "~/Music" playlist_directory "~/.config/mpd/playlists" pid_file "~/.config/mpd/pid" state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" +bind_to_address "127.0.0.1" +restore_paused "yes" max_output_buffer_size "16384" -audio_output { - type "alsa" +audio_output { + type "alsa" name "mpd alsamixer-output" mixer_type "software" } -audio_output { -type "fifo" +audio_output { +type "fifo" name "toggle_visualizer" path "/tmp/mpd.fifo" format "44100:16:2" } - -####### END MPD CONFIG ####### |
