mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #748] [MERGED] Feature: Add ability to jump to search result #861
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#861
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/748
Author: @JohnMitchell04
Created: 6/17/2025
Status: ✅ Merged
Merged: 7/26/2025
Merged by: @aome510
Base:
master← Head:master📝 Commits (6)
af340f7Add the ability to jump to a search result5d6f1deFix typof83d070Fix typo51b7b54Expand context and change keybinda99d001Merge branch 'master' into master745d729fmt📊 Changes
4 files changed (+24 additions, -1 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/window.rs(+17 -1)📄 Description
Currently, there's no way to jump to a search result within a playlist without first playing the song and using
JumpToCurrentTrackInContext. This PR adds the ability to jump directly to any search result in a playlist. After searching, highlight a result and press C-j to jump to its location in the playlist.The default keybind is C-j, which overlaps with
MovePlaylistItemDown. Whilst, the two don't conflict during search, I recognise this may not be desirable, so I can change the default if desired.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.