[GH-ISSUE #484] Jump to currently playing track in the list #274

Closed
opened 2026-03-02 23:46:08 +03:00 by kerem · 0 comments
Owner

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 c or g 0. Actually in Vim there's z z to center the current line under the cursor, but I see z already bound to queue.

  • If nothing is currently playing -> do nothing
  • If the current context doesn't contain a track -> either do nothing, or call CurrentlyPlayingContextPage action 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 # (or g space to switch to a context and then #) and jump to that track.

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 c` or `g 0`. Actually in Vim there's `z z` to center the current line under the cursor, but I see `z` already bound to queue. - If nothing is currently playing -> do nothing - If the current context doesn't contain a track -> either do nothing, or call `CurrentlyPlayingContextPage` action 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 `#` (or `g space` to switch to a context and then `#`) and jump to that track.
kerem 2026-03-02 23:46:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#274
No description provided.