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

ncmpcpp 0.5 (scrot, raw, dl)

RoboSloNE Jun 30, 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## System
mpd_host = 				localhost
mpd_music_dir = 		"~/Music"
mpd_port = 				6600
mpd_crossfade_time = 	"5"
ncmpcpp_directory = 	"~/.ncmpcpp"
lyrics_directory = 		"~/.ncmpcpp/lyrics"

## Colors
# 0 - default window color (discards all other colors)
# 1 - black
# 2 - red
# 3 - green
# 4 - yellow
# 5 - blue
# 6 - magenta
# 7 - cyan
# 8 - white
# 9 - end of current color
color1 = 						"white"
color2 = 						"white"
main_window_color =				"white"
main_window_highlight_color =	"white"
empty_tag_color =				"red"
state_line_color =				"red"
progressbar_color =				"white"
active_column_color =			"yellow"
state_flags_color =				"white"
volume_color = 					"black"
active_window_border = 			"black"

## Interface
playlist_display_mode = "columns"
song_columns_list_format = "(25)[white]{a} (73)[yellow]{t|f} (5)[black]{l}"
song_status_format = "$4%t$9 $8by %a$9"
display_bitrate = "no"
display_remaining_time = "yes"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
statusbar_visibility = "yes"
header_visibility = "no"
titles_visibility = "no"
jump_to_now_playing_song_at_start = "yes"
progressbar_look =                  "──-"
playlist_disable_highlight_delay =	"1"
autocenter_mode = "yes"
centered_cursor = "yes"
fancy_scrolling = "yes"
cyclic_scrolling = "yes"
mouse_support = "yes"
mouse_list_scroll_whole_page = "no"
lines_scrolled = "1"

CLICK TO VIEW

x