mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #25] [CLOSED] [WIP] Random and Loop controls #407
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#407
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/25
Author: @reynn
Created: 1/20/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
313fe88Working towards shuffle and looping playback modes9be6fd8remove icons, buttons visibility fix, cleanup📊 Changes
7 files changed (+183 additions, -17 deletions)
View changed files
📝
Cargo.lock(+65 -13)📝
psst-core/src/audio_player.rs(+70 -4)📝
psst-gui/Cargo.toml(+1 -0)📝
psst-gui/src/cmd.rs(+2 -0)📝
psst-gui/src/delegate.rs(+4 -0)📝
psst-gui/src/ui/playback.rs(+30 -0)📝
psst-gui/src/widget/icons.rs(+11 -0)📄 Description
First pass at implementing random and looping to the project.
this is really rough right now and currently is only configurable in code. I have some ideas on where to go from here but would like some feedback.
I'm sure I could have missed stuff since I am still learning the code base, if there is a better way you think this could be accomplished I'm happy to hear them :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.