TimoLin / SpotifyLyrics

This is a python script to show synced lyrics of your current playing song in Spotify at terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I couldn't run

mehmet-mert opened this issue · comments

I am sorry, when I try to run it opening and says INVALID_CLIENT: Invalid redirect URI

And this is program: ```
Using localhost as redirect URI without a port. Specify a port (e.g. `localhost:8080`) to allow automatic retrieval of authentication code instead of having to copy and paste the URL your browser is redirected to.

Enter the URL you were redirected to:

Hi, Mert,
Since Spotify has lyrics now, I didn't use this tool for a long time. I'll have a look at your issue.
Can you provide more information as shown in the following list?

  • I've create an app in spotify-developer-dashborad
  • I've replaced the client_id and client_secret of that app with my own information.
  • I've installed all requirements.
  • I am using a Premium account.

Spotify developer's app

The client_id and client_secret are shown in the app like tihs:
image

First run of this program

Open the link in your browser and copy the redirected link to the terminal.
image

I am grateful for your helping.
I solved some problems about localhost-not starting-

Whatever, but now whenever I try to run I am getting this:
Addvcsız
:

Lyrics API minilyrics out of date

Hi, Mert
This script searches lyrics from minilyrics. Although there are many lyrics source website, but minilyrics is the one of the few that has synchronized lyrics. Its website crintsoft.com may be out of service for now. See this reddit thread.
There are some alternatives, like musixmatch. But this need register and token to use.

Hi, @mehmet-mert,
I've found a good lyrics source provider lrc_kit. I've pushed the fix.
If you are still interested in this small project, feel free to pull the fix patches and follow the instructions in the Readme to have a try.