mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #635] [MERGED] add support for synced lyrics #823
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#823
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/635
Author: @aome510
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/14/2024
Merged by: @aome510
Base:
master← Head:synced-lyrics📝 Commits (6)
3b26c9cwip: remove lyric-finder feature and corresponding implementation1fa0c8fwip: librespot lyrics integration783b9c7display lyrics returned from librespot37a9666implement synced functionality for lyrics page93d8444update docsc33997ehandle lyrics not found📊 Changes
23 files changed (+239 additions, -232 deletions)
View changed files
📝
.dir-locals.el(+1 -1)📝
.github/workflows/ci.yml(+1 -1)📝
Cargo.lock(+1 -1)📝
Dockerfile(+1 -1)📝
README.md(+58 -71)📝
docs/config.md(+4 -1)📝
examples/README.md(+2 -2)📝
spotify_player/Cargo.toml(+1 -2)📝
spotify_player/src/cli/handlers.rs(+3 -4)📝
spotify_player/src/client/handlers.rs(+12 -13)📝
spotify_player/src/client/mod.rs(+24 -14)📝
spotify_player/src/client/request.rs(+2 -4)📝
spotify_player/src/command.rs(+2 -4)📝
spotify_player/src/config/keymap.rs(+2 -4)📝
spotify_player/src/config/theme.rs(+10 -0)📝
spotify_player/src/event/mod.rs(+12 -13)📝
spotify_player/src/event/page.rs(+11 -41)📝
spotify_player/src/event/popup.rs(+9 -12)📝
spotify_player/src/state/data.rs(+3 -6)📝
spotify_player/src/state/model.rs(+24 -0)...and 3 more files
📄 Description
Resolves #536
Resolves #521
Resolves #513
Resolves #281
Resolves #155
lyric_finderfeature and the use oflyric_findercrate inspotify_playerlibrespot_metadatacrate and integratelibrespot_metadata::Lyricsto get timestamped lyricsFuture work
With timestamped lyrics, the lyrics page can support seeking to a specific line with mouse clicking.
Example
https://github.com/user-attachments/assets/01c3b8de-fa79-4739-a4da-3fe338613cd6
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
fuzzy_search_itemstoutilsto resolve #820 #891fuzzy_search_itemstoutilsto resolve #820 #1829