dart_mpd 0.2.0
dart_mpd: ^0.2.0 copied to clipboard
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 concatenatedString
- Removed pre-parsed tags in
MpdSong
- Use
MpdSong.tags
instead
- Use
- Fixed
currentsong
now returnsnull
when no value is returned - Fixed
move
andmoveid
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.