..
app
Fix resume when using an external player
2019-11-03 14:32:51 +01:00
itemtypes
Merge branch 'bernimoses-master' into beta-version
2019-10-05 16:55:41 +02:00
kodi_db
Get rid of some obsolete imports
2019-11-01 13:07:15 +01:00
library_sync
Fix PKC background sync synching items to Kodi even though entire section should not be synched
2019-08-29 10:08:01 +02:00
pathtools
Playlist sync support, part 1
2018-04-28 09:12:29 +02:00
playlists
Fix PKC throwing error if m3u playlist contains resume information
2019-10-31 07:47:34 +01:00
plex_api
Get rid of some obsolete imports
2019-11-01 13:07:15 +01:00
plex_db
Separate function to wipe all synched Plex playlists
2019-08-01 14:48:42 +02:00
plexbmchelper
Optimize code
2019-09-08 15:06:07 +02: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
Implement Codacy suggestions
2019-02-08 13:52:33 +01:00
__init__.py
initial commit - first version
2015-03-13 22:24:59 +01:00
artwork.py
Turn urllib and urlparse unicode-safe
2019-03-30 17:32:42 +01:00
backgroundthread.py
Implement Codacy suggestions
2019-02-08 13:52:33 +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
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
Support Plex search across all media and Plex Media Servers
2019-10-31 12:51:21 +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
Merge pull request #988 from croneter/optimize-migration
2019-09-22 13:22:48 +02:00
music.py
Fix TypeError for Direct Paths: init() got an unexpected keyword argument ‘item’
2019-06-14 11:11:00 +02: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
Fix playback report not working after having played a non-Plex video file
2019-08-10 12:01:23 +02:00
plex_companion.py
Merge pull request #1024 from croneter/fix-crash
2019-10-31 13:38:23 +01:00
plex_functions.py
Fix transcoding quality degenerating quickly while playing with a new setting to deactivate auto quality for transcoding
2019-11-07 07:00:46 +01:00
plex_tv.py
Fix FutureWarning
2019-02-02 11:34:16 +01:00
service_entry.py
Get rid of ContextMonitor and the dedicated Python thread - with new resume mechanics, this is not needed anymore
2019-11-01 13:00:34 +01:00
sync.py
Remove some obsolete code
2019-09-16 07:13:33 +02: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
Delete temporary subtitles on playback stop
2019-10-05 17:00:39 +02:00
variables.py
Support Plex search across all media and Plex Media Servers
2019-10-31 12:51:21 +01:00
websocket.py
Allow websocket redirects
2019-02-05 13:09:59 +01:00
websocket_client.py
Never give up trying to connect to the PMS or Alexa using websockets
2019-08-17 09:52:58 +02:00
widgets.py
Support Plex search across all media and Plex Media Servers
2019-10-31 12:51:21 +01:00