Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- music_directory "/home/ghost/Music"
- playlist_directory "/home/ghost/.mpd/playlists"
- db_file "/home/ghost/.mpd/tag_cache"
- log_file "/home/ghost/.mpd/mpd.log"
- pid_file "/home/ghost/.mpd/mpd.pid"
- state_file "/home/ghost/.mpd/mpdstate"
- bind_to_address "/home/ghost/.mpd/socket"
- audio_output {
- type "pulse"
- name "MPD"
- # server "remote_server" # optional
- # sink "remote_server_sink" # optional
- }
- audio_output {
- type "fifo"
- name "my_fifo"
- path "/tmp/mpd.fifo"
- format "44100:16:1"
- }
- bind_to_address "localhost"
- port "6600"
- user "ghost"
- auto_update "yes"
- mixer_type "software"
- replaygain "track"
- gapless_mp3_playback "yes"
Advertisement
Add Comment
Please, Sign In to add comment