889 Commits (c6e26e121fb14b24c8fe5ff8056e57500a823b4d)
 

Author SHA1 Message Date
Andrzej Rybczak c6e26e121f do not ask if one wants to enter password, just ask for password 17 years ago
Andrzej Rybczak 5b2dbe026c do not delete items from playlist if sending command delete failed 17 years ago
Andrzej Rybczak 60d932ef68 fix 'db update' flag not being updated if mpd is stopped 17 years ago
Andrzej Rybczak 0a95aebd7c improve elapsed time handling 17 years ago
Andrzej Rybczak b6059e2255 visualizer: set interval between "synchronizations" to sane value 17 years ago
Andrzej Rybczak dfb4653669 fix MPD::Connection::Add() 17 years ago
Andrzej Rybczak db5efc6eb9 update screen in TraceMpdStatus(), not in the main loop 17 years ago
Andrzej Rybczak b9a14e37ab fix screen resize 17 years ago
Andrzej Rybczak fa9b58627a fix seeking with f/b in visualizer 17 years ago
Andrzej Rybczak 23d5601968 fix config option description in man page 17 years ago
Andrzej Rybczak 95ce4065ae add event handler for MPD_IDLE_OUTPUT notification 17 years ago
Andrzej Rybczak e43ea18d29 provide a way to sync between visualization and sound 17 years ago
Andrzej Rybczak 164d32c079 use one global timer instead of several local ones 17 years ago
Andrzej Rybczak a91d02e181 fix bug that could cause ncmpcpp termination 17 years ago
Andrzej Rybczak dd866e9337 fix visualizer 17 years ago
Andrzej Rybczak b947575528 move code responsible for screen resize to SIGWINCH handler 17 years ago
Andrzej Rybczak 9f5e9e60ff use idle mask to see what changed instead of comparing old and new status 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak 08f4459b54 make sure that MaxBeginning in Scrollpad::Refresh() is never negative 17 years ago
Andrzej Rybczak e112e0d975 use select() instead of poll() as it's portable 17 years ago
Andrzej Rybczak 3e99bba5b8 use idle notifications instead of polling mpd all the time 17 years ago
Andrzej Rybczak eff5ebba4e fix locating now playing song in browser (using 'o') 17 years ago
Andrzej Rybczak 2af8b1f91b change descriptions for mpd statistics since they can be misleading 17 years ago
Andrzej Rybczak 1a3e10dab7 new feature: toggle replay gain mode (requires >=mpd-0.16) 17 years ago
Andrzej Rybczak 75c4c791fd clear and refresh statusbar immediately after unlock if mpd is stopped 17 years ago
Andrzej Rybczak 62b7df69f3 new feature: refetch lyrics 17 years ago
Andrzej Rybczak a98eb5e9ac add range support in NCurses::Menu::Sort() 17 years ago
Andrzej Rybczak 601c8e3ef2 playlist: support for range sort/reverse 17 years ago
Andrzej Rybczak 21dccc83fd fix compilation --without-taglib 17 years ago
Andrzej Rybczak 668713c5e7 prepend '0' to track number if it's in format x/xx 17 years ago
Andrzej Rybczak cb9bf30dac scrollpad: do not reset starting position automatically in Clear() 17 years ago
Andrzej Rybczak 03f6fd904f new screen: mpd server info 17 years ago
Andrzej Rybczak aebc5db0e1 fix segfault that occured if mpd was stopped and window had to be resized 17 years ago
Andrzej Rybczak 3551057dbb new feature: sort songs in browser by mtime (optional) 17 years ago
Andrzej Rybczak b48133a743 change keybinding for changing browse mode 17 years ago
Andrzej Rybczak 3867b131ef tiny tag editor: fix message about being unable to read the file 17 years ago
Andrzej Rybczak 833f608d60 shorten long names in messages displayed in statusbar 17 years ago
Andrzej Rybczak 89aa68c698 fix typo from f6f7a8a2 17 years ago
Andrzej Rybczak b979189111 pass to MPD::Connection::AddSong() another parameter - position to add 17 years ago
Andrzej Rybczak 2cbd015ce4 make --now-playing support tabulations and line breakers 17 years ago
Andrzej Rybczak f6f7a8a27e move code responsible for replacing content in strings to Replace() 17 years ago
Andrzej Rybczak 63fbdaae1f ignore width of last column and use all remained space for it 17 years ago
Andrzej Rybczak 8a14d08cd9 fix detection if database has been updated 17 years ago
Andrzej Rybczak 89779e6fb9 sort files in Browser::GetLocalDirectory() 17 years ago
Andrzej Rybczak eaa7364f79 fix another copypasta bug 17 years ago
Andrzej Rybczak 8b460d4635 fix MPD::Song::GetTrackNumber() 17 years ago
Andrzej Rybczak 183077d573 fix copy'n'paste bug 17 years ago
Andrzej Rybczak b0943c28c2 fix adding songs to playlist (broken by d82498ea) 17 years ago
Andrzej Rybczak c8c5aa079e fix appending now playing song prefix/suffix if playlist is filtered 17 years ago
Andrzej Rybczak 6f7b77c84e editing lyrics shouldn't require mpd_music_dir variable to be set 17 years ago