PlexKodiConnect/resources/lib
croneter c10a2ee59b
Merge pull request #1744 from croneter/py3-fix-masterlock
Fix media not showing up in the library if Kodi masterlock has been activated. Kodi bugfix is also necessary, hopefully coming with Kodi 19.4, otherwise switch to Kodi 19.1
2021-12-22 14:48:58 +01:00
..
app Don't track the old playstate anymore 2021-11-05 07:17:19 +01:00
defusedxml Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02:00
itemtypes Fix Receiving init() missing 1 required positional argument: ‘certification_country’ 2021-10-16 11:40:43 +02:00
kodi_db Fix UnboundLocalError: local variable 'identifier' referenced before assignment 2021-10-30 18:34:35 +02:00
library_sync Fix Receiving init() missing 1 required positional argument: ‘certification_country’ 2021-10-16 11:40:43 +02:00
pathtools Clean up imports 2020-12-18 17:43:24 +01:00
pathvalidate Fix UnicodeEncodeError if Plex playlist name contains illegal chars 2021-04-17 13:57:23 +02:00
playlists Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +02:00
plex_api Fix additional artwork download crashing if there was no sensible reply 2021-12-22 14:09:52 +01:00
plex_companion Merge pull request #1741 from croneter/py3-fix-subs 2021-12-22 14:48:21 +01:00
plex_db Refactor playqueues 2021-11-02 19:52:15 +01:00
tools Remove encoding and decoding of filepaths 2020-12-27 17:22:14 +01:00
watchdog Fixes to enable an import of the watchdog module 2020-12-18 18:08:39 +01:00
websocket Bump websocket client: fix AttributeError: 'NoneType' object has no attribute 'is_ssl' 2021-07-25 10:30:27 +02:00
windows Explicitly instantiate Addon() for PKC 2021-11-03 07:46:15 +01:00
__init__.py initial commit - first version 2015-03-13 22:24:59 +01:00
artwork.py Add logic to safely enable the Kodi webserver for artwork caching 2020-12-27 17:22:15 +01:00
backgroundthread.py Fix a racing condition that could lead to the sync getting stuck 2021-07-25 10:19:20 +02:00
clientinfo.py Fix PKC not being able to connect to plex.tv after installation 2021-11-18 07:14:21 +01:00
companion.py Re-add old Plex Companion mechanism as the new one sucks 2021-11-21 14:40:56 +01:00
context.py More string bytes fixes 2020-12-27 13:16:43 +01:00
context_entry.py Refactor playqueues 2021-11-02 19:52:15 +01:00
db.py Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +02:00
downloadutils.py Fix download not always returning entire requests.response object 2021-09-24 16:02:32 +02:00
entrypoint.py Lost patience with Kodi 19: drop use of Python multiprocessing entirely 2021-10-17 11:34:08 +02:00
exceptions.py Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +02:00
initialsetup.py Fix Media not showing up if Kodi masterlock has been activated. Kodi bugfix is also necessary, hopefully coming with Kodi 19.4, otherwise switch to Kodi 19.1 2021-12-22 14:21:01 +01:00
json_rpc.py Remove obsolete comments 2021-12-21 15:15:29 +01:00
kodi_constants.py Fix PKC widgets not working at all in some cases 2021-05-24 09:35:36 +02:00
kodimonitor.py Fix PKC sometimes selecting the wrong subtitle for direct paths 2021-12-22 14:01:53 +01:00
loghandler.py Fix encoding for PKC logging 2020-12-19 07:30:40 +01:00
migration.py Fix sqlite3.OperationalError on PKC upgrade 2021-01-24 17:02:47 +01:00
music.py Clean up imports 2020-12-18 17:43:24 +01:00
path_ops.py Fix RecursionError if videos lie in a root directory 2021-09-11 16:47:28 +02:00
playback.py Refactor playqueues 2021-11-02 19:52:15 +01:00
playback_decision.py Refactor usage of a media part's id 2021-09-13 14:35:58 +02:00
playback_starter.py Clean up imports 2020-12-18 17:43:24 +01:00
playlist_func.py Fix PKC changing subtitles on playback start unnecessarily 2021-12-22 13:38:50 +01:00
plex_functions.py Track video streams as well; refactor reporting of playback progress; only switch audio stream if different 2021-10-20 14:55:39 +02:00
plex_tv.py Improve some code 2021-01-09 17:25:12 +01:00
service_entry.py Re-add old Plex Companion mechanism as the new one sucks 2021-11-21 14:40:56 +01:00
skip_plex_intro.py Fix skip intro not working 2021-11-13 14:05:51 +01:00
subtitles.py Fix PKC sometimes selecting the wrong subtitle for direct paths 2021-12-22 14:01:53 +01:00
sync.py Adapt websocket client logic 2021-03-17 21:40:52 +01:00
timing.py Improve logging for converting Unix timestamps 2021-08-01 15:41:58 +02:00
transfer.py Some string encoding fixes 2020-12-27 13:16:44 +01:00
utils.py Re-add old Plex Companion mechanism as the new one sucks 2021-11-21 14:40:56 +01:00
variables.py Re-add old Plex Companion mechanism as the new one sucks 2021-11-21 14:40:56 +01:00
websocket_client.py Re-add old Plex Companion mechanism as the new one sucks 2021-11-21 14:40:56 +01:00
widgets.py Get rid of Python arrow; hopefully fix many Python import errors (also occuring in other add-ons!) 2021-05-26 21:00:41 +02:00