Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilioastarita/lyricfier2
Search lyrics for Spotify app | New version in golang
https://github.com/emilioastarita/lyricfier2
lyricfier lyricfier2 lyrics lyrics-fetcher lyrics-search spotify
Last synced: 6 days ago
JSON representation
Search lyrics for Spotify app | New version in golang
- Host: GitHub
- URL: https://github.com/emilioastarita/lyricfier2
- Owner: emilioastarita
- Created: 2018-11-16T12:18:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T23:49:50.000Z (about 4 years ago)
- Last Synced: 2024-08-01T19:54:12.387Z (3 months ago)
- Topics: lyricfier, lyricfier2, lyrics, lyrics-fetcher, lyrics-search, spotify
- Language: Go
- Homepage:
- Size: 12.2 MB
- Stars: 82
- Watchers: 6
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
sudo snap install lyricfier
sudo snap connect lyricfier:mpris spotify:spotify-mpris
```[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/lyricfier)
## How to build
### Install golang
In Ubuntu, you can use snap
```bash
sudo snap install --classic --channel=1.14/stable go
```### Install build dependencies
```bash
sudo apt-get install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
```Get `esc` utility
```bash
go get -u github.com/mjibson/esc
```### Clone repo and build
```bash
git clone [email protected]:emilioastarita/lyricfier2.git
cd lyricfier2/
# add go/bin directory to path
PATH=$PATH:~/go/bin/ make build
```[Download latest release](https://github.com/emilioastarita/lyricfier2/releases/latest)
![Lyricfier 2 in Ubuntu](screenshots/screenshot-lyricfier.jpg?raw=true "Lyricfier 2")