PlexKodiConnect/resources/lib
2021-09-11 16:47:28 +02:00
..
app Add PKC setting to disable check whether we can access a media file 2021-05-02 12:55:32 +02:00
defusedxml Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02:00
itemtypes Direct paths: fix pathId in Kodi movie table 2021-05-02 13:38:25 +02:00
kodi_db Implement Kodi's "Reset resume position" 2021-09-09 13:55:20 +02:00
library_sync Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +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 Remove obsolete imports 2020-12-27 17:22:22 +01:00
plex_api Addon Paths: Fix Kodi scanning entire video file on playback start 2021-08-15 11:08:21 +02:00
plex_db Look for missing trailers using TMDB 2021-01-20 17:17:43 +01:00
plexbmchelper Fix PKC not showing up as a casting target in some cases 2021-04-17 14:01:56 +02: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 Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02: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 Clean up imports 2020-12-18 17:43:24 +01:00
companion.py Fix Alexa and RuntimeError: dictionary keys changed during iteration 2021-05-02 14:35:24 +02:00
context.py More string bytes fixes 2020-12-27 13:16:43 +01:00
context_entry.py Fix TypeError: function missing required argument 'message' 2021-03-01 10:39:17 +01:00
db.py Fix likelyhood of database is locked error occuring 2021-07-23 10:49:10 +02:00
downloadutils.py Cleanup save handling of xml.etree.ElementTree 2020-12-27 17:22:15 +01:00
entrypoint.py Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02:00
initialsetup.py Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02:00
json_rpc.py Fix PKC widgets not working at all in some cases 2021-05-24 09:35:36 +02:00
kodi_constants.py Fix PKC widgets not working at all in some cases 2021-05-24 09:35:36 +02:00
kodimonitor.py Implement Kodi's "Reset resume position" 2021-09-09 13:55:20 +02: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 Fix resume not working if Kodi player start-up is slow 2021-03-19 18:30:24 +01:00
playback_decision.py Fix PlexKodiConnect setting the Plex subtitle to None 2021-09-03 22:13:32 +02:00
playback_starter.py Clean up imports 2020-12-18 17:43:24 +01:00
playlist_func.py Use Plex settings for audio and subtitle stream selection 2021-09-03 17:54:27 +02:00
playqueue.py Clean up imports 2020-12-18 17:43:24 +01:00
plex_companion.py Change thread.isAlive to thread.is_alive 2021-01-05 14:11:27 +01:00
plex_functions.py Fix error socket.timeout: timed out 2021-03-17 21:31:19 +01:00
plex_tv.py Improve some code 2021-01-09 17:25:12 +01:00
service_entry.py Adapt websocket client logic 2021-03-17 21:40:52 +01:00
skip_plex_intro.py Rename skip intro skin file 2021-03-14 12:55:51 +01:00
subtitles.py Use Plex settings for audio and subtitle stream selection 2021-09-03 17:54:27 +02: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 Merge pull request #1563 from croneter/py3-fix-context-manager 2021-07-25 15:25:25 +02:00
variables.py Initial compatibility with Kodi 20 Nexus 2021-09-08 11:28:34 +02:00
websocket_client.py Fix websockets and AttributeError: 'NoneType' object has no attribute 2021-05-29 16:41:19 +02: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