mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 16:45:59 +03:00
[PR #977] Pull request for implementing a play from random song from "Liked" and play a random song from a random playlist #1110
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#1110
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/977
Author: @iainrobb
Created: 4/22/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (7)
d1d0505new commit stuff92f96b4new10ad0b6new testd7d6232new json test014a137added some stuff0d83493add commente24c171final push before pull request for review📊 Changes
10 files changed (+229 additions, -3 deletions)
View changed files
➕
.vscode/launch.json(+45 -0)📝
src/app.rs(+117 -0)📝
src/cli/cli_app.rs(+9 -0)📝
src/cli/handle.rs(+2 -2)📝
src/cli/util.rs(+1 -1)📝
src/handlers/mod.rs(+3 -0)📝
src/main.rs(+6 -0)📝
src/network.rs(+34 -0)📝
src/ui/help.rs(+7 -0)📝
src/user_config.rs(+5 -0)📄 Description
The first task is about the user being able to play liked song from the liked list such as the command. "play --name liked --liked --random"
The second task is about the user now can use the letter “f” as input in the application to obtain a random song from a playlist they made or follow, without even leaving the current playlist table block they are currently in. This even implements a feature the spotify application itself does not have, as when we randomly select a song from one of the playlists, we do not use the “shuffle” feature, as our screenshots below demonstrate. We even added a help message in the helper key, when a user enters spotify-tui, the user will enter the “?” key to see what they can do, and what we implement “f” is shown at the bottom of the help key list.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.