TanmayPatil105 / verse

🎶 Fetch lyrics of the song currently playing on Spotify

Home Page:https://flathub.org/apps/details/io.github.TanmayPatil105.verse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verse
verse

Fetch the lyrics of the song currently playing on Spotify

Download on Flathub

Another Day of Sun

License

verse is licensed under the Apache-2.0.

Building from source

Linux

Build locally:

Required packages for Debian, Ubuntu, Mint etc.

sudo apt install meson ninja-build python-setuptools libgtk-4-dev libadwaita-1-0
meson setup _build
meson compile -C _build
meson install -C _build

Build using GNOME Builder

In Builder, click the "Clone Repository" button at the bottom, using https://github.com/TanmayPatil105/verse.git as the URL.
Click the Build button at the top once the project is loaded.

Install using flatpak-builder (works on all Linux distributions)

# for Debian, Ubuntu, Mint etc.
sudo apt install flatpak-builder

# Install
flatpak-builder  --force-clean _flatpak/ io.github.TanmayPatil105.verse.json  --user --install
flatpak run io.github.TanmayPatil105.verse

API keys

verse requires Spotify and Genius.com APIs.

Take a look on how to obtain the API tokens.

Motivation

Well..

No lyrics

Premium subscription

Monthly lyrics limit

About

🎶 Fetch lyrics of the song currently playing on Spotify

https://flathub.org/apps/details/io.github.TanmayPatil105.verse

License:Apache License 2.0


Languages

Language:Python 88.8%Language:Meson 10.8%Language:CSS 0.3%