Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
/ spotify-lyrics Public archive

Shows lyrics from the song you're playing in Spotify.

License

Notifications You must be signed in to change notification settings

yishn/spotify-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: Since 2018, Spotify has changed its method how it communicates with Spotify Webhelper. Since then, no one has figured out how the new communication works, which is why this project no longer works.

spotify-lyrics

Shows lyrics from the song you're currently playing in Spotify. Download the latest release.

Screenshot

Features

  • Lyrics autoscroll
  • Automatically get lyrics from musixmatch
  • Always on top window if needed
  • Typography prettifier

Building

Building spotify-lyrics requires Node.js 6 or later and npm. First, clone this repository:

$ git clone https://github.com/yishn/spotify-lyrics
$ cd spotify-lyrics

Install the dependencies using npm:

$ npm install

You can build using:

$ npm run build

The binaries will be created in spotify-lyrics/dist/. This app is optimized for Windows, but it should work on other platforms as well.