Skip to content
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

Time mismatch between lyrics on Musixmatch website and the output from Syncedlyrics (with musixmatch as forced provider) #54

Open
AFCMS opened this issue Aug 18, 2024 · 0 comments

Comments

@AFCMS
Copy link

AFCMS commented Aug 18, 2024

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):

image

When using Syncedlyrics:

def main():
    lrc = syncedlyrics.search(
        "True Faith (Inspired by Lotte Kestner's Cover) The Last of Us Part II: Covers and Rarities", # Works also with title + artists
        providers=["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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant