Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
/ genius-spicetify Public archive

Fetch lyrics from Genius and Musixmatch right in Spotify desktop client

Notifications You must be signed in to change notification settings

khanhas/genius-spicetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abandoned, in favor of Lyrics Plus for Spicetify v2. If you wish, you can still download and use genius-spicetify in Spotify v1.1.58 or older with Spicetify v1.2.1. Otherwise, check out Lyrics Plus, it has more Lyrics providers and customisability.

genius-spicetify

Spotify desktop client app fetches lyrics from Genius and Musixmatch

demo

demo2

How to install

  1. Make sure spicetify-cli is installed and run spicetify apply normally.
  2. Run these commands, one by one:

Linux and MacOS in Bash:

cd "$(dirname "$(spicetify -c)")/CustomApps"
git clone https://github.com/khanhas/genius-spicetify genius

Windows in Powershell:

cd "$(spicetify -c | Split-Path)\CustomApps"
git clone https://github.com/khanhas/genius-spicetify genius

Don't have GIT?, Windows in Powershell:

cd "$(spicetify -c | Split-Path)\CustomApps"
Invoke-WebRequest -Uri https://github.com/khanhas/genius-spicetify/archive/master.zip -UseBasicParsing -OutFile .\genius.zip
Expand-Archive -Path .\genius.zip -DestinationPath .
Rename-Item "genius-spicetify-master" "genius"
  1. Finally, run:
spicetify config custom_apps genius
spicetify apply

How to update

If you already installed before with those steps above, you just need to run these to update: Linux and MacOS in Bash:

cd "$(dirname "$(spicetify -c)")/CustomApps/genius"
git pull

Windows in Powershell:

cd "$(spicetify -c | Split-Path)\CustomApps\genius"
git pull

Musicxmatch

I already included a free user token to fetch full and synched lyrics from Musixmatch database. Since Musixmatch has limit rate per token, too many requests with same token will temperory block it from receiving result. Follow these steps to retrieve a personal token:

  1. Download and install Musixmatch offical app: https://download-app.musixmatch.com/download Windows user: install it via Windows Store.

  2. You don't have to log in!

  3. Now in Musixmatch app, hit Ctrl + Shift + i to bring up DevTools.

mxm1

  1. Switch to Network tab. Hit Ctrl + R. Filter results with "apic":

mxm2

  1. Click at any result, it will show up request detail panel. Scroll all the way down. Note down usertoken

mxm3

For example request above, I should note down:

200501593b603a3fdc5c9b4a696389f6589dd988e5a1cf02dfdce1
  1. In genius app folder, open file manifest.json. In that file, look for UserToken, then just fill it in with yours.

  2. Restart Spotify and Enjoy!

Disclaimer

This app assets were taken from lyrics app from Spotify team and modified by me. I do not own any of these code and they should not be reused anywhere else.

About

Fetch lyrics from Genius and Musixmatch right in Spotify desktop client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published