https://github.com/tanmaypatil105/verse
🎶 Fetch lyrics of the song currently playing on Spotify
https://github.com/tanmaypatil105/verse
linux lyrics spotify
Last synced: about 1 year ago
JSON representation
🎶 Fetch lyrics of the song currently playing on Spotify
- Host: GitHub
- URL: https://github.com/tanmaypatil105/verse
- Owner: TanmayPatil105
- License: apache-2.0
- Created: 2024-05-24T17:22:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T17:43:36.000Z (about 1 year ago)
- Last Synced: 2025-05-01T18:39:23.335Z (about 1 year ago)
- Topics: linux, lyrics, spotify
- Language: Python
- Homepage: https://flathub.org/apps/details/io.github.TanmayPatil105.verse
- Size: 642 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
verse
Fetch the lyrics of the song currently playing on Spotify
## License
verse is licensed under the Apache-2.0.
## Building from source
### Linux
#### Build locally:
Required packages for Debian, Ubuntu, Mint etc.
```console
sudo apt install meson ninja-build python-setuptools libgtk-4-dev libadwaita-1-0
```
```console
meson setup _build
meson compile -C _build
meson install -C _build
```
#### Build using [GNOME Builder](https://flathub.org/apps/org.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)
```console
# 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](./wiki/README.md) on how to obtain the API tokens.
## Motivation
Well..