This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Releases: FloFaber/MphpD
Releases · FloFaber/MphpD
v1.3.0
v1.2.6
Changelog
v1.2.6
Improvements
Filtermay now have empty$tagand$operatorin constructor.
v1.2.5
Changelog
v1.2.5
Fixes
- Fixed
DB::get_picturenot returningfalseon error.
v1.2.4
v1.2.3
Changelog
v1.2.3
Fixes
- You can now search for empty strings when using
Filters.
v1.2.2
Changelog
v1.2.2
Fixes
- Fixed critical parsing bug when using
MPD_CMD_READ_LIST_SINGLE.
v1.2.1
Changelog
v1.2.1
Fixes
- Fixed DB::get_picture and DB::read_picture incorrectly returning false when file did not contain an image.
v1.2.0
Changelog
v1.2.0
Improvements
- Added new
DB::get_picturefunction.
v1.1.1
v1.1.0
Changelog
v1.1.0
Fixes
- Fixed
MPD_CMD_READ_LIST_SINGLEfor real this time. DB::read_picturedoes not throw a warning anymore if the requested file did not contain a picture. In that case an empty string is returned (as before).DB::countandDB::listnow return correct values when$groupis set. This is probably a breaking change but it was broken before.
Improvements
- Added
$case_sensitive-parameter toDB::count. MPD commandsearchcountis therefore supported as well. - Added new parse-mode
MPD_CMD_READ_GROUPfor grouped responses.