Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. music_directory       "/home/lutherus/Music"         # Your music dir.
  2. playlist_directory    "~/.mpd/playlists"
  3. db_file               "~/.mpd/mpd.db"
  4. log_file              "~/.mpd/mpd.log"
  5. pid_file              "~/.mpd/mpd.pid"
  6. state_file            "~/.mpd/mpdstate"
  7. #user                  "lutherus"
  8. audio_output {
  9.          type                    "alsa"
  10.          name                    "My ALSA Device"
  11.          device                  "hw:0,0"     # optional
  12.          format                  "44100:16:2" # optional
  13. }
  14.  
  15. # Binding to address and port causing problems in mpd-0.14.2 best to leave
  16. # commented.
  17. # bind_to_address       "127.0.0.1"
  18. #port
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement