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
Lyrics downloaded with Syncedlyrics and the Musixmatch provider have for some reason a time offset from what I can see in Musixmatch website or Spotify.
When searching the song on the Musixmatch website, as well as seeing the timestamp in Spotify's API calls, it's getting these timestamps at the start of the song (lyrics are Musixmatch verified):
When using Syncedlyrics:
defmain():
lrc=syncedlyrics.search(
"True Faith (Inspired by Lotte Kestner's Cover) The Last of Us Part II: Covers and Rarities", # Works also with title + artistsproviders=["musixmatch"], synced_only=True,
enhanced=False)
print(lrc)
I get this result:
[00:26.12] I feel so extraordinary
[00:31.80] Something's got a hold on me
It seems the gap becomes bigger and bigger in the duration of the song. I tried also downloading the enhanced word by word lyrics and timestamps were completely off too.
I have already noticed something like this when using spotdl, on specific songs it had some kind of offset too (so I guess musixmatch provider was used for them).
I tried the lrclib provider and timestamps were OK, so I guess the problem is in the Musixmatch provider.
The text was updated successfully, but these errors were encountered:
Lyrics downloaded with Syncedlyrics and the Musixmatch provider have for some reason a time offset from what I can see in Musixmatch website or Spotify.
For my testing I used this track: https://tidal.com/browse/track/156195061/u
When searching the song on the Musixmatch website, as well as seeing the timestamp in Spotify's API calls, it's getting these timestamps at the start of the song (lyrics are Musixmatch verified):
When using Syncedlyrics:
I get this result:
It seems the gap becomes bigger and bigger in the duration of the song. I tried also downloading the enhanced word by word lyrics and timestamps were completely off too.
I have already noticed something like this when using
spotdl
, on specific songs it had some kind of offset too (so I guess musixmatch provider was used for them).I tried the
lrclib
provider and timestamps were OK, so I guess the problem is in the Musixmatch provider.The text was updated successfully, but these errors were encountered: