[GH-ISSUE #257] Track hovering feature #184

Open
opened 2026-02-28 14:31:13 +03:00 by kerem · 1 comment
Owner

Originally created by @Tazi0 on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/257

Is your feature request related to a problem? Please describe.
This isn't linked to a bug, just a small addition

Describe the feature you'd like
If a user hovers over a track like so:
Screen Shot 2022-01-11 at 23 45 10
Then the number (in this case the 5.) changes into a play icon.

Also, maybe an active song should have the pause button while hovering where the number would be.

While thinking about hovering additions, maybe a heart icon to add them to your liked playlist

Originally created by @Tazi0 on GitHub (Jan 11, 2022). Original GitHub issue: https://github.com/jpochyla/psst/issues/257 **Is your feature request related to a problem? Please describe.** This isn't linked to a bug, just a small addition **Describe the feature you'd like** If a user hovers over a track like so: <img width="501" alt="Screen Shot 2022-01-11 at 23 45 10" src="https://user-images.githubusercontent.com/45716542/149033302-563abceb-da7d-47da-bce5-8f384b62639f.png"> Then the number (in this case the `5.`) changes into a play icon. Also, maybe an active song should have the pause button while hovering where the number would be. While thinking about hovering additions, maybe a heart icon to add them to your liked playlist
Author
Owner

@jacksongoode commented on GitHub (Mar 17, 2022):

This was originally tested by Spotify in their mobile app but they removed it for some reason. In their implementation it was a short 10s loop of a section within the song after a use had pressed and held on a track for 2s. I wonder if seek can be used for this.

<!-- gh-comment-id:1071372420 --> @jacksongoode commented on GitHub (Mar 17, 2022): This was originally tested by Spotify in their mobile app but they removed it for some reason. In their implementation it was a short 10s loop of a section within the song after a use had pressed and held on a track for 2s. I wonder if [seek](https://developer.spotify.com/documentation/web-api/reference/#/operations/seek-to-position-in-currently-playing-track) can be used for this.
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/psst#184
No description provided.