@Mayibongwe, could you implement 2-pass search according to provider's priority:
1-pass searches for synchronized lyrics, if synchronized lyrics are not found, then 2-pass searches for not synchronized lyrics?
I'm having difficulties understanding the request.
The way the plugin (or MusicBee itself, rather) works at the moment is that it iterates through the providers in the given order till it gets a hit.
Meaning that...if the
synced lyrics providers were listed at the top of the pile, then it would first search for lyrics there.
And then when it didn't find them, it would move on to the other
unsynced lyrics providers down the list.
You guys most probably already know that. I must be misunderstanding the request.