Lyrics For Spotify App
Lyricfier2 is a rewrite of the old lyricfier using Golang and running as a web server.
Warning: We are in a very early stage!
Go to releases page:
https://github.com/emilioastarita/lyricfier2/releases/latest
Install from snap store
sudo snap install lyricfier
sudo snap connect lyricfier:mpris spotify:spotify-mpris
In Ubuntu, you can use snap
sudo snap install --classic --channel=1.14/stable go
sudo apt-get install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
Get esc
utility
go get -u github.com/mjibson/esc
git clone [email protected]:emilioastarita/lyricfier2.git
cd lyricfier2/
# add go/bin directory to path
PATH=$PATH:~/go/bin/ make build