chamchenko / plugin.video.nbainternational

NBA Add-On for Kodi
GNU General Public License v2.0
9 stars 6 forks source link

Improve caching when fetching games JSON data #17

Closed nre-ableton closed 2 years ago

nre-ableton commented 2 years ago

This PR basically does two things:

  1. It uses urlquick's built-in caching mechanism to avoid re-fetching JSON files for games data. The cache TTL is set to 0 for live games and 1 hour for everything else.
  2. It fixes an issue where if the plugin remained in memory >24 hours or was used before/after midnight, live game results would be for the wrong day.

Fixes #15.

chamchenko commented 2 years ago

@nre-ableton Thanks for the patch, every thing is in order.

nre-ableton commented 2 years ago

@chamchenko Thanks for the quick review!