emveepee
emveepee
> My preference is using [wscan2](https://github.com/stefantalpalaru/w_scan2) still maintained but much easier to build. +1 for w_scan2 since it supports direct libdvbv5 format conf files
I have never touched TypeScript but I guess I can give it a look.
> 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*/)` > Will this...
> ``` > std::shared_ptr GetSetting(const std::string &id, bool notPresentPossible = false) const; > ``` Thanks this has bugged me since I first saw them. Perhaps in a future PR this...