Custom Apps
Inject custom apps to Spotify and access them in left sidebar.
Add your desired custom app folder names in config, separated them by |
character.
Example:
[AdditionalOptions]
...
custom_apps = reddit|yourownapp
App folders can be stored in:
CustomApps
folder in Home directory:
Platform | Path |
---|---|
Windows | %appdata%\spicetify\CustomApps\ |
Linux/MacOS | ~/.config/spicetify/CustomApps |
CustomApps
folder in Spicetify executable directory.
If there are 2 apps having same name, app in Home directory is prioritized.
Three apps have been included to demonstrate how to create and inject an app:
Reddit​
Fetching posts from any Spotify link sharing subreddit. You can add, remove, arrange subreddits and customize post visual in config menu (in Profile menu, top right button with your user name).
To install, run following commands:
spicetify config custom_apps reddit
spicetify apply
New Releases​
Aggregate all new releases from favorite artists, podcasts. Time range, release type, and other filters can be customized in config menu (in Profile menu, top right button with your user name). Date format is based on your locale code (BCP47).
To install, run following commands:
spicetify config custom_apps new-releases
spicetify apply
Lyrics Plus​
Get access to the current track's lyrics from various lyrics providers (Musixmatch, Netease, Genius). Learn more here.
Colors, lyrics providers can be customized in config menu (in Profile menu, top right button with your user name).
To install, run following commands:
spicetify config custom_apps lyrics-plus
spicetify apply