summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-29Remove options deprecated in 0.9HEADmasterAndrzej Rybczak
2021-07-27Curl: stop setting user agent to ncmpcppAndrzej Rybczak
2021-07-26Fix genius lyrics fetcherAndrzej Rybczak
2021-04-25Fix compilationAndrzej Rybczak
2021-04-25Configurable Column Widths (#360)Jinwoo Park
* add configurable column widths * reorder to match config file * fix possibly misleading documentation * fix crash when integer out of bounds * parse config string during initial processing * use std::bind with length of list * fix division by zero error * use list_of * change escaped_list_separator variable names
2021-04-25Fix separator between albums with the same name, to check for album artist ↵Jonathan Neidel
instead of artist (#472)
2021-04-25Fix overflow errors and allow small terminal sizes (#473)John Ferguson
* In #259 users request the ability to have ncmpcpp remain open when the terminal has a small size. Previously ncmpcpp would exit when there were less than 30 columns or 5 rows. * After removing this constraint, ncmpcpp would freeze when terminal sizes went below those thresholds. * Upon debugging, it became clear that ncmpcpp wasn't frozen, it was stuck in a very long for loop because it thought the display was unreasonably large (resulting from integer overflow). * Preventing that overflow allows ncmpcpp to handle small sizes gracefully. No other changes to the rendering code were necessary. Fixes #259
2021-04-25update .gitignore to ignore more build artifacts (#475)John Ferguson
2021-04-08Fix vorbis comment and add support for Opus (#463)tibequadorian
* fix multiple values for vorbis comment * add vorbis comment support for opus
2021-01-26Separate chunks of lyrics with a double newlineAndrzej Rybczak
2021-01-24configuration: add mpd_password option (#407)V
Although this can already be set via mpd_host, having a separate option is cleaner, and doesn't require setting the host when ncmpcpp already detects it correctly.
2021-01-24Bump version to 0.10_devAndrzej Rybczak
2021-01-24Fix release year0.9.20.9.xAndrzej Rybczak
2021-01-24Bump version to 0.9.2Andrzej Rybczak
2021-01-24Gracefully handle failures when asking for a passwordAndrzej Rybczak
Fix for #446 and #447.
2021-01-11SampleBuffer: rename move to getAndrzej Rybczak
2021-01-03Don't block when executing external commandsAndrzej Rybczak
2021-01-03Revert suppression of output of all external commandsAndrzej Rybczak
2020-12-23Release 0.9.10.9.1Andrzej Rybczak
2020-12-23Revert change from previous commitAndrzej Rybczak
2020-12-23Tiny visualizer improvementsAndrzej Rybczak
2020-12-23Fix fetching information about artists from last.fmAndrzej Rybczak
2020-12-23Bind Play to Backspace by defaultAndrzej Rybczak
2020-12-22Enable full sorting of items in the local browser if it's notAndrzej Rybczak
2020-12-22Fix toggle of a sorting mode in the browserAndrzej Rybczak
2020-12-22Enable Link Time Optimization by defaultAndrzej Rybczak
2020-12-22Reduce CPU usage of the frequency spectrum visualizerAndrzej Rybczak
2020-12-21Consider mouse support when pausing and unpausing curses interfaceAndrzej Rybczak
2020-12-21Suppress output of all external commandsAndrzej Rybczak
2020-12-21Draw a separator between albums with the same name, but a different artistAndrzej Rybczak
2020-12-21Better fix for showing visualiser immediately after startupAndrzej Rybczak
2020-12-21Show the Visualizer immediately if it's the initial screenAndrzej Rybczak
2020-12-21Fix crash on startup with Browser as the initial screenAndrzej Rybczak
2020-12-21Fix crash on startup with Visualizer as the initial screenAndrzej Rybczak
2020-12-21Fix intermittent failures of the Genius fetcherAndrzej Rybczak
2020-12-21Remove separators between parts of lyricsAndrzej Rybczak
2020-12-21Add support for fetching lyrics from musixmatch.comAndrzej Rybczak
2020-12-21Change version to 0.10_devAndrzej Rybczak
2020-12-20Release 0.90.9Andrzej Rybczak
2020-12-20Remove parentheses from default song_list_format and browser_sort_formatAndrzej Rybczak
2020-12-20Update CHANGELOGAndrzej Rybczak
2020-12-20Replay song even if the server is not playingAndrzej Rybczak
2020-12-20Improved ReplaySongAndrzej Rybczak
2020-12-20Smoother switching to Browser with MopidyAndrzej Rybczak
2020-12-20Saner defaults for mouse scrollingAndrzej Rybczak
2020-12-20Prefer `$XDG_CONFIG_HOME/ncmpcpp` as a folder with configurationAndrzej Rybczak
2020-12-20Remove redundant item about visualizer_sync_interval from the changelogAndrzej Rybczak
2020-12-20Add run_external_console_command action for running terminal applicationsAndrzej Rybczak
2020-12-20Handle listallinfo failures more gracefullyAndrzej Rybczak
2020-12-20Fix locating songs from Spotify in the Media LibraryAndrzej Rybczak