spicetify / marketplace

Download extensions and themes directly from Spicetify
MIT License
1.03k stars 174 forks source link

Add more information to custom app manifest #809

Closed Gerg-L closed 1 month ago

Gerg-L commented 1 month ago

📝 Provide a description of the new feature

I'm currently working on implementing automatic creation of extensions, themes, apps, and snippets for nixos at my project here: https://github.com/Gerg-L/spicetify-nix/

I'm already done with extensions,themes, and snippets parsing the manifest with similar logic to marketplace

however for custom apps there isn't enough information in the manifest. the branch option already exists all I should need is a main option similar to extensions which points to the directory the app is in

this would also be useful in the future if/when marketplace is able to install customApps itself

➕ Additional Information

No response

rxri commented 1 month ago

99% of custom apps do not have manifest and do not bother about it because you can't install custom apps via marketplace (and never will in v2) so I don't really see a point in it

Gerg-L commented 1 month ago

Alright, worth asking

Gerg-L commented 1 month ago

Can I ask why customApps aren't going to be supported?

rxri commented 1 month ago

Can I ask why customApps aren't going to be supported?

Limitation of how custom apps were made working in v2