mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
31 lines
444 B
Plaintext
31 lines
444 B
Plaintext
|
log_file "mpd_log.txt"
|
||
|
|
||
|
db_file "mpd.db"
|
||
|
|
||
|
bind_to_address "any"
|
||
|
|
||
|
music_directory "Music"
|
||
|
|
||
|
playlist_directory "Playlists"
|
||
|
|
||
|
port "6600"
|
||
|
|
||
|
audio_output {
|
||
|
type "null"
|
||
|
name "Enabled output to be disabled"
|
||
|
enabled "true"
|
||
|
mixer_type "none"
|
||
|
}
|
||
|
audio_output {
|
||
|
type "null"
|
||
|
name "Disabled output to be enabled"
|
||
|
enabled "false"
|
||
|
mixer_type "none"
|
||
|
}
|
||
|
audio_output {
|
||
|
type "null"
|
||
|
name "Enabled output to be toggled"
|
||
|
enabled "true"
|
||
|
mixer_type "none"
|
||
|
}
|