shub39 / Rush

Android app to search, save and share lyrics like spotify! 💫
GNU General Public License v3.0
203 stars 9 forks source link

Add additional source for lyrics #11

Closed GitGitro closed 1 month ago

GitGitro commented 2 months ago

please consider adding an additional source like spotify for those who get blocked by cloudflare on genius by the error 403 (captcha)

api reference: https://github.com/akashrchandran/spotify-lyrics-api

thank you!

shub39 commented 1 month ago

I looked into this and it seems that adding an additional source for the lyrics will require a client id and secret thus, fdroid builds will not possible. However I could make it so that you share the song url from Spotify to rush and then it fetches the lyrics with the url. Will that be practical?

GitGitro commented 1 month ago

Uhm not really practical since i don't use spotify anymore. But why the access token and id? Maybe we could try like they did in SongSync and even deploy your own instance on vercel, or i could deploy it for you myself with a burner account. Alternatively there is another provider LRCLib you could look into. Let me know!

shub39 commented 1 month ago

LrcLib is interesting. Thanks!

shub39 commented 1 month ago

added lrclib