Summary: | Automatically fetch lyrics from the internet | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | alej0hio2007, antonios.hazim, gbcox, ivan.planinar, johnmaverick74, kimiblock, manuavazquez, p92, postix, public, smart2128vr |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=401969 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2019-04-15 15:28:29 UTC
I have started preliminary work to register Elisa on Musicbrainz. Do you know which services allow fetching lyrics and is usable by a free software application ? I would like the usage of web services to be an highlight of the future next stable version. Thanks Matthieu! I'm really looking forward to this. As for providers, lyrics.wikia.com has an API you can use: http://lyrics.wikia.com/api.php Here is how JuK does it, for reference: https://cgit.kde.org/juk.git/tree/lyricswidget.cpp#n68 I wonder if this code should be in a framework, so both can use it... Updated link to the place where JuK does it: https://invent.kde.org/multimedia/juk/-/blob/master/lyricswidget.cpp#L69 *** Bug 428837 has been marked as a duplicate of this bug. *** Lyrics wikia site is abandoned for good. Some other lyrics website with API has to be found. Darn, that's a shame. Where does Lollypop get its lyrics from? Besides Wikia that is no more Lolly gets it from: 1. Genius 2. Metro Lyrics 3. Bing *** Bug 426781 has been marked as a duplicate of this bug. *** *** Bug 446140 has been marked as a duplicate of this bug. *** I would also like this a lot!!! Anyone knows where did Amarok use to get his lyrics from? you can look at lyrics sources from clementine application. Clementine uses a list of providers: https://github.com/clementine-player/Clementine/blob/master/src/songinfo/songinfoview.cpp#L89 *** Bug 483726 has been marked as a duplicate of this bug. *** Take a look at the way the excellent player qmmp accomplishes this via a plugin. qmmp uses: letras.mus.br |