Skip to content

Improve startup speed / Cache channels #280

@c-kr

Description

@c-kr

On every kodi startup a new channel sync with the backend is started. For 100+ channels in favourites, it takes about one minute to complete.

I set "Channel and groups update mode" to disabled and would expect that once the initial channel search is completed, channels would only read from a local cache file in kodi's userdata.

Is it possible to implement this? A logic like:

If "Channel and groups update mode" == disabled
And "local channel cache file exists":
Use this channels instead of querying backend

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions