summaryrefslogtreecommitdiff
path: root/examples/ncmpcpprc
blob: 164b996de1c8d252cf84049c5f5a7962bb11e324 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
###########################################################
## this is example configuration file, copy it to your   ##
## home folder as .ncmpcpprc and set up your preferences ##
###########################################################
#
##### connection settings #####
#
## set it in order to make tag editor work
#
#mpd_music_dir = "/var/lib/mpd/music"
#
#mpd_connection_timeout = "5"
#
#mpd_crossfade_time = "5"
#
##### delays #####
#
## delay after playlist highlighting will be disabled (0 = don't disable)
#
#playlist_disable_highlight_delay = "5"
#
## defines how long various messages are supposed to be visible
#
#message_delay_time = "4"
#
##### song format #####
##
## for song format you can use:
##
## %l - length
## %f - short filename
## %F - full filename
## %a - artist
## %t - title
## %b - album
## %y - year
## %n - track number
## %g - genre
## %c - comment
##
## you can also put them in { } and then it will be displayed
## only if all requested values are available and/or define alternate
## value with { }|{ } eg. {%a - %t}|{%f}
##
## text can also have different color than the main window has,
## eg. if you want length to have other color, write [color]%t[/color]
##
## available colors:
##
## - black
## - red
## - green
## - yellow
## - blue
## - magenta
## - cyan
## - white
##
#
#song_list_format = "[green](%l)[/green] {%a - }{%t}|{[white]%f[/white]}"
#
#song_status_format = "(%l) {%a - }{%t}|{%f}"
#
#song_window_title_format = "{%a - }{%t}|{%f}"
#
#song_library_format = "{%n - }{%t}|{%f}"
#
##### interface settings #####
#
#header_visibility = "yes"
#
#statusbar_visibility = "yes"
#
#enable_window_title = "yes"
#
##### colors definitions #####
#
#empty_tag_color = "cyan"
#
#header_window_color = "default"
#
#volume_color = "default"
#
#state_line_color = "default"
#
#state_flags_color = "default"
#
#main_window_color = "yellow"
#
#progressbar_color = "default"
#
#statusbar_color = "default"
#
#library_active_column_color = "red"
#