Display lyrics on media players with MPRIS-2 interface
notice: temporarily unmaintained due to broken computer, however keep pushing issues anyway guys, I'll fix them ASAP
If you're using Chromium based browsers you can use lyrics on Youtube with this browser-playerctl extension.
Lyrics isn't able to syncronize with Spotify App (at least for free accounts) due to null MPRIS position, so the Lyrics will always start from beginnig wherever the track position is.
To enable the app to download lyrics you should install also lyricsources, a python library adapted from OSDLyrics
You'll need the following dependencies:
libglib2.0-dev
libgranite-dev
libgtk-3-dev
libcairo2-dev
meson
valac
Run meson
to configure the build environment and then ninja
to build
meson build --prefix=/usr
ninja -C build
To install, use ninja install
sudo ninja -C build install
And execute
com.github.naaando.lyrics