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
I tried install with pip and from source but nothing works,
only shows: bash: spotify-lyrics: command not found and when I tried run spotify_lyrics.py it only shows info about artist, album, song and album art but without any lyrics, idk what i did wrong
I use arch with bspwm
The text was updated successfully, but these errors were encountered:
So for command not found problem, you probably need to add export PATH="$PATH:$HOME/.local/bin" to your rc (bashrc, zhsrc etc.). For the lyrics problem, the part I parse, constantly changes so it is required to change the code regularly. It seems they don't want people to parse it so I just stopped changing it. Currently I am only using this program as a lyrics viewer. I open it and edit the lyrics manually by pressing E.
I tried install with pip and from source but nothing works,
only shows: bash: spotify-lyrics: command not found and when I tried run spotify_lyrics.py it only shows info about artist, album, song and album art but without any lyrics, idk what i did wrong
I use arch with bspwm
The text was updated successfully, but these errors were encountered: