Andrzej Rybczak
c51b27d401
Do not loop after sending a database update command to Mopidy
5 years ago
Andrzej Rybczak
21034fdfa7
Pass random_exlude_pattern as reference
5 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
516ee31109
Update headers
9 years ago
Hamuko
d544b777c3
Use mt19937 random number generator instad of the default one
10 years ago
Andrzej Rybczak
5d13934fed
mpd: fix root directory handling in MPD >= 0.20
10 years ago
Andrzej Rybczak
ca8f346ca2
mpd: fix root directory handling with MPD >= 0.20
10 years ago
Andrzej Rybczak
d5b4f1f8af
status: always check if current song is not empty
11 years ago
Andrzej Rybczak
6384c4bfd6
do not include error.h as it's not the desired file
11 years ago
Andrzej Rybczak
3bd9c88f05
actions: only shuffle selected range of playlist if applicable
11 years ago
Andrzej Rybczak
e30149d04c
browser: refresh browser on database update properly
11 years ago
Benoît Dardenne
af17e7eadf
mpd: fix floating point exception when adding random tags/songs
11 years ago
Andrzej Rybczak
7bfa120f37
mpd: get rid of *List typedefs
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
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
...
http://bugs.musicpd.org/view.php?id=4082
12 years ago
Andrzej Rybczak
d20765c53a
normalize messages
12 years ago
Andrzej Rybczak
85a2802361
update copyright message
12 years ago
Andrzej Rybczak
afd5c22acf
mpd: fix memory leak added by 67550d460
12 years ago
Matthew Hague
67550d4607
mpd: fix fetching mtime in getDirectoryRecursive
...
getdirectoryrecursive was using mpd_recv_song after a listall
including directories, changed to use mpd_recv_entity instead
(else incorrect mtime reported)
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
2880ac950e
mpdpp: make it possible to send playlist_delete command in commands list
...
this fixes #3749
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
ead12406e3
actions: new action: set_volume
13 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
63413368c8
remove remaining exclamation marks from messages
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
Andrzej Rybczak
bb121fbe01
make playlist and playlist editor share code responsible for moving items
14 years ago
Andrzej Rybczak
5e8d1673e0
implement ProxySongList for handling general operations on lists
14 years ago