mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #9] [Feature Request] Download word-by-word lyrics #5
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MDSVJ on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/9
It would be great if we could also download the word-by-word lyrics, just like in this project: https://github.com/zhaarey/apple-music-downloader . Thanks!
@androidguy28 commented on GitHub (Oct 24, 2025):
This would be an awesome cherry on top!
@IZA165 commented on GitHub (Oct 31, 2025):
if you're using Apple Music as a source for lyrics I used Gamdl to download the timed lyrics in .lrc format (as well as the songs). Not sure if that's something that can be easily copied over @uimaxbai but I didn't need to do any fancy decryption stuff, just needed the cookie file.
I think it works in the same way as the project @MDSVJ commented
@binimum commented on GitHub (Oct 31, 2025):
I use an API which converts TTML to JSON. Converting it back to TTML is a hassle that I don't really think would be worth it - but I am exploring other APIs (this is sort of on the back burner though with Hi-Res downloading and a better UI being my main concerns atm)
@trungnt2910 commented on GitHub (Dec 20, 2025):
Current lyrics feature already works great for my use case, but I wonder if it is possible for the platform to embed these lyrics onto the downloaded
.flacfile's metadata using theLYRICStag.For example, this is what lucida.to is doing for some songs:
I'm not sure if it's entirely related to this issue, but having seen a bunch of different "lyrics" issues getting closed as a duplicate of this, I think it's better to post here.
@binimum commented on GitHub (Dec 20, 2025):
I was thinking about doing this using the Hi-Fi API's lyrics endpoint - I'll just have to wait for some free time to implement it.
@binimum commented on GitHub (Dec 31, 2025):
You should now be able to download TTML or LRC lyrics from the lyrics popup - just scroll down to the bottom. I'm working on embedding lyrics into the file.
@trungnt2910 commented on GitHub (Jan 1, 2026):
Nice to hear that. This should be as simple as adding a
lyricsattribute tobuildMetadataEntriesright?github.com/uimaxbai/tidal-ui@e42dbac616/src/lib/api.ts (L1639-L1724)@MDSVJ commented on GitHub (Jan 3, 2026):
I noticed that when downloading TTML lyrics, background vocals seem to be stripped and different singers are not separated (left/right in the lyrics view).
@binimum commented on GitHub (Jan 4, 2026):
I can reproduce this. Onto fixing it!
@MDSVJ commented on GitHub (Jan 5, 2026):
Yeah it's quite odd because in the lyrics view, they are displayed properly with the appropriate parameters and such.