Code

http://musicpd.org/mantis/view.php?id=1326
[ncmpc.git] / doc / config.sample
1 ##
2 ## Configuration file for ncmpc (~/.ncmpc/config)
3 ## 
5 ## screen list - used when navigating with next-screen (tab) and 
6 ## previous-screen (shift+tab) 
7 ## names: playlist browse help artist clock
8 #screen-list = playlist artist
10 ## auto center (center the playing track in the playlist)
11 #auto-center = no
13 ## wide_cursor - make the cursor as wide as the screen
14 #wide-cursor = yes
16 ## wrapped cursor movement
17 #wrap-around = no
19 ## wrapped find mode
20 #find-wrap = yes
22 ## show last pattern when using find
23 #find-show-last = no
25 ## list-format
26 #list-format = "%name%|[%artist% - ]%title%|%file%"
28 ## status-format
29 #status-format = "[%artist% - ]%title%|%shortfile%"
31 ## sound audible bell on alerts
32 #audible-bell = yes
34 ## enable visible bell on alerts
35 #visible-bell = no
37 ## hide playlist cursor after x seconds (0 disables this feature)
38 #hide-cursor = 5
40 ## change the xterm title 
41 #set-xterm-title = no
43 ## xterm title format
44 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
46 ## enable mouse events 
47 #enable-mouse = no
49 ## seek time (default 1s)
50 #seek-time = 3
52 ## mpd crossfade time 
53 ##crossfade-time = 10
55 ##
56 ## Color configuration
57 ##
58 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
59 ##
61 ## enable/disable colors
62 #enable-colors = no
64 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
65 #color background = black
67 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
68 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
69 ##              brightmagenta, brightcyan, brightwhite
72 #color title = yellow
73 #color title-bold = brightyellow
74 #color line = white
75 #color line-flags = brightwhite
76 #color list = green
77 #color list-bold = brightgreen
78 #color progressbar = white
79 #color status-state = brightyellow
80 #color status-song  = yellow
81 #color status-time  = red
82 #color alert = brightred