emilioastarita / lyricfier2

Search lyrics for Spotify app | New version in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Search lyrics for Spotify app | New version in golang


Languages

Language:Go 72.1%Language:JavaScript 26.4%Language:CSS 1.1%Language:Makefile 0.1%Language:Shell 0.1%Language:HTML 0.1%Language:Batchfile 0.1%