63 Commits (9c02bbf596ecabe00fb8280f953265560012ff36)

Author SHA1 Message Date
Andrzej Rybczak 9c02bbf596 media library/tag editor: block idle while doing hierarchical searches 16 years ago
Andrzej Rybczak 230b6ae3e3 make MPD::Connection::Version() return integer instead of float 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak df15fe2bf4 add support for adding random artists/albums to playlist 16 years ago
Andrzej Rybczak 153081158d add support for built-in mpd searching in search engine 16 years ago
Andrzej Rybczak ef6719f5bb make media library show more songs (with incomplete tags etc.) 16 years ago
Andrzej Rybczak 2fb20fd572 add config options for communication mode with mpd (polling for default) 16 years ago
Andrzej Rybczak 5b2dbe026c do not delete items from playlist if sending command delete failed 17 years ago
Andrzej Rybczak 0a95aebd7c improve elapsed time handling 17 years ago
Andrzej Rybczak 95ce4065ae add event handler for MPD_IDLE_OUTPUT notification 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 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 1a3e10dab7 new feature: toggle replay gain mode (requires >=mpd-0.16) 17 years ago
Andrzej Rybczak 03f6fd904f new screen: mpd server info 17 years ago
Andrzej Rybczak 833f608d60 shorten long names in messages displayed in statusbar 17 years ago
Andrzej Rybczak b979189111 pass to MPD::Connection::AddSong() another parameter - position to add 17 years ago
Andrzej Rybczak d82498ea16 throw away isConnected variable and use itsConnection instead 17 years ago
Andrzej Rybczak 0d9f6fab7d add MPD::Connection::Toggle() and throw away MPD::Connection::Execute() 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago
Andrzej Rybczak 2f971147b1 change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying() 17 years ago
Andrzej Rybczak 30b8622776 get total time from mpd status, not from currently playing track 17 years ago
Andrzej Rybczak 4f3040e0ec move code responsible for adding selected items to playlists to misc.cpp 17 years ago
Andrzej Rybczak 7a85a15ff2 simplify code responsible for adding items with 'a' more 17 years ago
Andrzej Rybczak 216b0b6af6 new feature: display bitrate in statusbar (optional, disabled by default) 17 years ago
Andrzej Rybczak 2eb913fe22 define MPD::Connection handler as an object, not pointer 17 years ago
Andrzej Rybczak 5a2853b36a new feature: outputs screen 17 years ago
Andrzej Rybczak dd266b0103 new feature: add random songs to playlist 17 years ago
Andrzej Rybczak ecd4c8cc17 get rid of C style casts 17 years ago
Andrzej Rybczak 00dcadcc8a add support for consume mode 17 years ago
Andrzej Rybczak 5f41640cd9 handle single command and remove hacks used as substitute for it 17 years ago
Andrzej Rybczak f78e88e6aa do not fetch status after succesful setvol command, set it locally 17 years ago
Andrzej Rybczak ab265f2fdf do not fetch mpd_Stats from mpd as it's unneded 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak a4599fffe7 speed up browsing media library 17 years ago
Andrzej Rybczak f162a7b880 new feature: playlist sorting (Ctrl-V by default) 17 years ago
Andrzej Rybczak 5d2daab416 new feature: apply filter to screen (Ctrl-F) 17 years ago
Andrzej Rybczak 32bac776e7 cleaning 17 years ago
Andrzej Rybczak ba6c2db0b1 improve resizing 17 years ago
Andrzej Rybczak 9cc1689a71 make changes from 7b6521a3 compatible with <mpd-0.14 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak c71f07df6d eliminate remained compiler warnings 18 years ago
Andrzej Rybczak c06861f4ee initialize all fields in MPD::StatusChanges to zeroes 18 years ago
Andrzej Rybczak 5c0af01cca put mpd connection related things into namespace 18 years ago
Andrzej Rybczak 51e7f56123 fix adding items to playlist 18 years ago
Andrzej Rybczak c64e3a9b3b use size_t instead of int where it's appropriate 18 years ago
unK beee0bc9d3 add support for browsing local filesystem 18 years ago
unK a85cfcd8eb several code clean-ups and corrections 18 years ago
unK 4ab4e72c97 implement argv handler and basic mpc commands 18 years ago
unK 9fd373625d add to libmpdclient support for getting list of any tag type 18 years ago