Replies: 2 comments 3 replies
-
AFAIK you can download the recent 12GB sql3 database snapshot from lrclib.net I'm not affiliated with this project, I've just been wondering for a while about truly open source databases for lyrics, music tags, movies and tv shows, books and comics etc. They would have to be shared P2P (IPFS) and also version controlled, compressed well and split into the most frequent data that can be cached locally, and more rare chunks that is mirrored by clients. So author or groups and users can submit, authenticate, fork and merge data. I can't quite wrap my head around how this would work. I think "DefraDB" or "OrbitDB" provide some of those functionalities. |
Beta Was this translation helpful? Give feedback.
-
First of all, I’m sorry for the delayed response. I’ve been a bit busy with life, so I haven’t been very active in maintaining the project or answering questions lately. It’s true that the providers aren’t open-sourced, but for good reason. If they were, the project might face a higher risk of being taken down due to DMCA claims. Other than that, I have no motivation to keep the source code to myself. If you’re interested in seeing the implementation, feel free to email me, and I’ll share the code with you. ;-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw there are endpoints /get and /get-cached
/get may retrieve from external sources/
but there are no such providers in code??
I assume they are hidden and not open sourced
If lyrics are retrieved from external sources, there should be an update mechanism too. Like for some tracks, tracks have already been fetched and might be wrong, on musixmatch or other sources, they are then updated later, then they are not refetched and wrong lyrics remain in database
Beta Was this translation helpful? Give feedback.
All reactions