mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #339] [MERGED] pick random song from tracklist #763
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#763
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/Rigellute/spotify-tui/pull/339
Author: @BKitor
Created: 3/16/2020
Status: ✅ Merged
Merged: 3/20/2020
Merged by: @Rigellute
Base:
master← Head:pick-random-song-with-shift-s📝 Commits (10+)
b368296pick random song from playlist122b554play a random song from the current saved_tracks392db76shuffle for playlist search9c0430cshuffle pick from MadeForYou contexta1d1844code reviewbbff58dhelp menu instructions402483dadded help texte63b213Merge branch 'master' into pick-random-song-with-shift-s8b855d4replace .unwrap() with and_thend4a639dMerge branch 'master' into pick-random-song-with-shift-s📊 Changes
5 files changed (+110 additions, -4 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
Cargo.lock(+4 -3)📝
Cargo.toml(+1 -0)📝
src/handlers/track_table.rs(+103 -0)📝
src/ui/help.rs(+1 -0)📄 Description
When using Spotify I often use their Shuffle Playlist button. Spotify-tui doesn't seem to have that kind of feature. What if Shift-s on Track Table chooses a random song from whatever context is active, and plays it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.