I was always frustrated that there is no solid source for synced lyrics that also offers decent API support. There is good ol' Crintsoft's MiniLyrics that is thankfully free software, was what I used a lot in my childhood, but unfortunately the API is highly obfuscated. Another popular choice is the Musixmatch API, which has a very large database of synced lyrics, but with "free" API that are reverse-engineered from their app, you will quickly run into rate-limit.<p>That's why I created LRCLIB. It's aimed to provide completely free synchronized lyrics for everyone, especially for FOSS music players, with zero profit intention. It currently has nearly 3,000,000 (not deduplicated) lyrics in database. You can also contribute to the database by adding and syncing lyrics for your favorite songs using the LRCGET client.<p>I'm trying my best to make LRCLIB server-side code open-source as soon as possible. But right now, full LRCLIB's database dumps have already been uploaded regularly and publicly, which are simply sqlite3 files. Feel free to download, look at or do anything you want with the database at <a href="https://lrclib.net/db-dumps" rel="nofollow">https://lrclib.net/db-dumps</a>.<p>Many open-source projects have already begun integrating LRCLIB, including:<p>- beets - music library metadata management (<a href="https://github.com/beetbox/beets">https://github.com/beetbox/beets</a>)
- feishin - self-hosted music player (<a href="https://github.com/jeffvli/feishin">https://github.com/jeffvli/feishin</a>)
- namida - music player for Android (<a href="https://github.com/namidaco/namida">https://github.com/namidaco/namida</a>)<p>If you are interested or are looking for a good API for unsynced/synced lyrics source, please check it out!
Yes, I have been waiting for someone to do something like this, the problem with minilyrics is its too old and the chance of upload client working is like 1 out of 10. And regarding musixmatch, they would take down lyrics randomly because they "dont have" permission to show the lyrics of other artists