[GH-ISSUE #256] Play/search history #185

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

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.

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.
Author
Owner

@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.

<!-- gh-comment-id:1110774071 --> @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.
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#185
No description provided.