guest@dotshare [~/groups/mpd/ncmpcpp] $ ls ncmpcpp-config/ | cat

ncmpcpp config (scrot, raw, dl)

hlvn Aug 29, 2013 (mpd/ncmpcpp)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 mpd_music_dir = "/home/$USER/Music/"  
 mpd_connection_timeout = "5"  
 mpd_crossfade_time = "5"  
 playlist_disable_highlight_delay = "0"  
 playlist_display_mode = "columns"  
 browser_display_mode = "columns"  
 incremental_seeking = "yes"  
 autocenter_mode = "yes"  
 header_visibility = "yes"  
 statusbar_visibility = "yes"  
 fancy_scrolling = "yes"  
 follow_now_playing_lyrics = "yes"  
 display_screens_numbers_on_start = "yes"  
 ignore_leading_the = "yes"  
 lyrics_database = "1"  
 song_columns_list_format = "(10)[blue]{l} (30)[cyan]{a} (30)[blue]{b} (50)[cyan]{t}"  
 colors_enabled = "yes"  
 main_window_color = "blue"  
 header_window_color = "blue"  
 volume_color = "cyan"  
 progressbar_look = "━━╸"
 progressbar_color = "cyan"  
 statusbar_color = "cyan"  
 color1 = "blue"  
 color2 = "cyan"  
 active_column_color = "blue"  
 active_window_border = "cyan"  

 visualizer_color = "blue"
 visualizer_fifo_path = "/tmp/mpd.fifo"
 visualizer_output_name = "my_fifo"
 visualizer_sync_interval = "30"
 visualizer_type = "wave"
 visualizer_look = "●▋"

CLICK TO VIEW

x

Notes

~/.ncmpcpp/config

colors for .Xresources can be found here: http://dotshare.it/dots/640/

Visualizer depends on proper FIFO output file, .mpd/mpd.conf configuration, and visualizer options at compile time.