You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There must be a last_modified field so we update addons only if they are older than a fixed duration, like 1 week.
a bit of a challenge could be to properly schedule the requests, because if we request all addons on app start that will cause the same issues board does.
How could we avoid requesting all addons on app start?
Should we auto-update ONLY the addons that are part of the community catalog?
It's not yet clear how exactly we want to implement it.
I suggest we keep the current update the official addons as and update the 3rd party addons based on the community catalog
both of those should be triggered when PullAddonsFromAPI action is dispatch, without using any timers or flags in the core
because there's no API
addonCollectionGet
for guest users, third party addons cannot be updatedshould be fixed long term
This can be resolved using the same algo we use to update official addons: https://github.com/Stremio/stremio-core/blob/master/src/state_types/models/context.rs#L140
We can just do another async call to get the latest thirdparty addon catalog, and update
The text was updated successfully, but these errors were encountered: