131 Commits (0458c98baee39eb2d4df30576c6cb8227f6ba7b3)

Author SHA1 Message Date
Andrzej Rybczak 948d168790 Handle listallinfo failures more gracefully 5 years ago
Andrzej Rybczak ab27472b0b Optimize deletion/cropping of main playlist by using ranges 5 years ago
Andrzej Rybczak b68354a223 Update header information and my email 5 years ago
Andrzej Rybczak cbc9741e66 Faster loading of playlists from the playlist editor 5 years ago
Andrzej Rybczak 21034fdfa7 Pass random_exlude_pattern as reference 5 years ago
Louis Sautier 399e0f4700
Fix build with GCC 10 by adding missing include 6 years ago
Laurent Arnoud 69f49d558d
Add random_exclude_pattern option for random songs 7 years ago
Andrzej Rybczak 86ec51624e Update AUTHORS and copyright line 9 years ago
Andrzej Rybczak 625a0dff3a Use volume command for relative volume changes instead of setvol 9 years ago
Andrzej Rybczak e191959976 Do mpd status update after every call to noidle if appropriate 9 years ago
Andrzej Rybczak b7386c4fa6 song list: get rid of boost::zip_iterator and improve {Const,}SongIterator 9 years ago
Andrzej Rybczak 516ee31109 Update headers 9 years ago
Hamuko d544b777c3 Use mt19937 random number generator instad of the default one 10 years ago
Andrzej Rybczak 3bd9c88f05 actions: only shuffle selected range of playlist if applicable 11 years ago
Andrzej Rybczak 4a372c0fbb search engine: stream songs from the database when using regexes 11 years ago
Andrzej Rybczak e30149d04c browser: refresh browser on database update properly 11 years ago
Andrzej Rybczak 7bfa120f37 mpd: get rid of *List typedefs 12 years ago
Andrzej Rybczak 24de827f8b fix shadow warnings 12 years ago
Andrzej Rybczak 202a21c4b3 mpd: replace all consumers with iterators 12 years ago
Andrzej Rybczak e5b0c7a357 mpd: make GetRecursiveDirectory return SongIterator 12 years ago
Andrzej Rybczak afa8a34340 mpd: make Iterator more flexible 12 years ago
Andrzej Rybczak 0457af36fe mpd: redesign Item and adjust browser 12 years ago
Andrzej Rybczak 30d57afcac playlist editor: hold MPD::PlaylistS instead of std::stringS 12 years ago
Andrzej Rybczak fabd24c6a5 mpd: make ItemType enum class 12 years ago
Andrzej Rybczak 9a1afece86 mpd: Item: do not wrap Song in shared_ptr 12 years ago
Andrzej Rybczak 42bba40baf mpd: add Playlist 12 years ago
Andrzej Rybczak b98d830a33 mpd: output: replace exception with assert 12 years ago
Andrzej Rybczak cb6d8c69cd mpd: use unique_ptr for storage of mpd_connection 12 years ago
Andrzej Rybczak 72726831ca mpd: add OutputIterator 12 years ago
Andrzej Rybczak 4ad5c33f32 use SongIterator 12 years ago
Andrzej Rybczak 485e6ee4a3 mpd: add SongIterator 12 years ago
Andrzej Rybczak 683efb5a43 status: follow lyrics of proper song if consume mode is on 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 4db97e5502 mpd: make Status/Statistics accessors inlineable 13 years ago
Andrzej Rybczak 7deeecee20 get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library 13 years ago
Andrzej Rybczak 2f9ab8f267 mpdpp: make all consumers take values, not rvalue references 13 years ago
Andrzej Rybczak d0b0f1f57c mpdpp: fix compilation with gcc-4.6 13 years ago
Andrzej Rybczak 2184fb7c73 get rid of global mpd status object 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 6a3eb73a49 rewrite communication system with mpd 13 years ago
Andrzej Rybczak a0a2f6db1b mpdpp: remove unused member variable 13 years ago
Andrzej Rybczak ead12406e3 actions: new action: set_volume 13 years ago
Andrzej Rybczak efe2a52382 fix header guards 14 years ago
Andrzej Rybczak 1e335fae02 media library: optimize update 14 years ago
Andrzej Rybczak 9a292ca20d mpd: make functions take item consumer instead of returning vector of items 14 years ago
Matthew Hague b487f10f10 media library: add support for sorting by mtime 14 years ago
Andrzej Rybczak b57428db90 mdp: remove GetCurrentlyPlayingSongPos 14 years ago
Andrzej Rybczak fcf9ffe668 mpd: separate statistics 14 years ago
Andrzej Rybczak 0147a24add mpd: adjust indentation 14 years ago
Andrzej Rybczak a351d07eff actions: get deleting/cropping/clearing playlists right 14 years ago