summaryrefslogtreecommitdiff
path: root/doc/ncmpcpp.1
AgeCommit message (Collapse)Author
2020-12-13Fix default value of visualizer_spectrum_dft_sizeAndrzej Rybczak
2020-12-13Use 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-13Added option to hide album dates (#417)Lucas Zacharewicz
* Added option to hide album dates * Fixed formating typo
2020-02-11doc/ncmpcc: fix typoTorstein Husebø
2019-10-19Add ability to not display the "Connected to ..." message at startupredoste
2017-10-11ncmpcpp.1: Show option arguments more clearly and improve formatting slightlyYagmur Oymak
2017-08-31ncmpcpp.1: Fix indentationArseny 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-21Replace highlight colors with prefixes and suffixesAndrzej Rybczak
2017-04-23Update man page informationAndrzej Rybczak
2017-03-29Add support for ignoring diacritics while searching and filtering listsAndrzej Rybczak
2017-03-28Add option 'media_library_albums_split_by_date'Andrzej Rybczak
2017-03-26Add '--quiet' comand line option to suppress some outputAdon Shapiro
2016-12-25Reposition player_state_color in man page and settingsAndrzej Rybczak
2016-12-25Add 'statusbar_time_color' and 'player_state_color' configuration variablesAndrzej Rybczak
2016-12-23Support attaching format information to selected color variablesAndrzej Rybczak
2016-12-08man: update description of a few variablesAndrzej Rybczak
2016-12-08settings: deprecate visualizer_sample_multiplierAndrzej Rybczak
2016-11-19Simplify option_parserAndrzej Rybczak
2016-11-16Make the list of lyrics fetchers customizableAndrzej Rybczak
2016-10-30Merge branch '0.7.x'Andrzej Rybczak
2016-10-30Song: add support for hiding duplicate tagsAndrzej Rybczak
2016-10-30Doc: add info about MPD_HOST and MPD_PORT environment variablesAndrzej Rybczak
2016-04-23settings: add 'execute_on_player_state_change' optionben01189998819991197253@users.noreply.github.com
2015-09-12configuration: synchronize with man pageAndrzej Rybczak
2015-07-27ncmpcpp.1: Add album_artist to media_library_primary_tagWieland 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-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-09settings: make initial slave screen focus optionalAndrzej Rybczak
2015-05-02settings: enable regexes by default and add support for perl syntaxAndrzej Rybczak
2015-04-18settings: add support for displaying current mpd host in playlistAndrzej Rybczak
2015-03-02Merge branch '0.6.x'Andrzej Rybczak
Conflicts: NEWS configure.ac doc/ncmpcpp.1
2015-03-02man: update the description of window_border_color0.6.3Andrzej Rybczak
2015-03-02man: update the descriptions of available config optionsAndrzej Rybczak
2015-03-02man: remove whitespaces at the end of lineAndrzej Rybczak
2014-11-15configuration: support multiple configuration filesAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-07settings: make slave screen optional and unset by defaultAndrzej Rybczak
2014-11-06settings: add startup_slave_screen optionbrezerk
2014-10-26doc: update possible values for visualizer_typeAndrzej Rybczak
2014-10-26update visualizer-related documentationAndrzej Rybczak
2014-09-16ncmpcpp.1: Escape a backslashWieland Hoffmann
2014-09-14man: describe parsing rules for configuration valuesAndrzej Rybczak
2014-09-14settings: add option to disable data fetching delay in media library and ↵Andrzej Rybczak
playlist editor
2014-09-12doc: update informationAndrzej Rybczak
2014-09-07man: update description of ask_before_clearing_playlistsAndrzej Rybczak
2014-09-02add visualizer_sample_multiplier config optionAndrzej Rybczak
2014-08-29browser: make sorting optionalTrygve 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-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27uniformize ways to convert strings into screen typeAndrzej Rybczak
2014-08-27remove remnants of --now-playing command optionAndrzej Rybczak