mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #200] [MERGED] Add play recommendations for song/artist on pressing 'r' #668
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#668
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/200
Author: @neriglissar
Created: 1/4/2020
Status: ✅ Merged
Merged: 1/26/2020
Merged by: @Rigellute
Base:
master← Head:play-recommendations-for-selected-seed📝 Commits (5)
0f9dbacAdd play recommendations for song/artist on pressing 'r'f68f947Fix misuse of wildcard pattern152eaf9Reformatted code60c50f0Fix Clippy warningsc94d7e9Fix the length of recommendations to fit screen📊 Changes
11 files changed (+387 additions, -8 deletions)
View changed files
📝
Cargo.toml(+1 -0)📝
src/app.rs(+118 -0)📝
src/handlers/album_tracks.rs(+43 -1)📝
src/handlers/artist.rs(+37 -1)📝
src/handlers/artists.rs(+13 -1)📝
src/handlers/common_key_events.rs(+6 -0)📝
src/handlers/recently_played.rs(+15 -1)📝
src/handlers/search_results.rs(+35 -1)📝
src/handlers/track_table.rs(+30 -1)📝
src/ui/help.rs(+5 -0)📝
src/ui/mod.rs(+84 -2)📄 Description
I implemented a feature which on keypress 'r' loads a list of recommended songs for the selected song or artist and starts playback. This functionality was requested in issue #171 (see also #129).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.