Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-13 | Fix default value of visualizer_spectrum_dft_size | Andrzej Rybczak | |
2020-12-13 | Use log scale for visualizer (#397) | Evan Chang | |
* 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 | |||
2020-12-13 | Added option to hide album dates (#417) | Lucas Zacharewicz | |
* Added option to hide album dates * Fixed formating typo | |||
2020-02-11 | doc/ncmpcc: fix typo | Torstein Husebø | |
2019-10-19 | Add ability to not display the "Connected to ..." message at startup | redoste | |
2017-10-11 | ncmpcpp.1: Show option arguments more clearly and improve formatting slightly | Yagmur Oymak | |
2017-08-31 | ncmpcpp.1: Fix indentation | Arseny Maslennikov | |
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-05-21 | Replace highlight colors with prefixes and suffixes | Andrzej Rybczak | |
2017-04-23 | Update man page information | Andrzej Rybczak | |
2017-03-29 | Add support for ignoring diacritics while searching and filtering lists | Andrzej Rybczak | |
2017-03-28 | Add option 'media_library_albums_split_by_date' | Andrzej Rybczak | |
2017-03-26 | Add '--quiet' comand line option to suppress some output | Adon Shapiro | |
2016-12-25 | Reposition player_state_color in man page and settings | Andrzej Rybczak | |
2016-12-25 | Add 'statusbar_time_color' and 'player_state_color' configuration variables | Andrzej Rybczak | |
2016-12-23 | Support attaching format information to selected color variables | Andrzej Rybczak | |
2016-12-08 | man: update description of a few variables | Andrzej Rybczak | |
2016-12-08 | settings: deprecate visualizer_sample_multiplier | Andrzej Rybczak | |
2016-11-19 | Simplify option_parser | Andrzej Rybczak | |
2016-11-16 | Make the list of lyrics fetchers customizable | Andrzej Rybczak | |
2016-10-30 | Merge branch '0.7.x' | Andrzej Rybczak | |
2016-10-30 | Song: add support for hiding duplicate tags | Andrzej Rybczak | |
2016-10-30 | Doc: add info about MPD_HOST and MPD_PORT environment variables | Andrzej Rybczak | |
2016-04-23 | settings: add 'execute_on_player_state_change' option | ben01189998819991197253@users.noreply.github.com | |
2015-09-12 | configuration: synchronize with man page | Andrzej Rybczak | |
2015-07-27 | ncmpcpp.1: Add album_artist to media_library_primary_tag | Wieland Hoffmann | |
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-05-17 | split PressSpace action into modular pieces | Andrzej Rybczak | |
2015-05-09 | actions: move item selection to its own action and bind it to insert | Andrzej Rybczak | |
2015-05-09 | settings: make initial slave screen focus optional | Andrzej Rybczak | |
2015-05-02 | settings: enable regexes by default and add support for perl syntax | Andrzej Rybczak | |
2015-04-18 | settings: add support for displaying current mpd host in playlist | Andrzej Rybczak | |
2015-03-02 | Merge branch '0.6.x' | Andrzej Rybczak | |
Conflicts: NEWS configure.ac doc/ncmpcpp.1 | |||
2015-03-02 | man: update the description of window_border_color0.6.3 | Andrzej Rybczak | |
2015-03-02 | man: update the descriptions of available config options | Andrzej Rybczak | |
2015-03-02 | man: remove whitespaces at the end of line | Andrzej Rybczak | |
2014-11-15 | configuration: support multiple configuration files | Andrzej Rybczak | |
2014-11-11 | format: implement generic format parser and printer | Andrzej Rybczak | |
2014-11-07 | settings: make slave screen optional and unset by default | Andrzej Rybczak | |
2014-11-06 | settings: add startup_slave_screen option | brezerk | |
2014-10-26 | doc: update possible values for visualizer_type | Andrzej Rybczak | |
2014-10-26 | update visualizer-related documentation | Andrzej Rybczak | |
2014-09-16 | ncmpcpp.1: Escape a backslash | Wieland Hoffmann | |
2014-09-14 | man: describe parsing rules for configuration values | Andrzej Rybczak | |
2014-09-14 | settings: add option to disable data fetching delay in media library and ↵ | Andrzej Rybczak | |
playlist editor | |||
2014-09-12 | doc: update information | Andrzej Rybczak | |
2014-09-07 | man: update description of ask_before_clearing_playlists | Andrzej Rybczak | |
2014-09-02 | add visualizer_sample_multiplier config option | Andrzej Rybczak | |
2014-08-29 | browser: make sorting optional | Trygve Aaberge | |
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. | |||
2014-08-29 | settings: configuration file processing rewrite | Andrzej Rybczak | |
2014-08-27 | uniformize ways to convert strings into screen type | Andrzej Rybczak | |
2014-08-27 | remove remnants of --now-playing command option | Andrzej Rybczak | |