TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Synced lyrics database with a free, easy-to-use API

2 pointsby fs0c13ty00about 1 year ago
I was always frustrated that there is no solid source for synced lyrics that also offers decent API support. There is good ol&#x27; Crintsoft&#x27;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 &quot;free&quot; API that are reverse-engineered from their app, you will quickly run into rate-limit.<p>That&#x27;s why I created LRCLIB. It&#x27;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&#x27;m trying my best to make LRCLIB server-side code open-source as soon as possible. But right now, full LRCLIB&#x27;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:&#x2F;&#x2F;lrclib.net&#x2F;db-dumps" rel="nofollow">https:&#x2F;&#x2F;lrclib.net&#x2F;db-dumps</a>.<p>Many open-source projects have already begun integrating LRCLIB, including:<p>- beets - music library metadata management (<a href="https:&#x2F;&#x2F;github.com&#x2F;beetbox&#x2F;beets">https:&#x2F;&#x2F;github.com&#x2F;beetbox&#x2F;beets</a>) - feishin - self-hosted music player (<a href="https:&#x2F;&#x2F;github.com&#x2F;jeffvli&#x2F;feishin">https:&#x2F;&#x2F;github.com&#x2F;jeffvli&#x2F;feishin</a>) - namida - music player for Android (<a href="https:&#x2F;&#x2F;github.com&#x2F;namidaco&#x2F;namida">https:&#x2F;&#x2F;github.com&#x2F;namidaco&#x2F;namida</a>)<p>If you are interested or are looking for a good API for unsynced&#x2F;synced lyrics source, please check it out!

1 comment

loozabout 1 year ago
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 &quot;dont have&quot; permission to show the lyrics of other artists