mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #471] [MERGED] Add ability to add to queue #553
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#553
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?
📋 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:
master← Head:master📝 Commits (8)
2295cefAdd ability to add to queue856a70aadd ability to take queued song to other playlists, TODO: make it so it passes the song so it can be displayed in the corner7f0bab4Add to queue rework - Now queues are heldecd8546Fix if switching contexts e.g: playing a different song from a different album, retains added queue.9a99249Change added_items to user_added_items, Lint using clippy.8f13fddLinting done with formatbc9791fVar name to user_itemsa00272bRemove 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.