[GH-ISSUE #477] Audio visualizer for the rice #269

Open
opened 2026-03-02 23:46:06 +03:00 by kerem · 6 comments
Owner

Originally created by @p70062790 on GitHub (Jun 26, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/477

Probably not important at all, and low on the list of stuff for this. But an audio visualizer would make this app GOATED. (It already is for me).

Originally created by @p70062790 on GitHub (Jun 26, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/477 Probably not important at all, and low on the list of stuff for this. But an audio visualizer would make this app GOATED. (It already is for me).
Author
Owner

@jadentripp commented on GitHub (Jul 4, 2024):

Fully agree. In the meantime, putting a window of Kaleidosync on the side works. https://www.kaleidosync.com/

<!-- gh-comment-id:2209618856 --> @jadentripp commented on GitHub (Jul 4, 2024): Fully agree. In the meantime, putting a window of Kaleidosync on the side works. https://www.kaleidosync.com/
Author
Owner

@przb commented on GitHub (Jul 24, 2024):

It may be possible to use another application, like cava for a CLI integration. Cava does have a standalone app that works, but it also has a way to integrate into other applications.

<!-- gh-comment-id:2248764422 --> @przb commented on GitHub (Jul 24, 2024): It may be possible to use another application, like [cava](https://github.com/karlstav/cava) for a CLI integration. Cava does have a standalone app that works, but it also has a way to integrate into other applications.
Author
Owner

@JohnOberhauser commented on GitHub (Jan 4, 2025):

A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this

layout splits
launch spotify_player
launch --location=hsplit --bias=10 cava

2025_01_03_17_59_43_screenshot

<!-- gh-comment-id:2569949287 --> @JohnOberhauser commented on GitHub (Jan 4, 2025): A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this ``` layout splits launch spotify_player launch --location=hsplit --bias=10 cava ``` ![2025_01_03_17_59_43_screenshot](https://github.com/user-attachments/assets/2d1df073-677d-49aa-a5a4-34f3480d438f)
Author
Owner

@cdslayallday commented on GitHub (Jan 27, 2025):

A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this

layout splits
launch spotify_player
launch --location=hsplit --bias=10 cava

I can't seem to get this to work. Does this go in the kitty config or straight into the shell? im using zsh and kitty

<!-- gh-comment-id:2614832913 --> @cdslayallday commented on GitHub (Jan 27, 2025): > A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this > > ``` > layout splits > launch spotify_player > launch --location=hsplit --bias=10 cava I can't seem to get this to work. Does this go in the kitty config or straight into the shell? im using zsh and kitty
Author
Owner

@arminius-smh commented on GitHub (Feb 2, 2025):

@cdslayallday startup sessions: https://sw.kovidgoyal.net/kitty/overview/#startup-sessions

e.g: create the file

$HOME/.config/kitty/spotify

layout splits
launch spotify_player
launch --location=hsplit --bias=10 cava

and then you can run
kitty --session spotify

<!-- gh-comment-id:2629365238 --> @arminius-smh commented on GitHub (Feb 2, 2025): @cdslayallday startup sessions: https://sw.kovidgoyal.net/kitty/overview/#startup-sessions e.g: create the file `$HOME/.config/kitty/spotify` ``` layout splits launch spotify_player launch --location=hsplit --bias=10 cava ``` and then you can run `kitty --session spotify`
Author
Owner

@sasspaper commented on GitHub (Feb 7, 2025):

A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this

layout splits
launch spotify_player
launch --location=hsplit --bias=10 cava

2025_01_03_17_59_43_screenshot

holy shit this looks so clean brother

<!-- gh-comment-id:2644278173 --> @sasspaper commented on GitHub (Feb 7, 2025): > A lot of terminals support splitting into multiple windows as well as startup sessions. If you use kitty you can setup a layout like this > > ``` > layout splits > launch spotify_player > launch --location=hsplit --bias=10 cava > ``` > > ![2025_01_03_17_59_43_screenshot](https://github.com/user-attachments/assets/2d1df073-677d-49aa-a5a4-34f3480d438f) holy shit this looks so clean brother
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-player#269
No description provided.