Spotify-Lyrics icon indicating copy to clipboard operation
Spotify-Lyrics copied to clipboard

Support Spotify's official lyric?

Open ccloli opened this issue 3 years ago • 6 comments

I noticed that Spotify now has lyric feature on web player, is it possible to use the official lyric api first? Since some songs are not using the same name as in NetEase music (Japan especially, some of them are using Roman as song name instead of Japanese if you're not in Japan).

URL: https://open.spotify.com/lyrics The URL will be available when playing song has lyric.

Snipaste_2020-10-12_10-36-02.png

API: https://spclient.wg.spotify.com/lyrics/v1/track/5MTcqelobfRlBHUwICBmAm?market=from_token You might need to pass Authorization header manually.

Snipaste_2020-10-12_10-36-22.png

ccloli avatar Oct 12 '20 02:10 ccloli

I hope this is implemented somtimes in the future. Sometimes there's no lyrics from the extension source meanwhile the official has one. Bit of a bummer if it can't just fetch lyrics from the official api as it's already available on the web player.

VosMovok avatar Jun 11 '21 16:06 VosMovok

I hope this is also taken a look at, following the global rollout of Spotify official lyrics. Since Spotify-Lyrics is able to inject custom functionality into the web player, I'm assuming it shouldn't be so difficult to grab the Authorization header as well. The endpoint still works, and contains timed lyrics in JSON format.

yutotakano avatar Nov 20 '21 22:11 yutotakano

Why not retain the official lyrics button? It just works. Add extra menu to do the lyrics search when there is no lyrics available. I think is difficult to determine when to use lyrics search automatically.

MisteryMonster avatar Oct 14 '22 02:10 MisteryMonster