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.cpp
Age
Commit message (
Expand
)
Author
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-18
Do not loop after sending a database update command to Mopidy
Andrzej Rybczak
2020-12-13
Pass random_exlude_pattern as reference
Andrzej Rybczak
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-11-13
Update headers
Andrzej Rybczak
2016-10-30
Use mt19937 random number generator instad of the default one
Hamuko
2015-11-11
mpd: fix root directory handling with MPD >= 0.20
Andrzej Rybczak
2015-06-15
status: always check if current song is not empty
Andrzej Rybczak
2015-05-03
do not include error.h as it's not the desired file
Andrzej Rybczak
2015-05-02
actions: only shuffle selected range of playlist if applicable
Andrzej Rybczak
2015-04-12
browser: refresh browser on database update properly
Andrzej Rybczak
2015-01-17
Merge branch '0.6.x'
Andrzej Rybczak
2015-01-17
mpd: fix floating point exception when adding random tags/songs
BenoƮt Dardenne
2014-11-03
mpd: get rid of *List typedefs
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: 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-29
normalize messages
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-26
mpd: fix memory leak added by 67550d460
Andrzej Rybczak
2014-08-25
mpd: fix fetching mtime in getDirectoryRecursive
Matthew Hague
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: make it possible to send playlist_delete command in commands list
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
actions: new action: set_volume
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-11
remove remaining exclamation marks from messages
Andrzej Rybczak
2012-09-06
mpd: separate statistics
Andrzej Rybczak
2012-09-06
mpd: adjust indentation
Andrzej Rybczak
[next]