mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #256] Play/search history #185
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#185
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 @Sejsel on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/256
Is your feature request related to a problem? Please describe.
This is a feature I am missing from the original client. There is a section with recently played songs, and I used that to revisit what I played recently.
Describe the solution you'd like
I'd love to get an history of played songs, or perhaps a history of results selected from search. I believe the selected songs from search is what the original client uses, and it works fairly well.
The history could be unlimited, that would make it outright better than the original client.
I also think they omit songs that are only listened to for a couple of seconds to avoid bloating the history when quickly checking out results.
@MoriTanosuke commented on GitHub (Apr 27, 2022):
I use the Recently Played list often when I listened to a song and decide afterwards I want to put it on one of my playlists. I started playing around with the code and added the feature to my fork at https://github.com/MoriTanosuke/psst/tree/recently-played. I do not know any Rust, so I'd be very happy if someone could have a look at my branch and give me some pointers what I did wrong or what could be improved.
The new tab should be updated after a song was played or maybe everytime when the user opens the tab, but I could not yet add that to to my absolutely non-existing knowledge of Rust.