mpdtoys 0.19 released with these changes
- Factored out matching code from mprompt and vipl.
- mprompt: Enable fuzzy matching by default, if the String::Approx module is available. The -f flag is deprecated.
- vipl: Also enable fuzzy matching by default.
- vipl: Fix inserting/preservation of streaming urls in the playlist.
- mprompt, vipl: If the entered value exactly matches a file in the mpd collection, use it without doing further matching.
- mpinsert: Enable partial/whole album/artist/fuzzy matching using same code used for mprompt and vipl.