mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #536] Synced lyrics support #309
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#309
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 @71zenith on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/536
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Lyrics that would sync with track
I've found this sptlrx which provides a tui with synced lyrics and with my limited testing has more lyrics availability. They use an api to fetch the lyrics and feel like this can be reasonably ported over
It works with mpris, so it can be run externally
Describe alternatives you've considered
None
Additional context
@NickTheWilder commented on GitHub (Aug 8, 2024):
Related: #521 #513