@bbroughton
Musixmatch is the only provider we don't use their API directly for searching, because their API requires payment.
So we have to guess the URL for the lyric for a specific song, ie.:
https://www.musixmatch.com/lyrics/Strawbs/Autumn
We probably have to do some sort of conversion for non-latin characters.
If you can find out how to convert the artist and song title to a URL then I can change it in code.