[PR #567] [MERGED] Add possibility to queue a song #900

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/567
Author: @BeneCollyridam
Created: 9/1/2020
Status: Merged
Merged: 9/22/2020
Merged by: @Rigellute

Base: masterHead: add-queue-single-songs


📝 Commits (4)

  • 233c518 Add possibility to queue a song
  • 0852eaa Fix Clippy errors and run fmt
  • eb6416d Add add_item_to_queue in the entire user config
  • 68c9c3e Add help text for queue track functionality

📊 Changes

8 files changed (+135 additions, -0 deletions)

View changed files

📝 src/handlers/album_tracks.rs (+25 -0)
📝 src/handlers/artist.rs (+8 -0)
📝 src/handlers/recently_played.rs (+7 -0)
📝 src/handlers/search_results.rs (+21 -0)
📝 src/handlers/track_table.rs (+52 -0)
📝 src/network.rs (+17 -0)
📝 src/ui/help.rs (+1 -0)
📝 src/user_config.rs (+4 -0)

📄 Description

Using the new method in rspotify, we can now queue a song.
I have set the deafult to 'z', but it should probably be changed before the code
is merged.

This is in reference to issue #304

Please let me know if there are better ways to do this, then I can improve the
code


🔄 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/567 **Author:** [@BeneCollyridam](https://github.com/BeneCollyridam) **Created:** 9/1/2020 **Status:** ✅ Merged **Merged:** 9/22/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `add-queue-single-songs` --- ### 📝 Commits (4) - [`233c518`](https://github.com/Rigellute/spotify-tui/commit/233c5182a9f88836904af7da2ce90f08e7cd0f66) Add possibility to queue a song - [`0852eaa`](https://github.com/Rigellute/spotify-tui/commit/0852eaa6895bc34b3b655f602157bb071087357c) Fix Clippy errors and run fmt - [`eb6416d`](https://github.com/Rigellute/spotify-tui/commit/eb6416dc15a0f653cb407649d1872953ae732b2d) Add `add_item_to_queue` in the entire user config - [`68c9c3e`](https://github.com/Rigellute/spotify-tui/commit/68c9c3ec4a889ff90cc9467e2c746652502d6c5a) Add help text for queue track functionality ### 📊 Changes **8 files changed** (+135 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/handlers/album_tracks.rs` (+25 -0) 📝 `src/handlers/artist.rs` (+8 -0) 📝 `src/handlers/recently_played.rs` (+7 -0) 📝 `src/handlers/search_results.rs` (+21 -0) 📝 `src/handlers/track_table.rs` (+52 -0) 📝 `src/network.rs` (+17 -0) 📝 `src/ui/help.rs` (+1 -0) 📝 `src/user_config.rs` (+4 -0) </details> ### 📄 Description Using the new method in rspotify, we can now queue a song. I have set the deafult to 'z', but it should probably be changed before the code is merged. This is in reference to issue #304 Please let me know if there are better ways to do this, then I can improve the code --- <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:45 +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#900
No description provided.