[PR #339] [MERGED] pick random song from tracklist #763

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

📋 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: masterHead: pick-random-song-with-shift-s


📝 Commits (10+)

  • b368296 pick random song from playlist
  • 122b554 play a random song from the current saved_tracks
  • 392db76 shuffle for playlist search
  • 9c0430c shuffle pick from MadeForYou context
  • a1d1844 code review
  • bbff58d help menu instructions
  • 402483d added help text
  • e63b213 Merge branch 'master' into pick-random-song-with-shift-s
  • 8b855d4 replace .unwrap() with and_then
  • d4a639d Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/339 **Author:** [@BKitor](https://github.com/BKitor) **Created:** 3/16/2020 **Status:** ✅ Merged **Merged:** 3/20/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `pick-random-song-with-shift-s` --- ### 📝 Commits (10+) - [`b368296`](https://github.com/Rigellute/spotify-tui/commit/b368296d2035d8b9fdc7ffc08904abd846d43dc1) pick random song from playlist - [`122b554`](https://github.com/Rigellute/spotify-tui/commit/122b5543a079cbc2b2361edbe7100218ad8da0a1) play a random song from the current saved_tracks - [`392db76`](https://github.com/Rigellute/spotify-tui/commit/392db76007dfb9d753de1868f917c0fbee247e18) shuffle for playlist search - [`9c0430c`](https://github.com/Rigellute/spotify-tui/commit/9c0430ca15b5eff57888bff17971edadb26f1a36) shuffle pick from MadeForYou context - [`a1d1844`](https://github.com/Rigellute/spotify-tui/commit/a1d184464f91e672db0ee07b35f7451295072c2f) code review - [`bbff58d`](https://github.com/Rigellute/spotify-tui/commit/bbff58dc8393367556051650fa929745dafaf2c4) help menu instructions - [`402483d`](https://github.com/Rigellute/spotify-tui/commit/402483dbf3f5b82823b19c514ccfe48ee3979815) added help text - [`e63b213`](https://github.com/Rigellute/spotify-tui/commit/e63b21386bf4dbcc4e53a913f2e35b87cf86ddb6) Merge branch 'master' into pick-random-song-with-shift-s - [`8b855d4`](https://github.com/Rigellute/spotify-tui/commit/8b855d4daae535e7e0e6f5f9e154b007bfba6028) replace .unwrap() with and_then - [`d4a639d`](https://github.com/Rigellute/spotify-tui/commit/d4a639daf113650a912ac35f59b0ebd151c5a0b5) Merge branch 'master' into pick-random-song-with-shift-s ### 📊 Changes **5 files changed** (+110 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:16 +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/spotify-tui#763
No description provided.