Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-29 | Remove options deprecated in 0.9HEADmaster | Andrzej Rybczak | |
2021-07-27 | Curl: stop setting user agent to ncmpcpp | Andrzej Rybczak | |
2021-07-26 | Fix genius lyrics fetcher | Andrzej Rybczak | |
2021-04-25 | Fix compilation | Andrzej Rybczak | |
2021-04-25 | Configurable 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-25 | Fix separator between albums with the same name, to check for album artist ↵ | Jonathan Neidel | |
instead of artist (#472) | |||
2021-04-25 | Fix 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-25 | update .gitignore to ignore more build artifacts (#475) | John Ferguson | |
2021-04-08 | Fix vorbis comment and add support for Opus (#463) | tibequadorian | |
* fix multiple values for vorbis comment * add vorbis comment support for opus | |||
2021-01-26 | Separate chunks of lyrics with a double newline | Andrzej Rybczak | |
2021-01-24 | configuration: 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-24 | Bump version to 0.10_dev | Andrzej Rybczak | |
2021-01-24 | Fix release year0.9.20.9.x | Andrzej Rybczak | |
2021-01-24 | Bump version to 0.9.2 | Andrzej Rybczak | |
2021-01-24 | Gracefully handle failures when asking for a password | Andrzej Rybczak | |
Fix for #446 and #447. | |||
2021-01-11 | SampleBuffer: rename move to get | Andrzej Rybczak | |
2021-01-03 | Don't block when executing external commands | Andrzej Rybczak | |
2021-01-03 | Revert suppression of output of all external commands | Andrzej Rybczak | |
2020-12-23 | Release 0.9.10.9.1 | Andrzej Rybczak | |
2020-12-23 | Revert change from previous commit | Andrzej Rybczak | |
2020-12-23 | Tiny visualizer improvements | Andrzej Rybczak | |
2020-12-23 | Fix fetching information about artists from last.fm | Andrzej Rybczak | |
2020-12-23 | Bind Play to Backspace by default | Andrzej Rybczak | |
2020-12-22 | Enable full sorting of items in the local browser if it's not | Andrzej Rybczak | |
2020-12-22 | Fix toggle of a sorting mode in the browser | Andrzej Rybczak | |
2020-12-22 | Enable Link Time Optimization by default | Andrzej Rybczak | |
2020-12-22 | Reduce CPU usage of the frequency spectrum visualizer | Andrzej Rybczak | |
2020-12-21 | Consider mouse support when pausing and unpausing curses interface | Andrzej Rybczak | |
2020-12-21 | Suppress output of all external commands | Andrzej Rybczak | |
2020-12-21 | Draw a separator between albums with the same name, but a different artist | Andrzej Rybczak | |
2020-12-21 | Better fix for showing visualiser immediately after startup | Andrzej Rybczak | |
2020-12-21 | Show the Visualizer immediately if it's the initial screen | Andrzej Rybczak | |
2020-12-21 | Fix crash on startup with Browser as the initial screen | Andrzej Rybczak | |
2020-12-21 | Fix crash on startup with Visualizer as the initial screen | Andrzej Rybczak | |
2020-12-21 | Fix intermittent failures of the Genius fetcher | Andrzej Rybczak | |
2020-12-21 | Remove separators between parts of lyrics | Andrzej Rybczak | |
2020-12-21 | Add support for fetching lyrics from musixmatch.com | Andrzej Rybczak | |
2020-12-21 | Change version to 0.10_dev | Andrzej Rybczak | |
2020-12-20 | Release 0.90.9 | Andrzej Rybczak | |
2020-12-20 | Remove parentheses from default song_list_format and browser_sort_format | Andrzej Rybczak | |
2020-12-20 | Update CHANGELOG | Andrzej Rybczak | |
2020-12-20 | Replay song even if the server is not playing | Andrzej Rybczak | |
2020-12-20 | Improved ReplaySong | Andrzej Rybczak | |
2020-12-20 | Smoother switching to Browser with Mopidy | Andrzej Rybczak | |
2020-12-20 | Saner defaults for mouse scrolling | Andrzej Rybczak | |
2020-12-20 | Prefer `$XDG_CONFIG_HOME/ncmpcpp` as a folder with configuration | Andrzej Rybczak | |
2020-12-20 | Remove redundant item about visualizer_sync_interval from the changelog | Andrzej Rybczak | |
2020-12-20 | Add run_external_console_command action for running terminal applications | Andrzej Rybczak | |
2020-12-20 | Handle listallinfo failures more gracefully | Andrzej Rybczak | |
2020-12-20 | Fix locating songs from Spotify in the Media Library | Andrzej Rybczak | |