[PR #59] [MERGED] Implement volume control #585

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/59
Author: @Rigellute
Created: 10/13/2019
Status: Merged
Merged: 10/13/2019
Merged by: @Rigellute

Base: masterHead: volume-control


📝 Commits (1)

📊 Changes

6 files changed (+54 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 src/app.rs (+37 -0)
📝 src/handlers/mod.rs (+6 -0)
📝 src/main.rs (+1 -1)
📝 src/ui/help.rs (+3 -1)
📝 src/ui/mod.rs (+6 -2)

📄 Description

Use - to decrease and + to increase volume in 10% increments.

Thanks to @jfaltis for the bindings suggestion.

Closes https://github.com/Rigellute/spotify-tui/issues/57


🔄 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/59 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/13/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `volume-control` --- ### 📝 Commits (1) - [`9962e12`](https://github.com/Rigellute/spotify-tui/commit/9962e12edb1ec6e0a372351901e6aad9cef7d466) Implement volume control ### 📊 Changes **6 files changed** (+54 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `src/app.rs` (+37 -0) 📝 `src/handlers/mod.rs` (+6 -0) 📝 `src/main.rs` (+1 -1) 📝 `src/ui/help.rs` (+3 -1) 📝 `src/ui/mod.rs` (+6 -2) </details> ### 📄 Description Use `-` to decrease and `+` to increase volume in 10% increments. Thanks to @jfaltis for the bindings suggestion. Closes https://github.com/Rigellute/spotify-tui/issues/57 --- <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:06 +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#585
No description provided.