mpd conf
This commit is contained in:
parent
2308a6c0a5
commit
fe0486c36d
37
.mpd/mpd.conf
Normal file
37
.mpd/mpd.conf
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
music_directory "/Volumes/iron/Music"
|
||||||
|
playlist_directory "~/.mpd/playlists"
|
||||||
|
db_file "~/.mpd/mpd.db"
|
||||||
|
log_file "~/.mpd/mpd.log"
|
||||||
|
pid_file "~/.mpd/mpd.pid"
|
||||||
|
state_file "~/.mpd/mpdstate"
|
||||||
|
auto_update "yes"
|
||||||
|
auto_update_depth "2"
|
||||||
|
max_playlist_length "65535"
|
||||||
|
max_output_buffer_size "16384"
|
||||||
|
audio_buffer_size "4096"
|
||||||
|
buffer_before_play "75%"
|
||||||
|
|
||||||
|
|
||||||
|
audio_output {
|
||||||
|
type "osx"
|
||||||
|
name "CoreAudio"
|
||||||
|
mixer_type "software"
|
||||||
|
}
|
||||||
|
|
||||||
|
decoder {
|
||||||
|
plugin "mp4ff"
|
||||||
|
enabled "no"
|
||||||
|
}
|
||||||
|
|
||||||
|
audio_output {
|
||||||
|
type "httpd"
|
||||||
|
name "mpd minimac"
|
||||||
|
encoder "vorbis"
|
||||||
|
port "8000"
|
||||||
|
quality "5.0"
|
||||||
|
format "44100:16:1"
|
||||||
|
}
|
||||||
|
|
||||||
|
bind_to_address "0.0.0.0"
|
||||||
|
port "6600"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user