index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mpdpp.h
Age
Commit message (
Expand
)
Author
2020-12-20
Handle listallinfo failures more gracefully
Andrzej Rybczak
2020-12-20
Optimize deletion/cropping of main playlist by using ranges
Andrzej Rybczak
2020-12-19
Update header information and my email
Andrzej Rybczak
2020-12-19
Faster loading of playlists from the playlist editor
Andrzej Rybczak
2020-12-13
Pass random_exlude_pattern as reference
Andrzej Rybczak
2020-05-09
Fix build with GCC 10 by adding missing include
Louis Sautier
2019-10-01
Add random_exclude_pattern option for random songs
Laurent Arnoud
2017-03-12
Update AUTHORS and copyright line
Andrzej Rybczak
2017-03-12
Use volume command for relative volume changes instead of setvol
Andrzej Rybczak
2017-01-06
Do mpd status update after every call to noidle if appropriate
Andrzej Rybczak
2016-12-14
song list: get rid of boost::zip_iterator and improve {Const,}SongIterator
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-10-30
Use mt19937 random number generator instad of the default one
Hamuko
2015-05-02
actions: only shuffle selected range of playlist if applicable
Andrzej Rybczak
2015-04-12
search engine: stream songs from the database when using regexes
Andrzej Rybczak
2015-04-12
browser: refresh browser on database update properly
Andrzej Rybczak
2014-11-03
mpd: get rid of *List typedefs
Andrzej Rybczak
2014-11-03
fix shadow warnings
Andrzej Rybczak
2014-11-03
mpd: replace all consumers with iterators
Andrzej Rybczak
2014-11-02
mpd: make GetRecursiveDirectory return SongIterator
Andrzej Rybczak
2014-11-02
mpd: make Iterator more flexible
Andrzej Rybczak
2014-11-02
mpd: redesign Item and adjust browser
Andrzej Rybczak
2014-11-01
playlist editor: hold MPD::PlaylistS instead of std::stringS
Andrzej Rybczak
2014-11-01
mpd: make ItemType enum class
Andrzej Rybczak
2014-11-01
mpd: Item: do not wrap Song in shared_ptr
Andrzej Rybczak
2014-11-01
mpd: add Playlist
Andrzej Rybczak
2014-11-01
mpd: output: replace exception with assert
Andrzej Rybczak
2014-11-01
mpd: use unique_ptr for storage of mpd_connection
Andrzej Rybczak
2014-11-01
mpd: add OutputIterator
Andrzej Rybczak
2014-11-01
use SongIterator
Andrzej Rybczak
2014-11-01
mpd: add SongIterator
Andrzej Rybczak
2014-10-18
status: follow lyrics of proper song if consume mode is on
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-05-27
mpd: make Status/Statistics accessors inlineable
Andrzej Rybczak
2013-05-17
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
Andrzej Rybczak
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-27
mpdpp: fix compilation with gcc-4.6
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2013-04-06
mpdpp: remove unused member variable
Andrzej Rybczak
2013-04-06
actions: new action: set_volume
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-10-02
media library: optimize update
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-06
mpd: separate statistics
Andrzej Rybczak
2012-09-06
mpd: adjust indentation
Andrzej Rybczak
2012-09-04
actions: get deleting/cropping/clearing playlists right
Andrzej Rybczak
[next]