[PR #471] [MERGED] Add ability to add to queue #553

Closed
opened 2026-02-28 14:33:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/471
Author: @SO9010
Created: 5/7/2024
Status: Merged
Merged: 6/17/2024
Merged by: @jacksongoode

Base: masterHead: master


📝 Commits (8)

  • 2295cef Add ability to add to queue
  • 856a70a add ability to take queued song to other playlists, TODO: make it so it passes the song so it can be displayed in the corner
  • 7f0bab4 Add to queue rework - Now queues are held
  • ecd8546 Fix if switching contexts e.g: playing a different song from a different album, retains added queue.
  • 9a99249 Change added_items to user_added_items, Lint using clippy.
  • 8f13fdd Linting done with format
  • bc9791f Var name to user_items
  • a00272b Remove redundant comment

📊 Changes

7 files changed (+95 additions, -7 deletions)

View changed files

📝 README.md (+1 -1)
📝 psst-core/src/player/mod.rs (+4 -0)
📝 psst-core/src/player/queue.rs (+30 -2)
📝 psst-gui/src/cmd.rs (+3 -2)
📝 psst-gui/src/controller/playback.rs (+14 -0)
📝 psst-gui/src/data/mod.rs (+20 -1)
📝 psst-gui/src/ui/track.rs (+23 -1)

📄 Description

This adds the ability to right-click on a song and add it to play next in the queue. Please do leave me feedback and critiques as this is my first time programming in rust!

Solves #431 !


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/471 **Author:** [@SO9010](https://github.com/SO9010) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`2295cef`](https://github.com/jpochyla/psst/commit/2295cef770190c38eb1840890924346bfc878f3a) Add ability to add to queue - [`856a70a`](https://github.com/jpochyla/psst/commit/856a70aa47322bee9ee2017926ca5bd179a2824f) add ability to take queued song to other playlists, TODO: make it so it passes the song so it can be displayed in the corner - [`7f0bab4`](https://github.com/jpochyla/psst/commit/7f0bab48f0a082aa3f1407b856cbc76011beba85) Add to queue rework - Now queues are held - [`ecd8546`](https://github.com/jpochyla/psst/commit/ecd8546bf39d0768963109c9a6868744051353b9) Fix if switching contexts e.g: playing a different song from a different album, retains added queue. - [`9a99249`](https://github.com/jpochyla/psst/commit/9a9924963cc65e733e65a45c832050eeb326b84c) Change added_items to user_added_items, Lint using clippy. - [`8f13fdd`](https://github.com/jpochyla/psst/commit/8f13fddd1aa7ed829ae662a283cc669c67396cca) Linting done with format - [`bc9791f`](https://github.com/jpochyla/psst/commit/bc9791fcb40b3fa19561bbc7f5c07b4716b46d17) Var name to user_items - [`a00272b`](https://github.com/jpochyla/psst/commit/a00272b31e7ae20ea55ae09b178b06b3bfd75239) Remove redundant comment ### 📊 Changes **7 files changed** (+95 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `psst-core/src/player/mod.rs` (+4 -0) 📝 `psst-core/src/player/queue.rs` (+30 -2) 📝 `psst-gui/src/cmd.rs` (+3 -2) 📝 `psst-gui/src/controller/playback.rs` (+14 -0) 📝 `psst-gui/src/data/mod.rs` (+20 -1) 📝 `psst-gui/src/ui/track.rs` (+23 -1) </details> ### 📄 Description This adds the ability to right-click on a song and add it to play next in the queue. Please do leave me feedback and critiques as this is my first time programming in rust! Solves #431 ! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:25 +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/psst#553
No description provided.