Natoune / SpotifyMobileLyricsAPI

This API overrides the Spotify API endpoint used in the Spotify mobile app to fetch lyrics for the currently playing song.
MIT License
66 stars 2 forks source link

appreciation ❤️ and some questions and suggestions #9

Open Amin2460 opened 1 week ago

Amin2460 commented 1 week ago

first of all , thank you soo sooo sooooo much for this ❤️ you don't know how happy I am that the lyrics are back thanks to you ❤️ your work is very appreciated ❤️🎉🎉

💢💢I also had a question, are all the requests sent to Spotify servers sent from your own account? or are the requests sent from each user's account? for example, when I use this app, the request to get lyrics from Spotify is sent from my own account, or does your personal account send the request and then send the lyrics to me?

I'm asking this because if all of the requests are being made from your own personal account, can't Spotify block your account for sending too many requests?

💢💢 suggestions: Spotify may stop providing lyrics all together at some point, so is it possible for you to work on alternative sources of getting the lyrics? so if Spotify stops it at some point , we'll still be able to get our lyrics from other sources and not be dependent on Spotify to provide us with lyrics.

I know this may be hard, but if you can figure it out somehow IT'LL BE AWESOME ❤️🎉 <3

again, thank you for creating this api ❤️ have a great day :)

Natoune commented 1 week ago

💢💢I also had a question, are all the requests sent to Spotify servers sent from your own account? or are the requests sent from each user's account? for example, when I use this app, the request to get lyrics from Spotify is sent from my own account, or does your personal account send the request and then send the lyrics to me?

All requests are made by the server using a Spotify account dedicated to this.

I'm asking this because if all of the requests are being made from your own personal account, can't Spotify block your account for sending too many requests?

So far, I haven't had any issues with it.

💢💢 suggestions: Spotify may stop providing lyrics all together at some point, so is it possible for you to work on alternative sources of getting the lyrics? so if Spotify stops it at some point , we'll still be able to get our lyrics from other sources and not be dependent on Spotify to provide us with lyrics.

I have integrated fallback providers (see commit 189d0fd): NetEase and LRCLIB. If you know any other providers for synchronized lyrics, I'm interested!