ValRat / genius-spicetify

Spotify desktop client app fetches lyrics from Genius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genius-spicetify

Spotify desktop client app fetches lyrics from Genius

demo

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
mv "genius-spicetify" genius

Windows in Powershell:

cd "$(spicetify -c | Split-Path)\CustomApps"
git clone https://github.com/khanhas/genius-spicetify
Rename-Item "genius-spicetify" genius
  1. Finally, run:
spicetify config custom_apps genius
spicetify apply

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

Spotify desktop client app fetches lyrics from Genius


Languages

Language:CSS 82.4%Language:HTML 17.6%