summaryrefslogtreecommitdiff
path: root/src/mpdpp.cpp
AgeCommit message (Expand)Author
2010-08-23support adding last.fm streams to playlistAndrzej Rybczak
2010-08-22handle possible errors while saving playlist properlyAndrzej Rybczak
2010-08-18mpd: do not rely on idle event itself in case of playlist changeAndrzej Rybczak
2010-08-10browser: if current dir doesn't exists, go down one level automaticallyAndrzej Rybczak
2010-06-17media library/tag editor: block idle while doing hierarchical searchesAndrzej Rybczak
2010-04-01make MPD::Connection::Version() return integer instead of floatAndrzej Rybczak
2010-03-25if connection to mpd is lost, change mpd state to unknownAndrzej Rybczak
2010-03-23fix error codes handlingAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22add support for adding random artists/albums to playlistAndrzej Rybczak
2010-01-22add support for built-in mpd searching in search engineAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2010-01-05make media library show more songs (with incomplete tags etc.)Andrzej Rybczak
2010-01-03fix toggle commandAndrzej Rybczak
2009-12-23make MPD::Connection::Toggle() run playback if player is stoppedAndrzej Rybczak
2009-12-23remove hack that concerns idle events mode.Andrzej Rybczak
2009-12-23add config options for communication mode with mpd (polling for default)Andrzej Rybczak
2009-12-22reenable hack disabled with 0007ba40Andrzej Rybczak
2009-12-18send idle command immediately after actions that doesn't change mpd statusAndrzej Rybczak
2009-12-18remove hack that guaranteed proper status update (not needed anymore)Andrzej Rybczak
2009-11-13check for errors after calling status updaterAndrzej Rybczak
2009-11-05do not delete items from playlist if sending command delete failedAndrzej Rybczak
2009-11-02fix 'db update' flag not being updated if mpd is stoppedAndrzej Rybczak
2009-10-30improve elapsed time handlingAndrzej Rybczak
2009-10-28fix MPD::Connection::Add()Andrzej Rybczak
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej Rybczak
2009-10-25use idle mask to see what changed instead of comparing old and new statusAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-10-25use select() instead of poll() as it's portableAndrzej Rybczak
2009-10-25use idle notifications instead of polling mpd all the timeAndrzej Rybczak
2009-10-23new feature: toggle replay gain mode (requires >=mpd-0.16)Andrzej Rybczak
2009-10-11new screen: mpd server infoAndrzej Rybczak
2009-10-10shorten long names in messages displayed in statusbarAndrzej Rybczak
2009-10-10pass to MPD::Connection::AddSong() another parameter - position to addAndrzej Rybczak
2009-10-08fix detection if database has been updatedAndrzej Rybczak
2009-10-06fix adding songs to playlist (broken by d82498ea)Andrzej Rybczak
2009-10-06throw away isConnected variable and use itsConnection insteadAndrzej Rybczak
2009-10-04fix MPD::Connection::GetDirectories()Andrzej Rybczak
2009-10-04fix broken compilation due to lack of setters for mpd_songAndrzej Rybczak
2009-09-23add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()Andrzej Rybczak
2009-09-23fix Connection::AddSong()Andrzej Rybczak
2009-09-22make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)Andrzej Rybczak
2009-08-30throw away all NULLs and replace them by 0sAndrzej Rybczak
2009-08-29move code responsible for adding selected items to playlists to misc.cppAndrzej Rybczak
2009-08-25simplify code responsible for adding items with 'a' moreAndrzej Rybczak
2009-07-05some MPD::Song improvements and syntax simplificationsAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-06-29fix database updateAndrzej Rybczak