summaryrefslogtreecommitdiff
path: root/src/mpdpp.h
AgeCommit message (Expand)Author
2020-12-20Handle listallinfo failures more gracefullyAndrzej Rybczak
2020-12-20Optimize deletion/cropping of main playlist by using rangesAndrzej Rybczak
2020-12-19Update header information and my emailAndrzej Rybczak
2020-12-19Faster loading of playlists from the playlist editorAndrzej Rybczak
2020-12-13Pass random_exlude_pattern as referenceAndrzej Rybczak
2020-05-09Fix build with GCC 10 by adding missing includeLouis Sautier
2019-10-01Add random_exclude_pattern option for random songsLaurent Arnoud
2017-03-12Update AUTHORS and copyright lineAndrzej Rybczak
2017-03-12Use volume command for relative volume changes instead of setvolAndrzej Rybczak
2017-01-06Do mpd status update after every call to noidle if appropriateAndrzej Rybczak
2016-12-14song list: get rid of boost::zip_iterator and improve {Const,}SongIteratorAndrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-10-30Use mt19937 random number generator instad of the default oneHamuko
2015-05-02actions: only shuffle selected range of playlist if applicableAndrzej Rybczak
2015-04-12search engine: stream songs from the database when using regexesAndrzej Rybczak
2015-04-12browser: refresh browser on database update properlyAndrzej Rybczak
2014-11-03mpd: get rid of *List typedefsAndrzej Rybczak
2014-11-03fix shadow warningsAndrzej Rybczak
2014-11-03mpd: replace all consumers with iteratorsAndrzej Rybczak
2014-11-02mpd: make GetRecursiveDirectory return SongIteratorAndrzej Rybczak
2014-11-02mpd: make Iterator more flexibleAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-11-01playlist editor: hold MPD::PlaylistS instead of std::stringSAndrzej Rybczak
2014-11-01mpd: make ItemType enum classAndrzej Rybczak
2014-11-01mpd: Item: do not wrap Song in shared_ptrAndrzej Rybczak
2014-11-01mpd: add PlaylistAndrzej Rybczak
2014-11-01mpd: output: replace exception with assertAndrzej Rybczak
2014-11-01mpd: use unique_ptr for storage of mpd_connectionAndrzej Rybczak
2014-11-01mpd: add OutputIteratorAndrzej Rybczak
2014-11-01use SongIteratorAndrzej Rybczak
2014-11-01mpd: add SongIteratorAndrzej Rybczak
2014-10-18status: follow lyrics of proper song if consume mode is onAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-05-27mpd: make Status/Statistics accessors inlineableAndrzej Rybczak
2013-05-17get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media LibraryAndrzej Rybczak
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-04-27mpdpp: fix compilation with gcc-4.6Andrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2013-04-06mpdpp: remove unused member variableAndrzej Rybczak
2013-04-06actions: new action: set_volumeAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-06mpd: separate statisticsAndrzej Rybczak
2012-09-06mpd: adjust indentationAndrzej Rybczak
2012-09-04actions: get deleting/cropping/clearing playlists rightAndrzej Rybczak