-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make custom app run on start, not just when its tab is clicked #11
Comments
I actually think this may be part of the error in lyrics-plus 🤔 spicetify/cli#1090 |
@afonsojramos Nah it's an issue with this, I was super lazy lol. |
It's because it activates extensions in |
Just updating the issue status: It looks like Custom Apps can't execute any code until their icon is clicked. I put a console.log('loaded') just at the top of the main index.js file and it doesn't log until you click on it in the sidebar. I think we need some sort of hook or something added to Spicetify so that custom apps are able to execute code on app start, like extensions can. Possible solution suggested was to add a value in the CustomApp's manifest for a js file that gets run as an extension (since they can run code on app start). |
Last I checked, extensions aren't loaded in until you open the marketplace app. We want them to be loaded in on Spotify launch.
The text was updated successfully, but these errors were encountered: