dart_mpd 0.3.0 copy "dart_mpd: ^0.3.0" to clipboard
dart_mpd: ^0.3.0 copied to clipboard

a dart package which implements the MPD protocol. https://www.musicpd.org/

0.3.0 #

  • Added fields for all possible tags in MpdSong
    • E.g. you can now use MpdSong.artist instead of MpdSong.tags['Artist'].
  • Added MpdClient.onSend callback
    • Called with the event that is sent to MPD
  • Fixed multiple values for a tag in a song didn't get parsed correctly
  • Fixed readpicture threw an exception when the current song had no picture
    • Returns null now.
  • Removed MpdValue union type in favor of a List<String> to store the values of a key in MpdResponse

0.2.0 #

  • Upgraded to dart 3
  • Updated parsing multiple values for one key is now returned as a List<String> instead of a concatenated String
  • Removed pre-parsed tags in MpdSong
    • Use MpdSong.tags instead
  • Fixed currentsong now returns null when no value is returned
  • Fixed move and moveid parameters didn't support relative position
  • Fixed when sending multiple requests in a quick succession the data was not framed into proper messages, causing the responses to get mixed up

0.1.2 #

  • Fixed connection didn't lookup host when not using unix socket files
  • Fixed playid command

0.1.1 #

  • Updated pub description

0.1.0 #

  • Initial version.
3
likes
0
pub points
77%
popularity

Publisher

unverified uploader

a dart package which implements the MPD protocol. https://www.musicpd.org/

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, file, freezed_annotation, json_annotation, platform

More

Packages that depend on dart_mpd