mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[PR #651] Viz scripts #954
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#954
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/651
Author: @dmadisetti
Created: 11/5/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
5edb93cAnalysis done in script3f2d081Merge res and file addition1d4875bfile format6d9f229Merge branch 'master' of https://github.com/Rigellute/spotify-tui into merge-res93188b0merge rese17b904Added vis script8cc1299Satisfy clippybfd2c46Errors (#2)1cc0dbcMerge branch 'master' of https://github.com/AnotherGroupChat/spotify-tui427f037Move vis into engine instead of just compiling the ast📊 Changes
9 files changed (+526 additions, -142 deletions)
View changed files
📝
Cargo.lock(+29 -2)📝
Cargo.toml(+1 -0)📝
src/app.rs(+56 -0)➕
src/error.rs(+35 -0)📝
src/main.rs(+12 -1)📝
src/ui/audio_analysis.rs(+145 -73)📝
src/user_config.rs(+148 -20)📝
src/util.rs(+46 -46)➕
visulizations/keys.rhai(+54 -0)📄 Description
Just wanted to follow up on https://github.com/Rigellute/spotify-tui/issues/613#issuecomment-707580846
This needs a ton of cleaning, just got it to a place where it runs.
Notably:
Result<Thing, String>-> Result<Thing, VizError>`Maybe in another PR
And then
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.