Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Releases: FloFaber/MphpD

v1.3.0

15 Sep 16:47

Choose a tag to compare

Changelog

v1.3.0

Fixes

  • Fixed Queue::add_find not adding songs to queue

v1.2.6

14 Sep 11:42

Choose a tag to compare

Changelog

v1.2.6

Improvements

  • Filter may now have empty $tag and $operator in constructor.

v1.2.5

07 Dec 14:58

Choose a tag to compare

Changelog

v1.2.5

Fixes

  • Fixed DB::get_picture not returning false on error.

v1.2.4

06 Dec 14:35

Choose a tag to compare

Changelog

v1.2.4

Fixes

  • Fixed #17 (again)

v1.2.3

05 Dec 12:50

Choose a tag to compare

Changelog

v1.2.3

Fixes

  • You can now search for empty strings when using Filters.

v1.2.2

04 Dec 20:03

Choose a tag to compare

Changelog

v1.2.2

Fixes

  • Fixed critical parsing bug when using MPD_CMD_READ_LIST_SINGLE.

v1.2.1

01 Dec 12:43

Choose a tag to compare

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

22 Nov 18:36

Choose a tag to compare

Changelog

v1.2.0

Improvements

  • Added new DB::get_picture function.

v1.1.1

26 Sep 13:54

Choose a tag to compare

Changelog

v1.1.1

Fixes

  • Fixed return type of Queue::get. Issue #18.

v1.1.0

21 Aug 18:02

Choose a tag to compare

Changelog

v1.1.0

Fixes

  • Fixed MPD_CMD_READ_LIST_SINGLE for real this time.
  • DB::read_picture does 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::count and DB::list now return correct values when $group is set. This is probably a breaking change but it was broken before.

Improvements

  • Added $case_sensitive-parameter to DB::count. MPD command searchcount is therefore supported as well.
  • Added new parse-mode MPD_CMD_READ_GROUP for grouped responses.