Lyrics Spicetify is a Spotify extension that allows you to display the lyrics of the song currently playing.
- Download the command-line tool to customize Spotify client.
- Do not forget to download the
globals.d.ts
file and add it to the main spicetify-cli folder. - Then add the
spotifyLyrics.js
file (from this repository) to the Extensions folder (in .spicetify\Extensions). - Finaly replace the extension line with
extensions = spotifyLyrics.js
in the config file and do this line :spicetify apply
on the command prompt.
Enable the mode in the Spotify Menu (in the top right).
Click on the "LYRICS" button (next to the skip button) to display the lyrics.
Join the Discord server !
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is under GPLv3.