mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #484] Jump to currently playing track in the list #274
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#274
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 @aNNiMON on GitHub (Jul 4, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/484
Describe the solution you'd like
For those who have more than 1000 tracks in the playlist and use shuffle, it would be nice to have an action to navigate to the currently playing track in the current context. This action can be bound to the key sequence
g corg 0. Actually in Vim there'sz zto center the current line under the cursor, but I seezalready bound to queue.CurrentlyPlayingContextPageaction before jumping.Describe alternatives you've considered
As an alternative, I suggest adding a way to jump to the track by it's number. Possibly by pressing the
#key and typing in a track number. This also requires adding{trackno}to the playback format configuration, so the user can look at the track number, press#(org spaceto switch to a context and then#) and jump to that track.