37 lines
		
	
	
		
			956 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			956 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
music_directory                 "~/Music"
 | 
						|
playlist_directory              "~/.config/mpd/playlists"
 | 
						|
db_file                         "~/.config/mpd/database"
 | 
						|
 | 
						|
state_file                      "~/.config/mpd/state"
 | 
						|
sticker_file                    "~/.config/mpd/sticker.sql"
 | 
						|
log_file                        "~/.config/mpd/log"
 | 
						|
pid_file                        "~/.config/mpd/pid"
 | 
						|
bind_to_address                 "0.0.0.0"
 | 
						|
bind_to_address                 "~/.config/mpd/socket"
 | 
						|
restore_paused "yes"
 | 
						|
 | 
						|
input {
 | 
						|
        plugin "curl"
 | 
						|
}
 | 
						|
audio_output {
 | 
						|
        type "pulse"
 | 
						|
        name "pulse audio"
 | 
						|
}
 | 
						|
audio_output {
 | 
						|
        type "fifo"
 | 
						|
        name "Visualizer feed"
 | 
						|
        path "/tmp/mpd.fifo"
 | 
						|
        format "44100:16:2"
 | 
						|
}
 | 
						|
audio_output {
 | 
						|
        encoder     "vorbis"
 | 
						|
        type        "httpd"
 | 
						|
        quality     "9"
 | 
						|
        name        "Vorbis Stream"
 | 
						|
        port        "8001"
 | 
						|
        max_clients "0"
 | 
						|
        always_on   "yes"
 | 
						|
}
 | 
						|
filesystem_charset "UTF-8"
 | 
						|
 |