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

outdated

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

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.
5
likes
0
points
269
downloads

Publisher

unverified uploader

Weekly Downloads

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