Fetch the lyrics of the song currently playing on Spotify
verse is licensed under the Apache-2.0.
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.
# 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
verse
requires Spotify and Genius.com APIs.
Take a look on how to obtain the API tokens.
Well..