You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with synced lyrics is that more than often some songs are missing on one streaming service and on the other they are. And even if they are apparent some lines can be missing and even if everything is right and time syncing itself can be wrong.
This can lead some of us (who've got tens of thoundsends of tracks and albums) on a journy with 10 different programs to try and figure out which streaming service got the perfect (or at least coreect) synced lyrics for our songs and try to get those lyrics off of the streaming services.
So to combat this problem, here's an idea:
Do a program like this for Deezer and perhaps for Tidal too? (Maybe even Musixmatch!)
And combine all of them to one program.
That way we could combine all the massive databases of each streaming service into one and massivly increase our chances of getting a good quality synced Lyrics!
The text was updated successfully, but these errors were encountered:
We can create a program to fetch lyrics from different sources but it will be way hard to manage. Tidal only provides lyrics if you are subscribed to any of the paid plan and even though they use Musixmatch some songs doesn't have lyrics. Meanwhile deezer uses LyricFind, sometimes have wrongly matched lyrics and most of the songs don't have lyrics.
Musixmatch is the real pain, they have bizarre rate limiting. They only accept 2 requests per 5 second (* may not be accurate) and it increases as you make more requests. Its just pain to make a program, have tried before it just hard.
Spotify is the best source to get lyrics from Musixmatch with almost no rate limiting (as of now, they may add it in the future). Musixmatch song lyrics have attribute as Spotify id which makes the matching the tracks to lyrics way more easy. And spotify has a huge catalogue of songs.
If you want you can try a script I made to get LRC from deezer here.
The problem with synced lyrics is that more than often some songs are missing on one streaming service and on the other they are. And even if they are apparent some lines can be missing and even if everything is right and time syncing itself can be wrong.
This can lead some of us (who've got tens of thoundsends of tracks and albums) on a journy with 10 different programs to try and figure out which streaming service got the perfect (or at least coreect) synced lyrics for our songs and try to get those lyrics off of the streaming services.
So to combat this problem, here's an idea:
Do a program like this for Deezer and perhaps for Tidal too? (Maybe even Musixmatch!)
And combine all of them to one program.
That way we could combine all the massive databases of each streaming service into one and massivly increase our chances of getting a good quality synced Lyrics!
The text was updated successfully, but these errors were encountered: