Skip to content

Search lyrics for Spotify app | New version in golang

Notifications You must be signed in to change notification settings

emilioastarita/lyricfier2

Repository files navigation

Lyricfier 2

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!

Downloads

Go to releases page:

https://github.com/emilioastarita/lyricfier2/releases/latest

Installation Linux

Install from snap store

sudo snap install lyricfier
sudo snap connect lyricfier:mpris spotify:spotify-mpris

Get it from the Snap Store

How to build

Install golang

In Ubuntu, you can use snap

sudo snap install --classic --channel=1.14/stable go

Install build dependencies

sudo apt-get install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev

Get esc utility

go get -u github.com/mjibson/esc

Clone repo and build

git clone git@github.com:emilioastarita/lyricfier2.git
cd lyricfier2/
# add go/bin directory to path
PATH=$PATH:~/go/bin/ make build

Download latest release

Lyricfier 2 in Ubuntu