A cross-platform Flutter app (currently planned for Android and Linux) to display time-synced lyrics from lrclib.net for the tracks currently playing on system
- on Linux, I am using MPRIS to get the current track information
- on Android, I am using the
android.media.session
thing to get the current track information - Windows one I might consider doing it as it looks easy
- MacOS and iOS are not planned because I don't own any apple device.