Commit Graph

271 Commits

Author SHA1 Message Date
Yagmur Oymak
2cd5de9141 ncmpcpp.1: Show option arguments more clearly and improve formatting slightly 2017-10-11 18:52:48 +02:00
Arseny Maslennikov
a960e5c439 ncmpcpp.1: Fix indentation
The whole man page content from the "CONFIGURATION" header to the end
happens to be indented by an extraneous tab due to a random .TP.
2017-08-31 09:22:14 +02:00
Andrzej Rybczak
4f72330bb8 config: change default value of show_duplicate_tags from 'true' to 'yes' 2017-06-24 16:06:50 +02:00
Andrzej Rybczak
19d32648ed Replace highlight colors with prefixes and suffixes 2017-05-21 15:22:54 +02:00
Andrzej Rybczak
2c495abd8c Update man page information 2017-04-23 03:40:23 +02:00
Wieland Hoffmann
e107edd4cd bindings: Support a bindings file in $XDG_CONFIG_HOME/ncmpcpp
Fixes https://github.com/arybczak/ncmpcpp/issues/91

This also rewrites the intro in doc/bindings to be more like doc/config.
2017-04-23 03:27:29 +02:00
Andrzej Rybczak
66912d73da Add support for ignoring diacritics while searching and filtering lists 2017-03-29 21:38:14 +02:00
Andrzej Rybczak
6f1e2d7516 Add option 'media_library_albums_split_by_date' 2017-03-28 09:01:33 +02:00
Andrzej Rybczak
cd78e1c79e Config: reformat all descriptions to fill 80 columns 2017-03-26 10:13:32 +02:00
Andrzej Rybczak
55d2f4c70d Change 'previous' background color to 'current' and add some documentation 2017-03-26 10:05:34 +02:00
Adon Shapiro
7ba2c3534c Add '--quiet' comand line option to suppress some output 2017-03-26 08:26:11 +02:00
Andrzej Rybczak
22681df199 Add support for fetching lyrics from jah-lyrics.com and plyrics.com 2017-01-28 20:42:23 +01:00
Andrzej Rybczak
4cd94cb4b3 Make lyrics and last_fm screens lockable and startup screens 2016-12-25 16:06:38 +01:00
Andrzej Rybczak
92d2b73974 Reposition player_state_color in man page and settings 2016-12-25 00:40:35 +01:00
Andrzej Rybczak
05ed6b6cfa Add 'statusbar_time_color' and 'player_state_color' configuration variables 2016-12-25 00:24:09 +01:00
Andrzej Rybczak
eaac6ad062 Retain previous background by default when switching colors 2016-12-24 16:09:13 +01:00
Andrzej Rybczak
a488c2d89d Support attaching format information to selected color variables 2016-12-23 22:52:47 +01:00
Andrzej Rybczak
9926718cf0 man: update description of a few variables 2016-12-08 01:45:36 +01:00
Andrzej Rybczak
000de70634 settings: deprecate visualizer_sample_multiplier 2016-12-08 01:45:33 +01:00
Andrzej Rybczak
00f70e23e6 Add support for fetching lyrics in background for selected songs 2016-11-21 11:55:28 +01:00
Andrzej Rybczak
180c2d26fc Simplify option_parser 2016-11-19 15:37:09 +01:00
Andrzej Rybczak
a2862b9fdf Make the list of lyrics fetchers customizable 2016-11-16 09:12:37 +01:00
Andrzej Rybczak
cbba364685 Prepare for the ressurection of filtering 2016-11-11 16:44:36 +01:00
Andrzej Rybczak
44e723ffa7 Merge branch '0.7.x' 2016-10-30 23:44:26 +01:00
Andrzej Rybczak
6ebf00eb5d Song: add support for hiding duplicate tags 2016-10-30 19:01:11 +01:00
Andrzej Rybczak
67d4a04183 Doc: add info about MPD_HOST and MPD_PORT environment variables 2016-10-30 17:39:23 +01:00
Andrzej Rybczak
e34221f74d Merge branch '0.7.x' 2016-08-17 17:39:49 +02:00
Andrzej Rybczak
0465962409 settings: change fault value of regular_expressions to 'perl' 2016-08-17 15:56:14 +02:00
ben01189998819991197253@users.noreply.github.com
4130d3ba24 settings: add 'execute_on_player_state_change' option 2016-04-23 14:29:21 +02:00
Andrzej Rybczak
7f148f9c34 bindings: make run_action take precedence over play_item 2015-11-13 03:31:37 +01:00
Andrzej Rybczak
9e9e521580 remove enterPressed from remaining screens 2015-11-04 19:21:31 +01:00
Andrzej Rybczak
3c1a888378 playlist: remove enterPressed 2015-09-27 15:25:24 +02:00
Andrzej Rybczak
0ee09fb109 outputs: replace enterPressed with toggleOutput 2015-09-27 14:24:59 +02:00
Andrzej Rybczak
d96a6f0b65 bindings: add bindings for shift-up/down (select and scroll) 2015-09-27 04:00:03 +02:00
Andrzej Rybczak
9f9fcecd61 configuration: synchronize with man page 2015-09-12 21:54:40 +02:00
Andrzej Rybczak
b9a0608053 Merge branch '0.6.x' 2015-09-08 00:31:56 +02:00
greenbagels
169c48b43d config: fix multiplier typo 2015-08-29 14:36:52 +02:00
Andrzej Rybczak
83c856773e config: adjust visualizer colors for 256color terminals 2015-08-13 11:38:05 +02:00
Wieland Hoffmann
4dacd37946 ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
2015-07-27 00:47:31 +02:00
Wieland Hoffmann
16d65ea36a ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
2015-06-15 16:47:14 +02:00
Andrzej Rybczak
bca788153d bindings: deprecate alt_/ctrl_/shift_ prefixes 2015-05-24 17:23:56 +02:00
Andrzej Rybczak
a5867405d2 actions: add support for selecting found items 2015-05-24 17:04:21 +02:00
Andrzej Rybczak
1b6cb65f3a actions: add support for range selection and make a few actions work on ranges 2015-05-23 22:57:40 +02:00
Andrzej Rybczak
274c075ffd bindings: bind sorting actions to ctrl-s 2015-05-23 20:49:27 +02:00
Andrzej Rybczak
2caf08aaa7 split PressSpace action into modular pieces 2015-05-17 21:51:15 +02:00
Andrzej Rybczak
4446242bbc actions: add action for environment update 2015-05-17 13:41:30 +02:00
Andrzej Rybczak
dcac42748a bindinds: add support for alt/ctrl/shift modifiers and escape key 2015-05-14 00:38:46 +02:00
Andrzej Rybczak
e7b152938b window: redefine special key values 2015-05-12 20:40:26 +02:00
Andrzej Rybczak
38b1064f1f actions: move item selection to its own action and bind it to insert 2015-05-09 21:40:09 +02:00
Andrzej Rybczak
043e309e24 settings: make initial slave screen focus optional 2015-05-09 16:23:04 +02:00