PlexKodiConnect/resources/lib
croneter 25172c2f57 Other Kodi add-ons can now search for Plex items using plugin://plugin.video.plexkodiconnect?mode=search&query=<your search string here> 2020-02-02 14:09:10 +01:00
..
app Fix PKC becoming unresponsive e.g. when switching the PMS 2019-12-13 07:38:52 +01:00
itemtypes Fix DirectPaths when a video's folder name is identical to a video's filename (you will need to manually reset the Kodi database) 2020-01-31 21:12:48 +01:00
kodi_db Optimize code 2019-12-13 14:00:40 +01:00
library_sync Don't spin up 2 separate threads but use the thread pool 2019-12-20 14:17:49 +01:00
pathtools Playlist sync support, part 1 2018-04-28 09:12:29 +02:00
playlists Fix OperationalError when starting with a fresh PKC installation 2019-12-08 16:41:43 +01:00
plex_api Get rid of some obsolete imports 2019-11-01 13:07:15 +01:00
plex_db Copy entire plex.db to avoid db-locks entirely 2019-12-08 10:09:57 +01:00
plexbmchelper Attempt to fix broken pipe error 2019-12-15 07:36:50 +01:00
tools Fix PKC not starting by decoupling watchdog/subprocess modules 2018-08-06 07:53:30 +02:00
watchdog Switch to absolute imports 2018-06-21 19:24:37 +02:00
windows Fix AttributeError if user enters an invalid pin code 2019-12-08 16:33:08 +01:00
__init__.py initial commit - first version 2015-03-13 22:24:59 +01:00
artwork.py Optimize threads by using events instead of a polling mechanism. Fixes PKC become unresponsive, e.g. when switching users 2019-11-30 13:48:51 +01:00
backgroundthread.py Improve thread pool management to render PKC snappier 2019-12-20 14:17:49 +01:00
clientinfo.py Always use the current Kodi language when communicating with the PMS 2019-10-31 13:01:08 +01:00
companion.py Rather big change of PKC's plumbing 2018-11-18 14:59:17 +01:00
context.py Finally fix deleteting of items from PMS not working 2019-01-01 13:00:30 +01:00
context_entry.py Fix Kodi always playing the same file version of a video 2019-06-01 16:15:14 +02:00
db.py Lower timeout for a DB connection from 30s to 10s 2019-12-13 14:00:40 +01:00
defused_etree.py Monkey patch xml.etree.ElementTree to always return unicode 2019-03-30 09:56:22 +01:00
downloadutils.py Improve error message when playback failes 2019-02-06 16:14:14 +01:00
entrypoint.py Other Kodi add-ons can now search for Plex items using plugin://plugin.video.plexkodiconnect?mode=search&query=<your search string here> 2020-02-02 14:09:10 +01:00
initialsetup.py Fix a missleading string 2019-10-05 12:04:48 +02:00
json_rpc.py Fix video thrown by Plex Companion not resuming 2019-06-02 13:12:04 +02:00
kodi_constants.py Rework widgets and listitems 2019-03-10 18:00:04 +01:00
kodimonitor.py Fix resume when using an external player 2019-11-03 14:32:51 +01:00
loghandler.py Fix playback sometimes not starting and UnicodeEncodeError for logging 2018-08-05 14:44:24 +02:00
migration.py Fix OperationalError when resetting PKC 2019-11-25 08:03:06 +01:00
music.py Fix a couple of issues with music when using direct paths: escape the path for Kodi regex matching 2019-11-14 15:44:29 +01:00
path_ops.py Improve subtitle naming 2019-10-05 16:39:01 +02:00
playback.py Fix Kodi playback jumping to the beginning of a video that just started 2019-11-06 18:39:19 +01:00
playback_decision.py Get rid of some obsolete imports 2019-11-01 13:07:15 +01:00
playback_starter.py Rewire PKC resume mechanism 2019-10-30 17:30:52 +01:00
playlist_func.py Rewire PKC resume mechanism 2019-10-30 17:30:52 +01:00
playqueue.py Optimize threads by using events instead of a polling mechanism. Fixes PKC become unresponsive, e.g. when switching users 2019-11-30 13:48:51 +01:00
plex_companion.py Attempt to fix broken pipe error 2019-12-15 07:36:50 +01:00
plex_functions.py Merge pull request #1062 from croneter/faster-server-list 2019-11-14 17:36:47 +01:00
plex_tv.py Fix FutureWarning 2019-02-02 11:34:16 +01:00
service_entry.py Improve thread pool management to render PKC snappier 2019-12-20 14:17:49 +01:00
sync.py Optimize threads by using events instead of a polling mechanism. Fixes PKC become unresponsive, e.g. when switching users 2019-11-30 13:48:51 +01:00
timing.py Fix resume not working in some cases 2019-10-25 14:09:05 +02:00
transfer.py Fix for Kodi 17 Krypton TypeError on playback start: 'offscreen' is an invalid keyword argument for this function 2019-06-16 14:11:53 +02:00
utils.py Fix DirectPaths when a video's folder name is identical to a video's filename (you will need to manually reset the Kodi database) 2020-01-31 21:12:48 +01:00
variables.py Fix PKC not starting up on iOS 2019-12-10 08:15:10 +01:00
websocket.py Allow websocket redirects 2019-02-05 13:09:59 +01:00
websocket_client.py Optimize threads by using events instead of a polling mechanism. Fixes PKC become unresponsive, e.g. when switching users 2019-11-30 13:48:51 +01:00
widgets.py Support Plex search across all media and Plex Media Servers 2019-10-31 12:51:21 +01:00