Code

Crossfade time can now be definied in the rc file (crossfade-time)
[ncmpc.git] / doc / config.sample
1 ##
2 ## Configuration file for ncmpc (~/.ncmpc/config)
3 ## 
5 ## auto center (center the playing track in the playlist)
6 #auto-center = no
8 ## wide_cursor - make the cursor as wide as the screen
9 #wide-cursor = yes
11 ## wrapped cursor movement
12 #wrap-around = no
14 ## wrapped find mode
15 #find-wrap = yes
17 ## list-format
18 #list-format = "%name%|[%artist% - ]%title%|%file%"
20 ## status-format
21 #status-format = "[%artist% - ]%title%|%shortfile%"
23 ## sound audible bell on alerts
24 #audible-bell = yes
26 ## enable visible bell on alerts
27 #visible-bell = no
29 ## change the xterm title 
30 #set-xterm-title = no
32 ## xterm title format
33 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
35 ## enable mouse events 
36 #enable-mouse = no
38 ## mpd crossfade time 
39 ##crossfade-time = 10
41 ##
42 ## Color configuration
43 ##
44 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
45 ##
47 ## enable/disable colors
48 #enable-colors = no
50 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
51 #color background = black
53 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
54 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
55 ##              brightmagenta, brightcyan, brightwhite
58 #color title = yellow
59 #color title-bold = brightyellow
60 #color line = white
61 #color line-flags = brightwhite
62 #color list = green
63 #color list-bold = brightgreen
64 #color progressbar = white
65 #color status-state = brightyellow
66 #color status-song  = yellow
67 #color status-time  = red
68 #color alert = brightred