editing lyrics shouldn't require mpd_music_dir variable to be set
[ncmpcpp.git] / doc / ncmpcpp.1
blob67e2761cd7b861b0124294a270e591805069bd32
1 .TH "ncmpcpp" "1"
2 .SH "NAME"
3 ncmpcpp \- An ncurses Music Player Daemon (MPD) client.
4 .SH "SYNOPSIS"
5 .B ncmpcpp
6 [options]
7 .SH "DESCRIPTION"
8 ncmpcpp is an ncurses client for MPD (Music Player Daemon), inspired by ncmpc.
10 Read more about MPD at http://www.musicpd.org
11 .SH "OPTIONS"
12 .B \-h, \-\-host
13 Connect to server at host [localhost]
14 .TP
15 .B \-p, \-\-port
16 Connect to server at port [6600]
17 .TP
18 .B \-?, \-\-help
19 Display help.
20 .TP
21 .B \-v, \-\-version
22 Display version information.
23 .TP
24 .B \-\-now\-playing
25 Display now playing song [{{(%l) }{{%a - }%t}}|{%f}}]
26 .TP
27 .B play
28 Start playing and exit.
29 .TP
30 .B pause
31 Pause and exit.
32 .TP
33 .B toggle
34 Toggle playing and exit.
35 .TP
36 .B stop
37 Stop playing and exit.
38 .TP
39 .B next
40 Switch to next song and exit.
41 .TP
42 .B prev
43 Switch to previous song and exit.
44 .TP
45 .B volume [+-]<number>
46 Raise/lower volume by given number of percents and exit.
47 .TP
48 .SH "CONFIGURATION"
49 When ncmpcpp starts, it tries to read user's settings from the ~/.ncmpcpp/config file. If no user's configuration is found, ncmpcpp uses its default configuration. An example configuration file containing all default values is provided with ncmpcpp and can be found usually in /usr/share/doc/ncmpcpp (exact location may depend on used distribution/OS/configure prefix).
51 Note: Each config option value must be enclosed in quotation marks (var = "example"). If you want to use quotation mark inside config option, prepend character '\\' to it.
53 Note: COLOR has to be the name (not a number) of one of colors 1-8 from SONG FORMAT section.
55 Supported configuration options:
56 .TP 
57 .B mpd_host = HOST
58 Connect to MPD running on specified host/unix socket.
59 .TP 
60 .B mpd_music_dir = PATH
61 Search for files in specified directory. This is needed for tag editor to work.
62 .TP 
63 .B mpd_port = PORT
64 Connect to MPD on the specified port.
65 .TP 
66 .B mpd_connection_timeout = SECONDS
67 Set connection timeout to MPD to given value.
68 .TP 
69 .B mpd_crossfade_time = SECONDS
70 Default number of seconds to crossfade, if enabled by ncmpcpp.
71 .TP
72 .B visualizer_fifo_path = PATH
73 Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be 44100:16:1)
74 .TP
75 .B visualizer_type = spectrum/wave
76 Defines default visualizer type (spectrum is available only if ncmpcpp was compiled with fftw support).
77 .TP
78 .B system_encoding = ENCODING
79 If you use encoding other than utf8, set it in order to handle utf8 encoded strings properly.
80 .TP
81 .B seek_time = SECONDS
82 Base seek time to begin with.
83 .TP 
84 .B playlist_disable_highlight_delay = SECONDS
85 Delay for highlighting playlist since the last key was pressed. If set to 0, highlighting never fades away.
86 .TP 
87 .B message_delay_time = SECONDS
88 Delay for displayed messages to remain visible.
89 .TP
90 .B song_list_format
91 Format for songs' list.
92 .TP
93 .B song_columns_list_format
94 Format for songs' list displayed in columns.
95 .TP
96 .B song_status_format
97 Song's format for statusbar.
98 .TP
99 .B song_library_format
100 Format for songs in Media library.
101 .TP 
102 .B tag_editor_album_format
103 Format for albums' list in Tag editor.
104 .TP 
105 .B song_window_title_format
106 Song format for window title.
107 .TP 
108 .B external_editor = PATH
109 Path to external editor used to edit lyrics.
111 .B browser_playlist_prefix = TEXT
112 Prefix for playlists in Browser.
114 .B default_tag_editor_pattern = TEXT
115 Deafult pattern used by Tag editor's parser.
116 .TP 
117 .B now_playing_prefix = TEXT
118 Prefix for currently playing song.
119 .TP 
120 .B now_playing_suffix = TEXT
121 Suffix for currently playing song.
122 .TP 
123 .B selected_item_prefix = TEXT
124 Prefix for selected items.
125 .TP 
126 .B selected_item_suffix = TEXT
127 Suffix for selected items.
128 .TP 
129 .B alternative_header_first_line_format = TEXT
130 Now playing song format for the first line in alternative user interface header window.
131 .TP 
132 .B alternative_header_second_line_format = TEXT
133 Now playing song format for the second line in alternative user interface header window.
134 .TP 
135 .B color1 = COLOR
136 One of colors used in Song info, Tiny tag editor and Search engine.
137 .TP 
138 .B color2 = COLOR
139 One of colors used in Song info, Tiny tag editor and Search engine.
140 .TP 
141 .B colors_enabled = yes/no
142 No need to describe it, huh?
143 .TP 
144 .B header_text_scrolling = yes/no
145 If enabled, text in header window will scroll if its length is longer then actual screen width, otherwise it won't.
146 .TP 
147 .B fancy_scrolling = yes/no
148 If enabled, content of other columns will be updated immediately while scrolling, otherwise only after you stop scrolling.
149 .TP 
150 .B cyclic_scrolling = yes/no
151 If enabled, cyclic scrolling is used (e.g. if you press down arrow being at the end of list, it'll take you to the beginning)
152 .TP 
153 .B lines_scrolled = NUMBER
154 Number of lines that are scrolled with mouse wheel.
155 .TP 
156 .B playlist_show_remaining_time = yes/no
157 If enabled, time remaining to end of playlist will be shown after playlist's statistics.
158 .TP 
159 .B playlist_display_mode = classic/columns
160 Default display mode for Playlist.
161 .TP 
162 .B browser_display_mode = classic/columns
163 Default display mode for Browser.
164 .TP 
165 .B search_engine_display_mode = classic/columns
166 Default display mode for Search engine.
167 .TP 
168 .B header_visibility = yes/no
169 If enabled, header window will be displayed, otherwise hidden.
170 .TP 
171 .B statusbar_visibility = yes/no
172 If enabled, statusbar will be displayed, otherwise hidden.
173 .TP 
174 .B autocenter_mode = yes/no
175 Default state for autocenter mode at start.
176 .TP 
177 .B progressbar_look = TEXT
178 This variable defines the look of progressbar. Note that it has to be exactly two characters long.
179 .TP 
180 .B default_find_mode = wrapped/normal
181 If set to "wrapped", going from last found position to next will take you to the first one (same goes for the first position and going to previous one), otherwise no actions will be performed.
182 .TP 
183 .B default_space_mode = select/add
184 If set to "select", space will select items instead of adding them to playlist (although selecting by space is default and the only one action for space in Playlist).
185 .TP 
186 .B default_tag_editor_left_col = albums/dirs
187 If set to "albums", tag editor will display list of all albums from database, otherwise it'll allow you to browse the database.
188 .TP 
189 .B incremental_seeking = yes/no
190 If enabled, seek time will increment by one each second of seeking.
191 .TP 
192 .B follow_now_playing_lyrics = yes/no
193 If enabled, lyrics will be switched at song's change to currently playing one's (Note: this works only if you are viewing lyrics of item from Playlist).
195 .B ncmpc_like_songs_adding = yes/no
196 If enabled, pressing space on item, which is already in playlist will remove it, otherwise add it again.
197 .TP 
198 .B show_hidden_files_in_local_browser = yes/no
199 Trigger for displaying in local browser files and directories that begin with '.'
200 .TP 
201 .B default_place_to_search_in = database/playlist
202 If set to "playlist", Search engine will perform searching in current MPD playlist rather than in music database.
203 .TP 
204 .B display_screens_numbers_on_start = yes/no
205 If enabled, screens' names and their keybindings will be shown in header window until key is pressed, otherwise they won't be displayed at all.
206 .TP 
207 .B jump_to_now_playing_song_at_start = yes/no
208 If enabled, ncmpcpp will jump at start to now playing song if mpd is playing or paused.
209 .TP 
210 .B ask_before_clearing_main_playlist = yes/no
211 If enabled, user will be asked if he really wants to clear the main playlist after pressing key responsible for that.
212 .TP 
213 .B clock_display_seconds = yes/no
214 If enabled, clock will display time in format hh:mm:ss, otherwise hh:mm.
215 .TP 
216 .B display_bitrate = yes/no
217 If enabled, bitrate of currently playing song will be displayed in statusbar.
218 .TP 
219 .B display_remaining_time = yes/no
220 If enabled, remaining time of currently playing song will be be displayed in statusbar instead of elapsed time.
221 .TP 
222 .B ignore_leading_the = yes/no
223 If enabled, word "the" at the beginning of tags/filenames will be ignored while sorting items.
224 .TP 
225 .B use_console_editor = yes/no
226 If your external editor is console application, you need to enable it.
227 .TP 
228 .B block_search_constraints_change_if_items_found = yes/no
229 If enabled, fields in Search engine above "Reset" button will be blocked after succesful searching, otherwise they won't.
230 .TP 
231 .B mouse_support = yes/no
232 Self-descriptive, isn't it?
233 .TP 
234 .B allow_physical_files_deletion = yes/no
235 If enabled, ncmpcpp will be able to delete files using its browser screen.
236 .TP 
237 .B allow_physical_directories_deletion = yes/no
238 If enabled, ncmpcpp will be able to delete directories using its browser screen.
239 .TP 
240 .B enable_window_title = yes/no
241 If enabled, ncmpcpp will override current window title with its own one.
243 .B regular_expressions = basic/extended
244 Type of currently used regular expressions.
245 .TP 
246 .B lyrics_database = NUMBER
247 Number of lyrics database in use. Currently supported DBs are:
248  1 - lyricsplugin.com
250 .B user_interface = classic/alternative
251 Default user interface used by ncmpcpp at start.
252 .TP 
253 .B media_library_left_column = a/y/g/c/p
254 Default tag type for left column in media library. Legend for possible letters is in  SONG FORMAT section.
255 .TP 
256 .B empty_tag_marker = TEXT
257 Text that will be displayed, if requested tag is not set.
258 .TP 
259 .B empty_tag_color = COLOR
260 Color of empty tag marker.
261 .TP 
262 .B header_window_color = COLOR
263 Color of header window.
264 .TP 
265 .B volume_color = COLOR
266 Color of volume state.
267 .TP 
268 .B state_line_color = COLOR
269 Color of lines separating header and statusbar from main window.
270 .TP 
271 .B state_flags_color = COLOR
272 Color of MPD status flags.
273 .TP 
274 .B main_window_color = COLOR
275 Color of main window.
276 .TP 
277 .B main_window_highlight_color = COLOR
278 Color of main window's highlight.
279 .TP 
280 .B progressbar_color = COLOR
281 Color of progressbar.
282 .TP 
283 .B statusbar_color = COLOR
284 Color of statusbar.
285 .TP 
286 .B alternative_ui_separator_color = COLOR
287 Color of separators used in alternative user interface.
288 .TP 
289 .B active_column_color = COLOR
290 Color of active column's highlight.
291 .TP 
292 .B active_window_border = COLOR
293 Color of active window's border.
294 .TP 
295 .SH "KEYS"
296 When ncmpcpp starts, it tries to read user's keybindings from ~/.ncmpcpp/keys file. If no user's keybindings is found, ncmpcpp uses its default keybindings. An example keybindings file containing all default values is provided with ncmpcpp and can be found usually in /usr/share/doc/ncmpcpp (exact location may depend on used distribution/OS/configure prefix).
298 You can view current ncmpcpp's keybindings by pressing '1' (Help).
299 .SH "SONG FORMAT"
301 For song format you can use:
303  %l - length
304  %f - filename
305  %D - directory
306  %a - artist
307  %t - title
308  %b - album
309  %y - year
310  %n - track number (01/12 -> 01)
311  %N - full track info (01/12 -> 01/12)
312  %g - genre
313  %c - composer
314  %p - performer
315  %d - disc
316  %C - comment
317  $R - begin right alignment
319 You can also put them in { } and then they will be displayed only if all requested values are available and/or define alternate value with { }|{ } e.g. {%a - %t}|{%f} will check if artist and title tags are available and if they are, display them. Otherwise it'll display filename.
321 \fBNote\fR: Format that is similar to "%a - %t" (i.e. without any additional braces) is equal to "{%a - %t}", so if one of the tags is missing, you'll get nothing.
323 Text can have different color than the main window, e.g. if you want length to be green, write $3%l$9.
325 Available values for colors:
327  - 0 - default window color (discards all other colors)
328  - 1 - black
329  - 2 - red
330  - 3 - green
331  - 4 - yellow
332  - 5 - blue
333  - 6 - magenta
334  - 7 - cyan
335  - 8 - white
336  - 9 - end of current color
338 \fBNote\fR: colors can be nested, so if you write $2some$5text$9, it'll disable only usage of blue color and make red the current one.
340 .SH "BUGS"
341 Report bugs on http://www.musicpd.org/mantis/
342 .SH "NOTE"
343 Since MPD uses UTF\-8, ncmpcpp needs to convert characters to the charset used by the local system. If you get character conversion errors while you are running ncmpcpp, you probably need to set up your locale. This is done by setting LANG and LC_ALL/LC_CTYPE enviroment variables (LC_CTYPE only affects character handling).
344 .SH "HOMEPAGE"
345 -> http://unkart.ovh.org/ncmpcpp
347 .SH "SEE ALSO"
348 mpc(1), mpd(1)