summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-08-23do not support song format for command that is executed on song changeAndrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej 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-14throw away full path from song format in favor of directoryAndrzej Rybczak
2009-08-13allow for colors in song_status_formatAndrzej Rybczak
2009-08-12new feature: right aligned columnsAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-09make number of lines scrolled with mouse wheel configurableAndrzej Rybczak
2009-08-05remove lyricswiki support as it doesn't allow fetching lyrics anymoreAndrzej Rybczak
2009-07-10new feature: allow for fixed size columnsAndrzej Rybczak
2009-07-10allow for empty tag marker customizationAndrzej Rybczak
2009-07-04fix displaying '\' character in man pageAndrzej Rybczak
2009-06-05add keybinding to toggle mouse support on the flyAndrzej Rybczak
2009-06-04add config option to disable text scrolling in header windowAndrzej Rybczak
2009-05-26new feature: outputs screenAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-23new feature: allow for files and directories deletion in browserAndrzej Rybczak
2009-05-21new feature: custom command execution on song changeAndrzej Rybczak
2009-05-21allow quotation marks inside config optionsAndrzej Rybczak
2009-05-07make displaying hidden files in local browser optionalAndrzej Rybczak
2009-04-01add support for consume modeAndrzej Rybczak
info about this feature can be found in mpd docs.
2009-03-30new feature: cyclic scrollingAndrzej Rybczak
2009-03-27handle single command and remove hacks used as substitute for itAndrzej Rybczak
mpd-git has single command, which provides functionality of both "repeat one" and "stop after current track" modes. repeat one = single && repeat stop after current track = single && !repeat
2009-03-26allow for setting host and port with command line switchesAndrzej Rybczak
2009-03-26disable detecting currently used encoding as it's extremely uglyAndrzej Rybczak
2009-03-17update man and example configAndrzej Rybczak
2009-03-11new feature: move item(s) in playlist to given positionAndrzej Rybczak
2009-03-10add man pageAndrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
it intruduces regex support in search engine and filtering/searching in all screens
2009-03-07speed up browsing media libraryAndrzej Rybczak
the way media library was searching for albums was wrong and by the way totally inefficient.
2009-03-04add support for external console editorAndrzej Rybczak
2009-03-03make blocking search constraints change after successful searching optionalAndrzej Rybczak
it's still enabled by default though.
2009-02-20make playlist's stats scrollable, also display remaining time on demandAndrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-17support for opening lyrics in external editorAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
if one applies a filter, only items that contain this filter will be displayed. works on all screens.
2009-02-05add optional 'ignore leading "The" word' function while sortingAndrzej Rybczak
2009-02-02support for switching between supported lyrics databases at runtimeAndrzej Rybczak
2009-02-02add support for lyricsplugin databaseAndrzej Rybczak
2009-02-01add support for columns view in browser and search engineAndrzej Rybczak
2009-01-17add clock screen (ported from ncmpc)Andrzej Rybczak
2008-12-16make displaying screens numbers at start optionalAndrzej Rybczak
2008-12-12update example configuration file and ReadConfiguration() functionAndrzej Rybczak
2008-11-28remove mpd_password variable, it should be defined within mpd_hostAndrzej Rybczak
2008-11-22add config option for default place to search in (database/playlist)Andrzej Rybczak
2008-11-21don't set default value for mpd_music_dirAndrzej Rybczak
2008-10-27add support for user defined mpd host, password and port in config fileunK
2008-10-04add tag type list switcher to media libraryunK
2008-10-04support for user defined tag type in left column of media libraryunK
2008-09-28change place of storing config files to ~/.ncmpcpp folderunK
2008-09-27support for user defined base seek timeunK