Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # See: /usr/share/doc/mpd/mpdconf.example
- playlist_directory "~/.mpd/playlists"
- db_file "~/.mpd/mpd.db"
- #db_file "/var/lib/mpd/mpd.db"
- log_file "~/.mpd/mpd.log"
- pid_file "~/.mpd/mpd.pid"
- #mpd_music_dir "$HOME/Music"
- #error_file "~/.mpd/mpd.error"
- user "akarin"
- #pid_file "/run/mpd/mpd.pid"
- #db_file "/var/lib/mpd/mpd.db"
- state_file "/var/lib/mpd/mpdstate"
- #playlist_directory "/var/lib/mpd/playlists"
- music_directory "/home/akarin/Music"
- #port "6600"
- #bind_to_address "127.0.0.1"
- audio_output {
- type "alsa"
- name "MPD PulseAudio Output"
- mixer_type "software"
- mixer_device "default"
- mixer_control "Master"
- mixer_index "0"
- device "default"
- format "44100:16:2"
- }
- #audio_output {
- # type "alsa"
- # name "My ALSA Device"
- # device "hw:0,0" # optional
- # format "44100:16:2" # optional
- # mixer_type "software" # optional
- # mixer_device "default" # optional
- # mixer_control "PCM" # optional
- ## mixer_index "0" # optional
- #}
- audio_output {
- type "fifo"
- name "my_fifo"
- path "/tmp/mpd.fifo"
- format "44100:16:2"
- }
- filesystem_charset "UTF-8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement