formerly NCS Visualizer
For help with installing/uninstalling, check out the Spicetify FAQ or ask on the Spicetify Discord. If you're experiencing any issues specific to this extension, take a look at the Issues tab or open a ticket on Discord.
- Open the Spicetify config directory by running
spicetify config-dir
from the terminal - Navigate to
CustomApps
and create a foldervisualizer
- Download the files in the dist branch 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
- Open the Spicetify config directory by running
spicetify config-dir
from the terminal - Navigate to
CustomApps
and into the foldervisualizer
- Download the latest files from the dist branch and copy the files (index.js, manifest.json, etc) into the
visualizer
folder - Re-apply Spicetify by running
spicetify apply
from the terminal
- Open the Spicetify config directory by running
spicetify config-dir
from the terminal - Navigate to
CustomApps
and delete the foldervisualizer
- 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
- Open the Spicetify config directory by running
spicetify config-dir
from the terminal - Navigate to
CustomApps
and delete the folderncs-visualizer
- Remove the app from the Spicetify config by running
spicetify config custom_apps ncs-visualizer-
from the terminal - Follow the new Installation instructions