PlexKodiConnect/resources/lib
2021-10-18 08:58:09 +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 Fix Receiving init() missing 1 required positional argument: ‘certification_country’ 2021-10-16 11:40:43 +02:00
kodi_db Implement Kodi's "Reset resume position" 2021-09-09 13:55:20 +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 Merge pull request #1643 from croneter/py3-fix-subs 2021-09-30 14:57:21 +02:00
plex_db Look for missing trailers using TMDB 2021-01-20 17:17:43 +01:00
plexbmchelper Use super() for subclassing BaseHTTPRequestHandler 2021-10-18 08:58:09 +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 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 AttributeError: module 'resources.lib.utils' has no attribute 'ParseError' 2021-07-25 15:21:54 +02:00
json_rpc.py Tell the PMS if a video's audio stream or potentially subtitle stream has changed. For subtitles, this functionality is broken due to a Kodi bug 2021-09-19 13:40:16 +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 Add playback settings to let the user choose whether Plex or Kodi provides the default audio and subtitle streams on playback start 2021-10-09 17:23:47 +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 Refactoring: playlist and playqueue items to use API instead of xml 2021-09-13 13:26:04 +02: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 Refactor and fix Kodi not activating subtitle when it should 2021-09-30 13:12:37 +02:00
playqueue.py Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +02:00
plex_companion.py Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +02:00
plex_functions.py Tell the PMS if a video's audio stream or potentially subtitle stream has changed. For subtitles, this functionality is broken due to a Kodi bug 2021-09-19 13:40:16 +02: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 Refactoring: move all exceptions in a single module 2021-09-13 11:24:06 +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 Lost patience with Kodi 19: drop use of Python multiprocessing entirely 2021-10-17 11:34:08 +02:00
variables.py Merge pull request #1629 from croneter/py3-tell-pms 2021-09-19 13:45:39 +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