jellyfin-kodi/jellyfin_kodi
leonsbane 162592d286
Update utils.py to use 'packaging' instead of deprecated 'distutils'
PEP 632 deprecates the distutils module. The module is marked as deprecated in Python 3.10 and 3.11, and was eventually removed in Python 3.12.

The PEP advises to replace the usage of 'distutils.version' with 'packaging.version', with the 'LooseVersion' functionality being provided through the 'parse' method.

This replacement advice is detailed in the PEP under 'Migration Advice'
2024-05-20 10:40:03 +00:00
..
database Don't reset videoversionstype table 2024-03-29 09:02:14 -04:00
dialogs Fix tests 2021-10-12 18:08:47 +02:00
entrypoint fix if statement 2023-02-07 17:52:28 +01:00
helper Update utils.py to use 'packaging' instead of deprecated 'distutils' 2024-05-20 10:40:03 +00:00
jellyfin Also catch HTTPException in API.check_companion_enabled 2024-05-18 01:54:06 +02:00
objects Add version gate to strHdrType field 2024-04-09 18:04:30 +02:00
__init__.py Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00
client.py fix grammar 2023-02-07 18:03:35 +01:00
connect.py Use module-relative imports 2021-10-12 18:08:47 +02:00
downloader.py fix grammar 2023-02-07 18:03:35 +01:00
full_sync.py fix grammar 2023-02-07 18:03:35 +01:00
library.py Check KodiSyncQueue GetPluginSettings endpoint 2024-05-17 05:41:36 +02:00
monitor.py fix grammar 2023-02-07 18:03:35 +01:00
player.py Log when catching generic exceptions 2024-02-07 08:54:53 +01:00
views.py fix grammar 2023-02-07 18:03:35 +01:00