2020-05-08, 10:00
(2020-05-08, 00:25)matthuisman Wrote: @popeye2468
Just pushed 0.4.0 of slyguy common that should sort it out.
If I don't explicitly set icon, banner or landscape - they will be set to thumb.
This is across all my add-ons. (yes, sometimes will be wrong aspect - but better than a completely different view imo)
Force update by following below and please let me know if that sorts it.
https://www.matthuisman.nz/2019/09/how-t...d-ons.html
@kampfi
Yes, thats normal for my add-ons.
Kodi logs that everytime you access the add-on settings for some reason.
Kodi 18 doesn't even fully support the new settings format.
I also store "userdata" in the settings as that makes quicker access.
The common module stores things like last_check_time in these settings.
So when it's looping in the service, it's checking if a new check is needed.
I do have some plans to quiet it down.
For starters moving userdata out of the settings and into a db probably.
Problem is dbs are slow to open every add-on load.
So think will have the common service with the db open and use an api to set / get userdata
ok so yes that fixes the one issue just not the other, i cant change the view of the addon
This is your addon and the icon to change the view is missing
https://imgur.com/KmWtAqm
This is catchup tv and more and the icon is there
https://imgur.com/uFsqm0N
I am unable to set the view in both your addons curiosity stream and disney
Thanks