jellyfin-kodi/jellyfin_kodi/objects/kodi
mammo0 0359e0f80a fixed 'args' beiing provided as list for dict.get() method
before the people cache was never used, because the 'args' parameter in
the 'self._people_cache.get(args)' call was a list/tuple object; but the
people cache dictionary has only strings as keys
-> so there were always database queries for the persons which slowed
down the sync process


also renamed 'args' to 'name', because basically a person gets searched
only by its name (see queries.py)
2021-04-19 18:07:03 +02:00
..
__init__.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
artwork.py Fix linting, flake8 and sonarcloud issues 2020-04-19 12:07:55 +02:00
kodi.py fixed 'args' beiing provided as list for dict.get() method 2021-04-19 18:07:03 +02:00
movies.py Get the logger from a central place 2020-04-19 03:21:40 +02:00
music.py Fix recently added albums in Kodi 19 2021-03-15 23:32:37 -04:00
musicvideos.py Get the logger from a central place 2020-04-19 03:21:40 +02:00
queries.py Add ability to delete artwork from database 2020-03-19 19:28:49 -04:00
queries_music.py Fix capitalization of variable 2021-03-15 23:42:11 -04:00
queries_texture.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
tvshows.py Get the logger from a central place 2020-04-19 03:21:40 +02:00