[PR #200] [MERGED] Add play recommendations for song/artist on pressing 'r' #668

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

📋 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: masterHead: play-recommendations-for-selected-seed


📝 Commits (5)

  • 0f9dbac Add play recommendations for song/artist on pressing 'r'
  • f68f947 Fix misuse of wildcard pattern
  • 152eaf9 Reformatted code
  • 60c50f0 Fix Clippy warnings
  • c94d7e9 Fix 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).

Screenshot 2020-01-04 at 09 21 39


🔄 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/200 **Author:** [@neriglissar](https://github.com/neriglissar) **Created:** 1/4/2020 **Status:** ✅ Merged **Merged:** 1/26/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `play-recommendations-for-selected-seed` --- ### 📝 Commits (5) - [`0f9dbac`](https://github.com/Rigellute/spotify-tui/commit/0f9dbac7a482070287f119ffba9a6bec175291b4) Add play recommendations for song/artist on pressing 'r' - [`f68f947`](https://github.com/Rigellute/spotify-tui/commit/f68f947db0cf3f4fc9adbf7fe9ff1a9ab6667755) Fix misuse of wildcard pattern - [`152eaf9`](https://github.com/Rigellute/spotify-tui/commit/152eaf9020bfe502204563878a7d68a437d16659) Reformatted code - [`60c50f0`](https://github.com/Rigellute/spotify-tui/commit/60c50f0164b69d8121ad2ba6d45e5d9ff2e90191) Fix Clippy warnings - [`c94d7e9`](https://github.com/Rigellute/spotify-tui/commit/c94d7e93ce463f784bc48366cebc4c1c206541c2) Fix the length of recommendations to fit screen ### 📊 Changes **11 files changed** (+387 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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). ![Screenshot 2020-01-04 at 09 21 39](https://user-images.githubusercontent.com/53038761/71762899-e9952980-2ed5-11ea-9092-66962beb7a0d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:25 +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#668
No description provided.