With the new version of the plug-in framework, came the change to preferences: defaults are now set via the DefaultPrefs.json file.
I’m currently trying to create a plug-in which streams anime off a website. In the preferences, which I’d like to build up dynamically, I would like to set the possibility to disable showing certain series. Is there any way I can set up the preferences dynamically? With the previous version I guess I would have done a Prefs.Add(…) for each series. Now that the prefs are fixed in a static file, I guess I have no such options anymore?
Does this mean I can safely assume that the Prefs.Add() possibility is gone and that preferences only work via the DefaultPrefs file now? 
For now, yes - DefaultPrefs.json is the only way of creating preferences. We may revisit this in future, as we intend to overhaul & improve the preferences system at some point 
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.