We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it really needed to invoke the addon every 15s?
I do get these line in log constantly every 15s:
2019-12-16 10:26:49.744 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting definitions 2019-12-16 10:26:49.744 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: trying to load setting definitions from old format... 2019-12-16 10:26:49.746 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting values 2019-12-16 10:26:49.749 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting definitions 2019-12-16 10:26:49.749 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: trying to load setting definitions from old format... 2019-12-16 10:26:49.751 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting values 2019-12-16 10:26:49.752 T:1723794304 DEBUG: CSettingsManager: requested setting (downloadpath) was not found. 2019-12-16 10:26:49.754 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting definitions 2019-12-16 10:26:49.754 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: trying to load setting definitions from old format... 2019-12-16 10:26:49.756 T:1723794304 DEBUG: CAddonSettings[plugin.video.mediathekview]: loading setting values
The text was updated successfully, but these errors were encountered:
Is it really needed to invoke mediathekview every 15s?
Sorry, something went wrong.
Its the up to date check for the movie database. Not sure if it makes sense to reduce this or make this a configuration setting.
Merge pull request #145 from codingPF/UpdateCheckInterval
d17cdff
Make the update check interval a setting parameter #140, #131
Released to official Kodi Repo in v0.6.4
Thx ;)
No branches or pull requests
Is it really needed to invoke the addon every 15s?
I do get these line in log constantly every 15s:
The text was updated successfully, but these errors were encountered: