DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
478 stars 16 forks source link

[Enhancement] Embed song lyrics #63

Open Warden20 opened 10 months ago

Warden20 commented 10 months ago

The application embeds a lot of metadata only what is missing to complete this is that you can embed the lyrics of the songs, either synchronized or simply as text lyrics.

DJDoubleD commented 10 months ago

As far as I can see and am aware, Qobuz doesn't have lyrics of any kind. So this doesn't seem like a realistic possibility, unless the lyrics can easily and accuratly be fetched from another open service. I'm just going to leave this feature request open for now just in case I ever stumble across an easy solution (although unlikely).

orbittwz commented 10 months ago

You can get the lyrics when you listen to the songs... my favorite music player is MusicBee which does automatically displays the lyrics. There are options to save into the track file, or just leave it on screen.

DJDoubleD commented 5 months ago

Just for future reference: #82 was duplicate with some lyrics services suggestions.

formeo14 commented 1 month ago

You can fetch the Lyrics from a LRCLIB instance. That is quite easy. I did that here before for another project that are only a few lines of code: https://github.com/TrevTV/DeezNET/commit/5d15cf16378fa410d63b7ebb75e1d781926d310b

DJDoubleD commented 1 month ago

You can fetch the Lyrics from a LRCLIB instance. That is quite easy. I did that here before for another project that are only a few lines of code: TrevTV/DeezNET@5d15cf1

Thank you for this information, I did not know about this service. I'll be sure to check it out.