Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | new feature: customizable startup screen | Andrzej Rybczak | |
2010-01-31 | add option media_library_disable_two_column_mode | Frank Blendinger | |
2010-01-30 | discard custom colors of selected items also in classic display mode | Andrzej Rybczak | |
2010-01-24 | discard column colors if item is selected (optional) | Andrzej Rybczak | |
2010-01-24 | add support for switching between user-defined sequence of screens using Tab | Andrzej Rybczak | |
2010-01-23 | add support for album artist tag | Andrzej Rybczak | |
2010-01-22 | add support for built-in mpd searching in search engine | Andrzej Rybczak | |
2010-01-22 | make displaying dates of albums in media library optional | Andrzej Rybczak | |
2010-01-05 | added a key to jump to a song in the media library | Frank Blendinger | |
This commit introduces a new key to bind, key_go_to_media_library. It will switch to the media library and select the song under the cursor. | |||
2009-12-23 | add config options for communication mode with mpd (polling for default) | Andrzej Rybczak | |
idle support in ncmpcpp is marked experimental since its support in mpd is not ready for general use in full featured clients (see bug 2612) | |||
2009-12-09 | screen_switcher between current and last screen | Frank Blendinger | |
Setting the new config variable "screen_switcher_browser_only" to "no" will make the "key_screen_switcher" key switch between the current and the last used screen, sort of like the Alt+Tab window switching mechanism in many window managers. This (intendedly) works only for the "main" screens (playlist, browser, media library, etc.) and not for info/lyrics/server info. Those screens can be closed with the screen_switcher key, but the will not be remembered. indentation correction in config | |||
2009-12-09 | add bash completion for ncmpcpp | Jacek SowiĆski | |
2009-11-14 | tag editor: add support for numerating tracks using xx/xx format | Andrzej Rybczak | |
2009-11-11 | new feature: support for centered cursor (disabled by default) | Andrzej Rybczak | |
2009-11-11 | add support for scrolling the list with mouse wheel by given number of lines | Andrzej Rybczak | |
2009-10-27 | fix config option description in man page | Andrzej Rybczak | |
2009-10-27 | provide a way to sync between visualization and sound | Andrzej Rybczak | |
workaround for http://musicpd.org/mantis/view.php?id=2503 | |||
2009-10-23 | new feature: toggle replay gain mode (requires >=mpd-0.16) | Andrzej Rybczak | |
2009-10-11 | new screen: mpd server info | Andrzej Rybczak | |
2009-10-03 | add to example config info about how to check state of charset detection | Andrzej Rybczak | |
2009-09-26 | warn about consequences from using song format without any braces | Andrzej Rybczak | |
2009-09-21 | new feature: support for custom prefix/suffix of now playing song | Andrzej Rybczak | |
2009-09-19 | detect system charset encoding automatically | Andrzej Rybczak | |
2009-09-19 | new feature: support for underlined text | Andrzej Rybczak | |
2009-09-09 | update man page | Andrzej Rybczak | |
2009-09-08 | remove enclosing braces from song_status_format in example config file | Andrzej Rybczak | |
it's not needed here, I just didn't remove it when I copied it from ncmpcpp sources. | |||
2009-09-06 | make color of separators used in alternative user interface customizable | Andrzej Rybczak | |
2009-09-06 | add N marker for displaying full track info and make n show only a number | Andrzej Rybczak | |
generated filename was ugly if track tag was in format xx/xx, so %n should display only current track number. | |||
2009-09-03 | make sound wave the default visualization and fftw optional dependency | Andrzej Rybczak | |
2009-09-01 | new visualization type: sound wave | Andrzej Rybczak | |
2009-08-28 | new screen: music visualizer | Andrzej Rybczak | |
2009-08-26 | rename empty_tag config option to empty_tag_marker | Andrzej Rybczak | |
it was conflicting with empty_tag_color. since empty_tag_color contains empty_tag, ncmpcpp was parsing wrong variable if the first variable was before the second one in configuration file. | |||
2009-08-26 | make progressbar look customizable | Andrzej Rybczak | |
2009-08-26 | new feature: display remaining time of song instead of elapsed time | Andrzej Rybczak | |
2009-08-25 | fix typo in man page | Andrzej Rybczak | |
2009-08-24 | new config option: jump_to_now_playing_song_at_start (enabled by default) | Andrzej Rybczak | |
2009-08-24 | new attribute for a columns view: do not display empty tag marker | Andrzej Rybczak | |
2009-08-24 | change default song_status_format to better one | Andrzej Rybczak | |
2009-08-24 | new feature: display bitrate in statusbar (optional, disabled by default) | Andrzej Rybczak | |
2009-08-24 | ask if one really wants to clear main playlist (disabled by default) | Andrzej Rybczak | |
2009-08-23 | do not support song format for command that is executed on song change | Andrzej Rybczak | |
2009-08-14 | simplify code responsible for parsing song formats | Andrzej Rybczak | |
functions MPD::Song::toString() and Display::Songs were almost identical. for now the latter uses MPD::Song::toString() implementation, which also has been simplified. | |||
2009-08-14 | throw away full path from song format in favor of directory | Andrzej Rybczak | |
2009-08-13 | allow for colors in song_status_format | Andrzej Rybczak | |
2009-08-12 | new feature: right aligned columns | Andrzej Rybczak | |
2009-08-12 | new feature: alternative user interface | Andrzej Rybczak | |
2009-08-09 | make number of lines scrolled with mouse wheel configurable | Andrzej Rybczak | |
2009-08-05 | remove lyricswiki support as it doesn't allow fetching lyrics anymore | Andrzej Rybczak | |
2009-07-10 | new feature: allow for fixed size columns | Andrzej Rybczak | |
2009-07-10 | allow for empty tag marker customization | Andrzej Rybczak | |