[PR #311] [MERGED] Visualiser refinement #750

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/311
Author: @Rigellute
Created: 2/24/2020
Status: Merged
Merged: 2/24/2020
Merged by: @Rigellute

Base: masterHead: visualiser-refinement


📝 Commits (5)

  • d38f5a3 Move main layout margin util
  • 6d3cb81 Add no analysis UI fallback
  • 842edd6 Add audio analysis binding to config
  • b642f7a Add extra empty audio ui analysis fallback
  • c5f2267 Update README gif to show visualiser

📊 Changes

7 files changed (+73 additions, -43 deletions)

View changed files

📝 README.md (+5 -1)
📝 src/handlers/mod.rs (+1 -1)
📝 src/main.rs (+1 -1)
📝 src/ui/audio_analysis.rs (+48 -29)
📝 src/ui/mod.rs (+3 -11)
📝 src/ui/util.rs (+11 -0)
📝 src/user_config.rs (+4 -0)

📄 Description

This PR includes a few more adjustments for the new audio visualiser.

New demo

Demo


🔄 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/311 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 2/24/2020 **Status:** ✅ Merged **Merged:** 2/24/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `visualiser-refinement` --- ### 📝 Commits (5) - [`d38f5a3`](https://github.com/Rigellute/spotify-tui/commit/d38f5a315eb91830aac27c184522866e7782e6b0) Move main layout margin util - [`6d3cb81`](https://github.com/Rigellute/spotify-tui/commit/6d3cb8100e2c8a5bc216239060995b72ee2fafe7) Add no analysis UI fallback - [`842edd6`](https://github.com/Rigellute/spotify-tui/commit/842edd6404aacd54c540caef21d3f741519dce37) Add audio analysis binding to config - [`b642f7a`](https://github.com/Rigellute/spotify-tui/commit/b642f7a03eaa2152e411886fb5f8c67f2c75ec3f) Add extra empty audio ui analysis fallback - [`c5f2267`](https://github.com/Rigellute/spotify-tui/commit/c5f22671238e6224a93aea9a0a6bf27b8a4d9e7c) Update README gif to show visualiser ### 📊 Changes **7 files changed** (+73 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -1) 📝 `src/handlers/mod.rs` (+1 -1) 📝 `src/main.rs` (+1 -1) 📝 `src/ui/audio_analysis.rs` (+48 -29) 📝 `src/ui/mod.rs` (+3 -11) 📝 `src/ui/util.rs` (+11 -0) 📝 `src/user_config.rs` (+4 -0) </details> ### 📄 Description This PR includes a few more adjustments for the new audio visualiser. ## New demo ![Demo](https://user-images.githubusercontent.com/12150276/75177190-91d4ab00-572d-11ea-80bd-c5e28c7b17ad.gif) --- <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:13 +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#750
No description provided.