google music: improve the matching of search results #445
Comments
This has been implemented in the 'plex' branch. It is now in master. Closing |
@tizonia How does the plex feature handle google music for fuzzy searching? |
Sorry, my message was perhaps a bit misleading. In Tizonia, the plex commands (as well as all the other commands, i.e google music, youtube, spotify, etc) internally implement fuzzy matching. That means your search strings don't need to be very precise in order to provide the 'expected' results. e.g.
|
@tizonia I see, great, thank you! Yeah I was reading the code and found out after my message what you mention. Thank you for the quick response, too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea is to use a fuzzy matching library to help with the matching of the query results with the user-provided string.
The text was updated successfully, but these errors were encountered: