Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Lyrics using Musixmatch API (or other) #226

Closed
jtraulle opened this issue Jun 4, 2021 · 5 comments
Closed

[Feature] Lyrics using Musixmatch API (or other) #226

jtraulle opened this issue Jun 4, 2021 · 5 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@jtraulle
Copy link

jtraulle commented Jun 4, 2021

Hello,

First of all, thanks for this clean and sleek UI. Really glad to be able to use a good looking GTK app 馃檪

I would be great to be able to get the lyrics of the currently playing song (for example using the Musixmatch API)

@ondras12345
Copy link
Contributor

Disclaimer: I'm just a random user.
You can use an application like osdlyrics. It finds out what is currently playing through MPRIS and displays synced lyrics.
In my opinion, the music player itself should not need to handle this.
However, you need to somehow get the .lrc files that contain not only the text, but also timing information. python-musixmatch looks promising, maybe I'll try it.

@xou816
Copy link
Owner

xou816 commented Jun 4, 2021

Hi there! Thanks for the kind words :)

I'd agree with @ondras12345 I'd rather not have to implement this myself -- feels like it's beyond the scope of making a simple Spotify client!

But I find it very valuable to document these additional tools that play well with MPRIS and therefore spot -- might be worth adding it to the README. Similarly we should probably document tools that cover other use cases, such as scrobbling #85

@xou816 xou816 added enhancement New feature or request wontfix This will not be worked on labels Jun 4, 2021
@lunaneff
Copy link

lunaneff commented Feb 2, 2022

Official Spotify (at least on Android, haven't tried other clients) now has this, any chance for this to be reconsidered? Reading the code from another project which does have lyrics, this is the API call:

https://spclient.wg.spotify.com/color-lyrics/v2/track/{trackId}

@jannuary
Copy link
Contributor

jannuary commented Feb 2, 2022

I feel it's best we stay as a music app first and foremost and I think there's definitely an opportunity for an app that uses Musixmatch or Spotify (which are pretty much the same thing) lyrics synced to whatever's playing on mpris independent of actually listening through Spotify.

@joenepraat
Copy link

I think this is a really great app! Only important thing missing compared to the official Spotify app are lyrics. 馃し馃徎 Other options (like osdlyrics) doesn't seem to work for me (Ubuntu 23.04). 馃槩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

6 participants