PlexKodiConnect/resources/lib
2021-02-07 12:17:38 +01:00
..
app Fix AttributeError: 'App' object has no attribute 'threads' when sync is cancelled 2021-02-07 12:17:38 +01:00
itemtypes Fix ValueError when deleting a music album 2021-01-28 13:18:31 +01:00
kodi_db Fix ValueError when deleting a music album 2021-01-28 13:18:31 +01:00
library_sync ValueError: invalid literal for int() for invalid dates sent by Plex 2021-01-31 17:45:38 +01:00
pathtools Playlist sync support, part 1 2018-04-28 09:12:29 +02:00
playlists Fix rare KeyError: None when trying to sync the playlist 2020-12-17 17:33:55 +01:00
plex_api ValueError: invalid literal for int() for invalid dates sent by Plex 2021-01-31 17:45:38 +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 Improve some code 2021-01-09 16:54:39 +01:00
__init__.py initial commit - first version 2015-03-13 22:24:59 +01:00
artwork.py Fix suspension of artwork caching 2021-01-02 10:49:09 +01:00
backgroundthread.py Hopefully fix rare case when sync would get stuck indefinitely 2021-01-31 17:48:02 +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 Refactor direct and add-on paths. Enables use of Plex music playlists synched to Kodi 2020-02-27 16:29:08 +01: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 Increase logging 2020-02-25 18:19:08 +01:00
entrypoint.py Fix Kodi content type for images/photos 2020-06-09 11:25:52 +02:00
initialsetup.py Improve some code 2021-01-09 16:54:39 +01: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 PKC incorrectly watching a video as unwatched if an external player was used 2020-05-03 09:36:01 +02:00
loghandler.py Fix playback sometimes not starting and UnicodeEncodeError for logging 2018-08-05 14:44:24 +02:00
migration.py Migration: make sure user needs to sign in again after PKC update 2020-06-09 09:54:47 +02: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 Refactor direct and add-on paths. Enables use of Plex music playlists synched to Kodi 2020-02-27 16:29:08 +01:00
playback_decision.py Fix PKC not auto-picking audio/subtitle stream when transcoding 2021-01-28 13:33:09 +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 Fix rare playback progress report failing and KeyError: u'containerKey' 2020-12-17 16:59:19 +01:00
plex_functions.py Improve some code 2021-01-09 16:54:39 +01:00
plex_tv.py Improve logic when writing credentials to settings file 2021-01-09 17:00:18 +01:00
service_entry.py Fix Local variable 'user' referenced before assignement 2021-01-11 20:36:02 +01:00
sync.py Fix regression: sync dialog not showing up when it should 2020-06-09 17:09:12 +02:00
timing.py Fix OSError: Invalid argument when Plex returns an invalid timestamp 2021-01-28 13:12:48 +01: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 Addressed line too long issues. 2020-06-07 18:58:46 +01:00
variables.py Merge pull request #1187 from croneter/fix-content-type 2020-06-09 12:06:54 +02:00
websocket.py Allow websocket redirects 2019-02-05 13:09:59 +01:00
websocket_client.py Enable PKC background sync for all Plex Home users! 2020-05-07 13:56:13 +02:00
widgets.py Add some additional exif picture metadata to listitems. But Kodi skins do not seem to be using that info, unfortunately 2021-01-24 17:14:59 +01:00