Age | Commit message (Collapse) | Author |
|
|
|
http://bugs.musicpd.org/view.php?id=4082
|
|
|
|
|
|
|
|
getdirectoryrecursive was using mpd_recv_song after a listall
including directories, changed to use mpd_recv_entity instead
(else incorrect mtime reported)
|
|
|
|
|
|
|
|
this fixes #3749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
number of songs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
idle should be blocked in such cases since it would be enabled and
disabled a few times by each mpd command, which makes no sense and
slows down the whole process.
|
|
full version is always 0.xx.0, where xx is current
version of protocol, so why bother with zeros...
|
|
|