mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #613] [Feature request] Expand Visualizer #249
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#249
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?
Originally created by @dmadisetti on GitHub (Oct 10, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/613
I'm digging the basic view: https://github.com/Rigellute/spotify-tui/pull/344
Thoughts about getting the visualizer in here too? And potentially expanding the visualizer too? cli-visualizer looks great and TUI has a canvas widget that I think would work nicely.
Even more ideal, it should be widgetize-able. This would let third parties write their own visualizers but have it plug into the interface. Maybe using sockets? What are your thoughts? If I gave a stab at this would you be opposed to the change?
@Rigellute commented on GitHub (Oct 11, 2020):
This would be cool. A visualiser using the braille patterns in the canvas could look great. Please feel free to have a stab at this!
I imagine it might be pretty difficult making public interface into the visualiser, but if you can think of a way, I'd be happy to see it!
@dmadisetti commented on GitHub (Oct 11, 2020):
Possibly less light weight, but nicer would be enabling scripting in rhai or lua or something. Do you have a preference? I might try out rhai
@Rigellute commented on GitHub (Oct 13, 2020):
Sounds interesting!