Andrzej Rybczak
28382a09b9
Fix default value of visualizer_spectrum_dft_size
5 years ago
Evan Chang
47b3baf93c
Use log scale for visualizer ( #397 )
...
* Visualizer: use log scale
- log scale frequency and gain
- Hamming windowing
- improve reading from fifo
* Fix Visualizer memory leaks
* Visualizer: use Blackman window
* Visualizer: support DFT zero padding
* Visualizer: support fractional height bars, fix fifo read
* Revert "Fix Visualizer memory leaks"
This reverts commit 5c6509d2b8ed985a4928f681217dc8616d053ace.
* Visualizer: fix fifo read again
* Visualizer: add cubic interpolation option
* Visualizer: Expose more config options, add docs for config options
* Visualizer: Use reverse video text for stereo visualizer smooth look
* Visualizer: use FormattedColor to for reverse-video
* Visualizer: change some config options for spectrum
* Fix build fftw disabled
* Visualizer: use [0,5] interval for dft_size config option
5 years ago
Lucas Zacharewicz
750e7ff59d
Added option to hide album dates ( #417 )
...
* Added option to hide album dates
* Fixed formating typo
5 years ago
Torstein Husebø
95b688f9f0
doc/ncmpcc: fix typo
6 years ago
redoste
af512a9668
Add ability to not display the "Connected to ..." message at startup
6 years ago
Yagmur Oymak
2cd5de9141
ncmpcpp.1: Show option arguments more clearly and improve formatting slightly
9 years ago
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.
9 years ago
Andrzej Rybczak
19d32648ed
Replace highlight colors with prefixes and suffixes
9 years ago
Andrzej Rybczak
2c495abd8c
Update man page information
9 years ago
Andrzej Rybczak
66912d73da
Add support for ignoring diacritics while searching and filtering lists
9 years ago
Andrzej Rybczak
6f1e2d7516
Add option 'media_library_albums_split_by_date'
9 years ago
Adon Shapiro
7ba2c3534c
Add '--quiet' comand line option to suppress some output
9 years ago
Andrzej Rybczak
92d2b73974
Reposition player_state_color in man page and settings
9 years ago
Andrzej Rybczak
05ed6b6cfa
Add 'statusbar_time_color' and 'player_state_color' configuration variables
9 years ago
Andrzej Rybczak
a488c2d89d
Support attaching format information to selected color variables
9 years ago
Andrzej Rybczak
9926718cf0
man: update description of a few variables
9 years ago
Andrzej Rybczak
000de70634
settings: deprecate visualizer_sample_multiplier
9 years ago
Andrzej Rybczak
180c2d26fc
Simplify option_parser
9 years ago
Andrzej Rybczak
a2862b9fdf
Make the list of lyrics fetchers customizable
9 years ago
Andrzej Rybczak
6ebf00eb5d
Song: add support for hiding duplicate tags
10 years ago
Andrzej Rybczak
67d4a04183
Doc: add info about MPD_HOST and MPD_PORT environment variables
10 years ago
ben01189998819991197253@users.noreply.github.com
4130d3ba24
settings: add 'execute_on_player_state_change' option
10 years ago
Andrzej Rybczak
9f9fcecd61
configuration: synchronize with man page
11 years ago
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.
11 years ago
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.
11 years ago
Andrzej Rybczak
2caf08aaa7
split PressSpace action into modular pieces
11 years ago
Andrzej Rybczak
38b1064f1f
actions: move item selection to its own action and bind it to insert
11 years ago
Andrzej Rybczak
043e309e24
settings: make initial slave screen focus optional
11 years ago
Andrzej Rybczak
8f646e0f5c
settings: enable regexes by default and add support for perl syntax
11 years ago
Andrzej Rybczak
9e47a8ad61
settings: add support for displaying current mpd host in playlist
11 years ago
Andrzej Rybczak
2ea7db1d20
man: update the description of window_border_color
11 years ago
Andrzej Rybczak
f84dabad75
man: update the descriptions of available config options
11 years ago
Andrzej Rybczak
fb52fe77a5
man: remove whitespaces at the end of line
11 years ago
Andrzej Rybczak
38d9f811de
configuration: support multiple configuration files
11 years ago
Andrzej Rybczak
8d24c42261
format: implement generic format parser and printer
12 years ago
Andrzej Rybczak
7acc64979e
settings: make slave screen optional and unset by default
12 years ago
brezerk
cc747c0f99
settings: add startup_slave_screen option
12 years ago
Andrzej Rybczak
e970a9d4ae
doc: update possible values for visualizer_type
12 years ago
Andrzej Rybczak
98e39d48a0
update visualizer-related documentation
12 years ago
Wieland Hoffmann
ab3c823cfb
ncmpcpp.1: Escape a backslash
12 years ago
Andrzej Rybczak
5dc36a0c50
man: describe parsing rules for configuration values
12 years ago
Andrzej Rybczak
67f2903c42
settings: add option to disable data fetching delay in media library and playlist editor
12 years ago
Andrzej Rybczak
ac96ec45a4
doc: update information
12 years ago
Andrzej Rybczak
99acaa7a2d
man: update description of ask_before_clearing_playlists
12 years ago
Andrzej Rybczak
84c90868a1
add visualizer_sample_multiplier config option
12 years ago
Trygve Aaberge
9e8dc741e5
browser: make sorting optional
...
This adds a new option, "noop", to browser_sort_mode. If this mode
is selected, no sorting is done in the browser view, and the elements
are shown in the same order as received from the MPD server.
12 years ago
Andrzej Rybczak
4b933b29e1
settings: configuration file processing rewrite
12 years ago
Andrzej Rybczak
7fdace835b
uniformize ways to convert strings into screen type
12 years ago
Andrzej Rybczak
e7c2e7790f
remove remnants of --now-playing command option
12 years ago
Andrzej Rybczak
8d1b10fb3e
actions: add missing flag restriction for physical deletion
12 years ago