Alwin Esch
Alwin Esch
From my side is it good, I have also something in mind that about VAO one add-on has done problems as Kodi defined before, maybe now works better. And to...
> This looks like it should solve #22779 Yes this should fix the issue. @phunkyfish have updated, should be now a bit better. The `kodi_addon_instance_enabled` and `kodi_addon_instance_name` becomes no more...
Thanks a lot @enen92! Have updated the text, also removed the spaces on the value text, added they some years ago, but makes not really sense to use.
Have added now also a second commit where allow it within old setting functions, not sure to make, as they are set as deprecated. Further can the python add-on open...
> > The `kodi_addon_instance_enabled` and `kodi_addon_instance_name` becomes no more set direct on addon and use the function `bool Addon::setInstanceIdState(unsigned int instance, bool enabled, const String& name/* = emptyString*/)` > >...
Updated it, should work now, had recently thrown a bug where name and enable/disable were not saved. I have removed my changes in the old python API because they are...
Specially to the Python team, OK to bring in as this?
> i cant review because from first implementation in kodi of "multiple instances binary addons" i never understand his purpose and how works and if it works for PVR only...
> getKnownInstanceIds returns a single [ID] that represents the single settings So could be used for an old or new version of an addon with/without multiple instances. > > This...