Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Konsl/spicetify-visualizer
Audio Visualizer for Spicetify
https://github.com/Konsl/spicetify-visualizer
spicetify-apps
Last synced: 3 months ago
JSON representation
Audio Visualizer for Spicetify
- Host: GitHub
- URL: https://github.com/Konsl/spicetify-visualizer
- Owner: Konsl
- Created: 2023-08-07T22:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:05:40.000Z (4 months ago)
- Last Synced: 2024-07-26T00:32:01.890Z (4 months ago)
- Topics: spicetify-apps
- Language: TypeScript
- Homepage:
- Size: 354 KB
- Stars: 130
- Watchers: 4
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spicetify Visualizer
formerly NCS Visualizer### Audio Visualizer for Spicetify
---
![preview](resources/screenshot.png)
### Installation
* Open the Spicetify config directory by running `spicetify config-dir` from the terminal
* Navigate to `CustomApps` and create a folder `visualizer`
* Download the files in the [dist branch](https://github.com/Konsl/spicetify-visualizer/archive/refs/heads/dist.zip) and copy the files (index.js, manifest.json, etc) into the `visualizer` folder
* Add the app to the Spicetify config by running `spicetify config custom_apps visualizer` from the terminal
* Re-apply Spicetify by running `spicetify apply` from the terminal### Updating
* Open the Spicetify config directory by running `spicetify config-dir` from the terminal
* Navigate to `CustomApps` and into the folder `visualizer`
* Download the latest files from the [dist branch](https://github.com/Konsl/spicetify-visualizer/archive/refs/heads/dist.zip) and copy the files (index.js, manifest.json, etc) into the `visualizer` folder
* Re-apply Spicetify by running `spicetify apply` from the terminal### Uninstallation
* Open the Spicetify config directory by running `spicetify config-dir` from the terminal
* Navigate to `CustomApps` and delete the folder `visualizer`
* Remove the app from the Spicetify config by running `spicetify config custom_apps visualizer-` from the terminal
* Re-apply Spicetify by running `spicetify apply` from the terminal---
### Updating from old NCS Visualizer
* Open the Spicetify config directory by running `spicetify config-dir` from the terminal
* Navigate to `CustomApps` and delete the folder `ncs-visualizer`
* Remove the app from the Spicetify config by running `spicetify config custom_apps ncs-visualizer-` from the terminal
* Follow the new [Installation instructions](#installation)---
[CSS Snippet for Compatibility with Comfy Theme](https://github.com/Konsl/spicetify-visualizer/issues/21#issuecomment-2050515422)