jellyfin-kodi/jellyfin_kodi
Chuddah af810861c8 Allow for UI updates as the library is being sync'ed
Periodically release the locks on the database as the sync with the
server is being performed. This allows the UI to communicate with its
database and update the UI in real time.

Taken this oppurtunity to refactor some common code improve
maintainance.
2020-02-18 23:23:47 +00:00
..
database Removed unnecessary log messages and changed some to debug (#167) 2020-01-05 18:41:26 -05:00
dialogs Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
entrypoint Revert "Replaced debug output of json.dumps with an indirection to lazy __str__." 2020-02-16 22:22:23 +00:00
helper Revert "Replaced debug output of json.dumps with an indirection to lazy __str__." 2020-02-16 22:22:23 +00:00
jellyfin Revert "Replaced debug output of json.dumps with an indirection to lazy __str__." 2020-02-16 22:22:23 +00:00
objects Dont modify a list as you are traversing it. The result is 2020-02-16 18:41:14 +00:00
__init__.py Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00
client.py Removed unnecessary log messages and changed some to debug (#167) 2020-01-05 18:41:26 -05:00
connect.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
downloader.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
full_sync.py Allow for UI updates as the library is being sync'ed 2020-02-18 23:23:47 +00:00
library.py Merge pull request #195 from druscoe/fix_empty_download_thread_list 2020-02-16 19:16:21 -05:00
monitor.py Revert "Replaced debug output of json.dumps with an indirection to lazy __str__." 2020-02-16 22:22:23 +00:00
player.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
setup.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
views.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
webservice.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00