WordFind is a simple library to search for time synced lyrics through online platforms.
The library loops through all the platforms until it finds the appropriate lyrics, additionally a new platform can be
added by the consumer of the library by implementing the Provider abstract class.
- Musixmatch
- LRCLIB
- NetEase
For the installation, set up the jitpack repository following the jitpack's how to: https://jitpack.io/#word-view/WordFind
val wordfind = WordFind()
wordfind.find(trackName = "Eleanor Rigby", artistName = "The Beatles", convertToVtt = true)
// Omit convertToVtt to get an LRC version.
wordfind.find(trackName = "Eleanor Rigby", artistName = "The Beatles")