modernized ncmpcpp config
This commit is contained in:
		
							parent
							
								
									d5bf3663f2
								
							
						
					
					
						commit
						f16985d41c
					
				
					 2 changed files with 514 additions and 79 deletions
				
			
		| 
						 | 
				
			
			@ -1,22 +1,25 @@
 | 
			
		|||
music_directory		"~/Music"
 | 
			
		||||
playlist_directory		"~/Music/.mpd/playlists"
 | 
			
		||||
db_file			"~/Music/.mpd/database"
 | 
			
		||||
state_file			"~/Music/.mpd/state"
 | 
			
		||||
log_file			"~/.mpd/log"
 | 
			
		||||
pid_file			"~/.mpd/pid"
 | 
			
		||||
sticker_file			"~/.mpd/sticker.sql"
 | 
			
		||||
music_directory "~/Music"
 | 
			
		||||
playlist_directory "~/Music/.mpd/playlists"
 | 
			
		||||
db_file "~/Music/.mpd/database"
 | 
			
		||||
state_file "~/Music/.mpd/state"
 | 
			
		||||
log_file "~/.mpd/log"
 | 
			
		||||
pid_file "~/.mpd/pid"
 | 
			
		||||
sticker_file "~/.mpd/sticker.sql"
 | 
			
		||||
 | 
			
		||||
restore_paused "yes"
 | 
			
		||||
auto_update	"yes"
 | 
			
		||||
replaygain			"auto"
 | 
			
		||||
auto_update "yes"
 | 
			
		||||
replaygain "auto"
 | 
			
		||||
follow_outside_symlinks "yes"
 | 
			
		||||
 | 
			
		||||
#for ncmpcpp visualizer
 | 
			
		||||
audio_output {
 | 
			
		||||
    type "fifo"
 | 
			
		||||
    name "Visualizer feed"
 | 
			
		||||
    path "/tmp/mpd.fifo"
 | 
			
		||||
    format "44100:16:2"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
audio_output {
 | 
			
		||||
        type            "pulse"
 | 
			
		||||
        name            "pulse audio"
 | 
			
		||||
}
 | 
			
		||||
audio_output {
 | 
			
		||||
    type                    "fifo"
 | 
			
		||||
    name                    "my_fifo"
 | 
			
		||||
    path                    "/tmp/mpd.fifo"
 | 
			
		||||
    format                  "44100:16:2"
 | 
			
		||||
	type "pulse"
 | 
			
		||||
	name "pulse audio"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue