Lyricfier is an electron app that communicates with Spotify Desktop Client to get the current song and then looks for a matching lyric scraping the web.
Go to Lyricfier releases page and download the zip file for your platform.
# clone the repo
git clone https://github.com/emilioastarita/lyricfier.git
# change dir
cd lyricfier
# take some coffee and download all the internet with yarn
yarn install
yarn start
- fetching album cover does is not supported
You can easily write a new scraping plugin. Just look at the folder render/plugins
for some inspiration.
Original Idea: @fedeisas
Bug fixes and lot of improvements @mrkmndz
UI/Design: @silvestreh