jellyfin-kodi/jellyfin_kodi/objects/kodi
Chuddah 0b7d66b551 Bulk operations where possible.
Avoiding many individual DB API calls to cursor.execute in favour of
cursor.executemany is a built in optimization for many SQL databases.
When updating people we are adding lots of similar data to tables so we
can take advantage of that optimization here.
2020-02-18 20:52:19 +00:00
..
__init__.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
artwork.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
kodi.py Bulk operations where possible. 2020-02-18 20:52:19 +00:00
movies.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
music.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
musicvideos.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
queries.py Added local cache of people 2020-02-18 20:37:26 +00:00
queries_music.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
queries_texture.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
tvshows.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00