| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Move to SimpleDatabase::GetSong() to give that method more control.
|
|
Code can now be reused in LookupSong().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helps avoid unnecessary archive scans during database update on a
fresh MPD process.
|
|
|
|
|
|
|
|
|
|
Fixes crash after database update.
|
|
Fixes initialization failure.
|
|
|
|
|
|
|
|
|
|
There is no advantage in using g_setenv().
|
|
|
|
|
|
|
|
|
|
|
|
The upper-case name seems to be the canonical one.
|
|
|
|
|
|
|
|
|
|
Finally, MPD runs on Android. For some small value of "runs". Very
much work left, too much to describe.
|
|
|
|
|
|
|
|
|
|
This is what we get from the storage plugin via FileInfo. Fixes a
compiler warning on Mac OS X where dev_t appears to be signed.
|
|
|
|
|
|
Fixes nullptr dereference (regression by commit df5f9f4a).
|
|
|
|
|
|
|