Skip to content
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

Addon configuration #338

Closed
randompersona1 opened this issue Jan 28, 2025 · 2 comments
Closed

Addon configuration #338

randompersona1 opened this issue Jan 28, 2025 · 2 comments

Comments

@randompersona1
Copy link
Contributor

Addons might require configuration. I see two options:

  1. The syncer exposes a configuration directory for addons to read configuration files from
  2. The syncer exposes configuration options directly for every addon. Initially, this would presumably be read from a config file, but has the potential to be included into the ui.

While 2 is neater to me, I don't think it's necessary.

@RumovZ
Copy link
Collaborator

RumovZ commented Feb 4, 2025

I don't think there are any changes required to support this. Add-on authors can just store a config.json or similar in their add-on directory and manage it themselves. They can even build a GUI to edit it.

@randompersona1
Copy link
Contributor Author

That's fair. I was thinking about a folder next to the addon folder that would contain only config files editable by the user, but I didn't even think about hooking into the menu directly.

@randompersona1 randompersona1 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants