57ed8bdedd
Remove six: string coercion
2024-06-11 04:46:20 +00:00
7763762212
Tool black: auto-format Python code
2024-06-10 09:19:47 +00:00
53c887d354
Use module-relative imports
2021-10-12 18:08:47 +02:00
Matt
5e7901be27
Migrate to new translatePath library
2021-10-02 13:26:37 -04:00
6d61a83b54
Flake8 linting
2020-09-27 04:20:24 +02:00
David Francos
ad941ae483
fix : #396 Using kodi_version to determine loglevel
2020-09-17 10:38:22 +02:00
David Francos
cf1ee30e18
fix : #396 Brough back kodi 18 lognotice compat.
...
Kodi 18 seems to not log LOGINFO messages, this approach uses LOGNOTICE if its
available and LOGINFO otherwise, ensuring compatibility without needing to
check for kodi versions
2020-09-17 10:29:53 +02:00
David Francos
8ebee6e6de
fix : #396 Kodi's LOGNOTICE loglevel is deprecated
...
KODI recenly deprecated LOGNOTICE (as per
https://github.com/xbmc/xbmc/pull/18346 ) and announced that LOGINFO should be
used instead.
LOGINFO has been available since kodi matrix's migration to spdlog in april
2020.
2020-09-17 00:51:46 +02:00
Matt
eb34578488
Sanitize the server URL in log messages
2020-06-09 19:53:32 -04:00
b67f7a8c51
Handle sys.getfilesystemencoding() returning None
2020-04-21 12:48:30 +02:00
5bd08635f2
Make sure file paths is text, not binary
...
Work around https://bugs.python.org/issue6543 for Python 2
2020-04-20 20:20:17 +02:00
6c5ac6292d
Overwriting logging.Formatter._fmt
seems to
...
no longer work in Python 3
2020-04-19 04:37:58 +02:00
795dfd38df
Get the logger from a central place
2020-04-19 03:21:40 +02:00
a51bf9c2cc
Initial work on Kodi 19 (and Python 3) support
2020-01-04 03:32:30 +01:00
TrueTechy
84b8093171
Begin restructing, fixed some issues related to movement
2019-11-07 22:58:44 +01:00