manpage, ncmpcpp: fix typos
[ncmpcpp.git] / doc / ncmpcpp.1
blob5892e9338767d9a599a0fe9d06656d832d2d9121
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 mpd_communication_mode = MODE
73 If set to 'polling', ncmpcpp will constantly poll mpd for its status. If set to 'notifications', ncmppcp will make use of 'idle' command and wait for events. This is more efficient and responsive, but kinda experimental. If you decide to use it, you may want to run the latest mpd version available.
74 .TP
75 .B visualizer_fifo_path = PATH
76 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)
77 .TP
78 .B visualizer_output_name = NAME
79 Name of output that provides data for visualizer. Needed to keep sound and visualization in sync.
80 .TP
81 .B visualizer_sync_interval = SECONDS
82 Defines interval between syncing visualizer and audio outputs.
83 .TP
84 .B visualizer_type = spectrum/wave
85 Defines default visualizer type (spectrum is available only if ncmpcpp was compiled with fftw support).
86 .TP
87 .B system_encoding = ENCODING
88 If you use encoding other than utf8, set it in order to handle utf8 encoded strings properly.
89 .TP
90 .B seek_time = SECONDS
91 Base seek time to begin with.
92 .TP 
93 .B playlist_disable_highlight_delay = SECONDS
94 Delay for highlighting playlist since the last key was pressed. If set to 0, highlighting never fades away.
95 .TP 
96 .B message_delay_time = SECONDS
97 Delay for displayed messages to remain visible.
98 .TP
99 .B song_list_format
100 Format for songs' list.
102 .B song_columns_list_format
103 Format for songs' list displayed in columns.
105 .B song_status_format
106 Song's format for statusbar.
108 .B song_library_format
109 Format for songs in Media library.
110 .TP 
111 .B tag_editor_album_format
112 Format for albums' list in Tag editor.
113 .TP 
114 .B song_window_title_format
115 Song format for window title.
116 .TP 
117 .B external_editor = PATH
118 Path to external editor used to edit lyrics.
120 .B browser_playlist_prefix = TEXT
121 Prefix for playlists in Browser.
123 .B default_tag_editor_pattern = TEXT
124 Default pattern used by Tag editor's parser.
125 .TP 
126 .B now_playing_prefix = TEXT
127 Prefix for currently playing song.
128 .TP 
129 .B now_playing_suffix = TEXT
130 Suffix for currently playing song.
131 .TP 
132 .B selected_item_prefix = TEXT
133 Prefix for selected items.
134 .TP 
135 .B selected_item_suffix = TEXT
136 Suffix for selected items.
137 .TP 
138 .B alternative_header_first_line_format = TEXT
139 Now playing song format for the first line in alternative user interface header window.
140 .TP 
141 .B alternative_header_second_line_format = TEXT
142 Now playing song format for the second line in alternative user interface header window.
143 .TP 
144 .B color1 = COLOR
145 One of colors used in Song info, Tiny tag editor and Search engine.
146 .TP 
147 .B color2 = COLOR
148 One of colors used in Song info, Tiny tag editor and Search engine.
149 .TP 
150 .B colors_enabled = yes/no
151 No need to describe it, huh?
152 .TP 
153 .B header_text_scrolling = yes/no
154 If enabled, text in header window will scroll if its length is longer then actual screen width, otherwise it won't.
155 .TP 
156 .B fancy_scrolling = yes/no
157 If enabled, content of other columns will be updated immediately while scrolling, otherwise only after you stop scrolling.
158 .TP 
159 .B cyclic_scrolling = yes/no
160 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)
161 .TP 
162 .B mouse_list_scroll_whole_page = yes/no
163 If enabled, mouse wheel will scroll the whole page of item list at a time, otherwise the number of lines specified by lines_scrolled variable.
164 .TP 
165 .B lines_scrolled = NUMBER
166 Number of lines that are scrolled with mouse wheel.
167 .TP 
168 .B search_engine_default_search_mode = MODE_NUMBER
169 Number of default mode used in search engine.
170 .TP 
171 .B playlist_show_remaining_time = yes/no
172 If enabled, time remaining to end of playlist will be shown after playlist's statistics.
173 .TP 
174 .B playlist_display_mode = classic/columns
175 Default display mode for Playlist.
176 .TP 
177 .B browser_display_mode = classic/columns
178 Default display mode for Browser.
179 .TP 
180 .B search_engine_display_mode = classic/columns
181 Default display mode for Search engine.
182 .TP 
183 .B discard_colors_if_item_is_selected = yes/no
184 Indicates whether custom colors of tags have to be discarded if item is selected or not.
185 .TP 
186 .B header_visibility = yes/no
187 If enabled, header window will be displayed, otherwise hidden.
188 .TP 
189 .B statusbar_visibility = yes/no
190 If enabled, statusbar will be displayed, otherwise hidden.
191 .TP 
192 .B autocenter_mode = yes/no
193 Default state for autocenter mode at start.
194 .TP 
195 .B centered_cursor = yes/no
196 If enabled, currently highlighted position in the list will be always centered.
197 .TP 
198 .B progressbar_look = TEXT
199 This variable defines the look of progressbar. Note that it has to be exactly two characters long.
200 .TP 
201 .B default_find_mode = wrapped/normal
202 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.
203 .TP 
204 .B default_space_mode = select/add
205 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).
206 .TP 
207 .B default_tag_editor_left_col = albums/dirs
208 If set to "albums", tag editor will display list of all albums from database, otherwise it'll allow you to browse the database.
209 .TP 
210 .B incremental_seeking = yes/no
211 If enabled, seek time will increment by one each second of seeking.
212 .TP 
213 .B follow_now_playing_lyrics = yes/no
214 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).
216 .B ncmpc_like_songs_adding = yes/no
217 If enabled, pressing space on item, which is already in playlist will remove it, otherwise add it again.
218 .TP 
219 .B show_hidden_files_in_local_browser = yes/no
220 Trigger for displaying in local browser files and directories that begin with '.'
221 .TP 
222 .B default_place_to_search_in = database/playlist
223 If set to "playlist", Search engine will perform searching in current MPD playlist rather than in music database.
224 .TP 
225 .B display_screens_numbers_on_start = yes/no
226 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.
227 .TP 
228 .B screen_switcher_previous = SWITCHER_MODE
229 If set to "previous", key_screen_switcher will switch between current and last used screen. If set to "sequence: user_defined_sequence", it will switch between given sequence of screens. Syntax clarification can be found in example config file.
230 .TP 
231 .B startup_screen = SCREEN_NUMBER
232 Screen that has to be displayed at start (playlist by default).
233 .TP 
234 .B jump_to_now_playing_song_at_start = yes/no
235 If enabled, ncmpcpp will jump at start to now playing song if mpd is playing or paused.
236 .TP 
237 .B ask_before_clearing_main_playlist = yes/no
238 If enabled, user will be asked if he really wants to clear the main playlist after pressing key responsible for that.
239 .TP 
240 .B clock_display_seconds = yes/no
241 If enabled, clock will display time in format hh:mm:ss, otherwise hh:mm.
242 .TP 
243 .B display_volume_level = yes/no
244 If enabled, volume level will be displayed in statusbar, otherwise not.
245 .TP 
246 .B display_bitrate = yes/no
247 If enabled, bitrate of currently playing song will be displayed in statusbar.
248 .TP 
249 .B display_remaining_time = yes/no
250 If enabled, remaining time of currently playing song will be be displayed in statusbar instead of elapsed time.
251 .TP 
252 .B ignore_leading_the = yes/no
253 If enabled, word "the" at the beginning of tags/filenames will be ignored while sorting items.
254 .TP 
255 .B use_console_editor = yes/no
256 If your external editor is console application, you need to enable it.
257 .TP 
258 .B block_search_constraints_change_if_items_found = yes/no
259 If enabled, fields in Search engine above "Reset" button will be blocked after successful searching, otherwise they won't.
260 .TP 
261 .B mouse_support = yes/no
262 Self-descriptive, isn't it?
263 .TP 
264 .B allow_physical_files_deletion = yes/no
265 If enabled, ncmpcpp will be able to delete files using its browser screen.
266 .TP 
267 .B allow_physical_directories_deletion = yes/no
268 If enabled, ncmpcpp will be able to delete directories using its browser screen.
269 .TP 
270 .B tag_editor_extended_numeration  = yes/no
271 If enabled, tag editor will number tracks using format xx/yy (where xx is the current track and yy is total amount of all numbered tracks), not plain xx.
273 .B media_library_display_date  = yes/no
274 If enabled, dates of albums in media library will be displayed and respected in searching, otherwise not.
276 .B media_library_disable_two_column_mode  = yes/no
277 If enabled, pressing the key for the media library twice won't switch it to two column mode.
279 .B enable_window_title = yes/no
280 If enabled, ncmpcpp will override current window title with its own one.
282 .B regular_expressions = basic/extended
283 Type of currently used regular expressions.
284 .TP 
285 .B lyrics_database = NUMBER
286 Number of lyrics database in use. Currently supported DBs are:
287  1 - lyricsplugin.com
289 .B user_interface = classic/alternative
290 Default user interface used by ncmpcpp at start.
291 .TP 
292 .B media_library_left_column = a/y/g/c/p
293 Default tag type for left column in media library. Legend for possible letters is in  SONG FORMAT section.
294 .TP 
295 .B empty_tag_marker = TEXT
296 Text that will be displayed, if requested tag is not set.
297 .TP 
298 .B empty_tag_color = COLOR
299 Color of empty tag marker.
300 .TP 
301 .B header_window_color = COLOR
302 Color of header window.
303 .TP 
304 .B volume_color = COLOR
305 Color of volume state.
306 .TP 
307 .B state_line_color = COLOR
308 Color of lines separating header and statusbar from main window.
309 .TP 
310 .B state_flags_color = COLOR
311 Color of MPD status flags.
312 .TP 
313 .B main_window_color = COLOR
314 Color of main window.
315 .TP 
316 .B main_window_highlight_color = COLOR
317 Color of main window's highlight.
318 .TP 
319 .B progressbar_color = COLOR
320 Color of progressbar.
321 .TP 
322 .B statusbar_color = COLOR
323 Color of statusbar.
324 .TP 
325 .B alternative_ui_separator_color = COLOR
326 Color of separators used in alternative user interface.
327 .TP 
328 .B active_column_color = COLOR
329 Color of active column's highlight.
330 .TP 
331 .B active_window_border = COLOR
332 Color of active window's border.
333 .TP 
334 .SH "KEYS"
335 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).
337 You can view current ncmpcpp's keybindings by pressing '1' (Help).
338 .SH "SONG FORMAT"
340 For song format you can use:
342  %l - length
343  %f - filename
344  %D - directory
345  %a - artist
346  %A - album artist
347  %t - title
348  %b - album
349  %y - year
350  %n - track number (01/12 -> 01)
351  %N - full track info (01/12 -> 01/12)
352  %g - genre
353  %c - composer
354  %p - performer
355  %d - disc
356  %C - comment
357  $R - begin right alignment
359 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.
361 \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.
363 Text can have different color than the main window, e.g. if you want length to be green, write $3%l$9.
365 Available values for colors:
367  - 0 - default window color (discards all other colors)
368  - 1 - black
369  - 2 - red
370  - 3 - green
371  - 4 - yellow
372  - 5 - blue
373  - 6 - magenta
374  - 7 - cyan
375  - 8 - white
376  - 9 - end of current color
378 \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.
380 .SH "BUGS"
381 Report bugs on http://www.musicpd.org/mantis/
382 .SH "NOTE"
383 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 environment variables (LC_CTYPE only affects character handling).
384 .SH "HOMEPAGE"
385 -> http://unkart.ovh.org/ncmpcpp
387 .SH "SEE ALSO"
388 mpc(1), mpd(1)