mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #272] Scroll to current playing song #195
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#195
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 @confact on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/272
Is your feature request related to a problem? Please describe.
When clicking the next button and looking at the next song in the playlist, I might need to scroll to find it.
Describe the solution you'd like
If the current playing song is below the current view, scroll down if clicking next.
Having a better UI/UX, if the current song is just at the bottom of the view and you click on next, it should follow it in the playlist view.
@FichteFoll commented on GitHub (Feb 25, 2024):
Counter argument: I may be browsing the playlist and also wish to skip the current track. If the playlist would then automatically scroll to the next treack, I'd lose my previous scroll position.
Instead, I believe doing what the official Spotify client does would be better: allow some user action to scroll to the currently playing song in its respective context (e.g. playlist, album, artist). Currently, this happens when you click on the album cover in the bottom left.
Edit: see also #370.