Update man page information

This commit is contained in:
Andrzej Rybczak
2017-04-23 03:40:23 +02:00
parent e107edd4cd
commit 2c495abd8c
2 changed files with 5 additions and 4 deletions

1
NEWS
View File

@@ -32,6 +32,7 @@ ncmpcpp-0.8 (????-??-??)
* Multiple songs in Media library are now added to playlist in the same order they are displayed.
* Added configuration option 'media_library_albums_split_by_date' that determines whether albums in media library should be split by date.
* Added configuration option 'ignore_diacritics' that allows for ignoring diacritics while searching (boost compiled with ICU support is required).
* Added support for reading multiple bindings files (the ones in ~/.ncmpcpp/bindings and $XDG_CONFIG_HOME/ncmpcpp/bindings are read by default).
ncmpcpp-0.7.7 (2016-10-31)
* Fixed compilation on 32bit platforms.

View File

@@ -25,7 +25,7 @@ Specify configuration file(s)
Ignore unknown and invalid options in configuration files
.TP
.B \-c, \-\-bindings
Specify bindings file
Specify bindings file(s)
.TP
.B \-s, \-\-screen <name>
Specify the startup screen (<name> may be: help, playlist, browser, search_engine, media_library, playlist_editor, tag_editor, outputs, visualizer, clock)
@@ -409,7 +409,7 @@ Border color of pop-up windows. If set to 'none', no border will be shown.
Color of active window's border.
.TP
.SH "BINDINGS"
When ncmpcpp starts, it tries to read user's bindings from ~/.ncmpcpp/bindings file. If no bindings file is found, ncmpcpp uses the defaults. An example bindings file with the default values can be found usually in /usr/share/doc/ncmpcpp (exact location may depend on used distribution or configure prefix).
When ncmpcpp starts, it tries to read user's bindings from ~/.ncmpcpp/bindings and $XDG_CONFIG_HOME/ncmpcpp/bindings files. If no bindings file is found, ncmpcpp uses the defaults. An example bindings file with the default values can be found usually in /usr/share/doc/ncmpcpp (exact location may depend on used distribution or configure prefix).
You can view current keybindings by pressing F1.
.SH "SONG FORMAT"
@@ -458,11 +458,11 @@ Available values for colors:
\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.
.SH "BUGS"
Report bugs on http://www.musicpd.org/mantis/
Report bugs on https://github.com/arybczak/ncmpcpp/issues
.SH "NOTE"
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).
.SH "HOMEPAGE"
-> http://unkart.ovh.org/ncmpcpp
-> http://rybczak.net/ncmpcpp
.SH "SEE ALSO"
mpc(1), mpd(1)