yet-another-spotify-lyrics icon indicating copy to clipboard operation
yet-another-spotify-lyrics copied to clipboard

Command Line Spotify Lyrics with Album Cover

Results 4 yet-another-spotify-lyrics issues
Sort by recently updated
recently updated
newest added

When i try to run _spotify-lyrics_ from the terminal it just prints the following error: > Traceback (most recent call last): > File "/home/mathias/.local/bin/spotify-lyrics", line 33, in > sys.exit(load_entry_point('yet-another-spotify-lyrics==2.4.5', 'console_scripts',...

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,...

I've changed some code in utils.py and in spotify_lyrics.py because I dont want to get metadata and lyrcis. I need only artwork. Maybe I broke something Here is the changes:...

I'm trying to install in the both ways: with pip and manually The pip way is the more difficult to me, so I've focus in the manually way, but always...