mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #41] Unsynced Lyrics Bug #32
Labels
No labels
UPDATES
bug
bug
documentation
enhancement
hacktoberfest
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-lyrics-api#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitit0 on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/41
The API used to work perfectly fine, now it only shows unsynced lyrics and only 5 at a time.
Example:
{"error":false,"syncType":"UNSYNCED","lines":[{"startTimeMs":"0","words":"Baby, baby","syllables":[],"endTimeMs":"0"},{"startTimeMs":"0","words":"There will always be a space for you and me","syllables":[],"endTimeMs":"0"},{"startTimeMs":"0","words":"Right where you left it","syllables":[],"endTimeMs":"0"},{"startTimeMs":"0","words":"And just maybe","syllables":[],"endTimeMs":"0"},{"startTimeMs":"0","words":"Enough time will pass","syllables":[],"endTimeMs":"0"}]}Probably related, the web browser version of the spotify player shows the lyrics not synced as well. It seems to work fine in the app though.
@akashrchandran commented on GitHub (May 11, 2024):
It seems that Spotify has finally made lyrics a premium feature. Even in the Spotify app, I am getting the same thing. I have the latest version, haven't check old build it may be still working.