https://github.com/muriloventuroso/givemelyrics
See the lyrics of the song that is playing, from any application.
https://github.com/muriloventuroso/givemelyrics
appcenter elementaryos gtk lyrics
Last synced: 22 days ago
JSON representation
See the lyrics of the song that is playing, from any application.
- Host: GitHub
- URL: https://github.com/muriloventuroso/givemelyrics
- Owner: muriloventuroso
- Created: 2019-01-09T19:50:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T18:02:41.000Z (3 months ago)
- Last Synced: 2025-03-26T11:21:19.043Z (about 1 month ago)
- Topics: appcenter, elementaryos, gtk, lyrics
- Language: Vala
- Size: 1.02 MB
- Stars: 59
- Watchers: 3
- Forks: 10
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://hosted.weblate.org/engage/givemelyrics/?utm_source=widget)
Give Me Lyrics
See the lyrics of the song that is playing, from any application.
### Online Sources
* 163 music
* Lyrics Wikia
* API Seeds
* Letras.mus.br### Syncronized Lyrics (beta)
Sync the lyrics of the songs. Some points to consider:* The amount of music with this feature is limited (if you know of a reliable source of synchronized lyrics open a issue please).
* Some music applications do not provide the position of the song running through the MPRIS interface (eg Spotify), so manual changes to the song position (Seek) will not be tracked by the application.
* There are cases where the synchronization was done in a different version of the song being played (acoustic, live, etc).
[](https://appcenter.elementary.io/com.github.muriloventuroso.givemelyrics)
## Developing and Building
If you want to hack on and build Give Me Lyrics yourself, you'll need the following dependencies:
* libgtk-3-dev
* libgranite-dev
* meson
* valac
* libxml2-dev
* libsoup2.4-dev
* libjson-glib-devRun `meson build` to configure the build environment and run `ninja test` to build and run automated tests
meson build --prefix=/usr
cd build
ninja testTo install, use `ninja install`, then execute with `com.github.muriloventuroso.givemelyrics`
sudo ninja install
com.github.muriloventuroso.givemelyrics-----
[](https://appcenter.elementary.io/com.github.muriloventuroso.givemelyrics)