-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a better lyrics provider #28
Comments
"https://genius.com/" can you find the API of this site? It has almost all the lyrics. |
Thanks for the proposition, but the problem with genius.com is that they don't have the time-stamp for each lyric. This means that we don't know when we need to display the lyrics in the status. |
i think it is extremely unlikely that your going to find another free API. The only real solution that i can think of is what i said before in a previous issue, somehow figuring out how to grab the lyrics direction from spotify, to avoid using MusixMatch (which is paid) directly. But as you said before, I am not sure of the legality of this, but I also doubt anyone (at MusixMatch or Spotify) would care enough to do anything about it. Figuring out a way to do it in this method would also result in a 100% perfect sync, as oftentimes with the api that is currently being used it is desynced because it's the lyrics of some different version of the song. |
And being able to copy the text from spotify cannot be hard. If you download an app called "textify" you are able to directly copy the text in spotify. So, it's doable. AND, textify is open source. So you can just go see how it works. https://github.com/m417z/Textify |
Stale issue message |
Yeah you are right, I will try getting the lyrics directly from Spotify. |
Stale issue message |
I will try some things and if they don't work I will deprecate the plugin... |
Stale issue message |
We have finally deprecated the plugin, thanks for using it and for your help :)) |
We are currently using api.textyl.co to get the lyrics, with time-stamp, of the song we are currently listening to on spotify.
There are some pros and cons with this API :
Pros :
Cons :
To conclude we need an API that is free, has time-stamped lyrics and is updated with new songs
So if you know an API that meets these criteria let us know in this issue ;)
The text was updated successfully, but these errors were encountered: