mpd cleanup
This commit is contained in:
parent
e461257dde
commit
37637b2030
1 changed files with 7 additions and 14 deletions
|
@ -1,26 +1,19 @@
|
||||||
db_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/database"
|
music_directory "~/Music"
|
||||||
log_file "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/log"
|
playlist_directory "~/.config/mpd/playlists"
|
||||||
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"
|
|
||||||
|
|
||||||
auto_update "yes"
|
auto_update "yes"
|
||||||
|
|
||||||
bind_to_address "127.0.0.1"
|
bind_to_address "127.0.0.1"
|
||||||
restore_paused "yes"
|
restore_paused "yes"
|
||||||
max_output_buffer_size "16384"
|
max_output_buffer_size "16384"
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
type "alsa"
|
type "alsa"
|
||||||
name "alsa for audio soundcard"
|
name "ALSA"
|
||||||
mixer_type "software"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
type "fifo"
|
type "fifo"
|
||||||
name "toggle_visualizer"
|
name "Visualizer feed"
|
||||||
path "/tmp/mpd.fifo"
|
path "/tmp/mpd.fifo"
|
||||||
format "44100:16:2"
|
format "44100:16:2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue