.. |
app
|
Adapt websocket client logic
|
2021-03-20 09:48:23 +01:00 |
itemtypes
|
Sync name and user rating of a TV show season to Kodi
|
2021-02-24 17:22:12 +01:00 |
kodi_db
|
Implement Kodi's "Reset resume position"
|
2021-09-09 14:54:37 +02:00 |
library_sync
|
Fix Regression: AttributeError
|
2021-07-25 11:11:31 +02:00 |
pathtools
|
Playlist sync support, part 1
|
2018-04-28 09:12:29 +02:00 |
playlists
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +02:00 |
plex_api
|
Merge pull request #1668 from croneter/fix-subs
|
2021-10-17 11:51:04 +02: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 |
websocket
|
Websocket Fix AttributeError: 'NoneType' object has no attribute is_ssl
|
2021-07-25 11:17:07 +02:00 |
windows
|
Add skip intro functionality
|
2021-02-09 19:43:40 +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
|
Fix a racing condition that could lead to the sync getting stuck
|
2021-07-25 11:11:00 +02:00 |
clientinfo.py
|
Always use the current Kodi language when communicating with the PMS
|
2019-10-31 13:01:08 +01:00 |
companion.py
|
Fix Alexa and RuntimeError: dictionary keys changed during iteration
|
2021-05-02 14:36:34 +02: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
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +02:00 |
defused_etree.py
|
Monkey patch xml.etree.ElementTree to always return unicode
|
2019-03-30 09:56:22 +01:00 |
downloadutils.py
|
Fix download not always returning entire requests.response object
|
2021-09-24 16:59:41 +02:00 |
entrypoint.py
|
Add an additional Plex Hub "PKC Continue Watching" that merges the Plex Continue Watching with On Deck
|
2021-06-05 14:11:43 +02:00 |
exceptions.py
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +02:00 |
initialsetup.py
|
Improve some code
|
2021-01-09 16:54:39 +01: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-24 17:32:01 +02:00 |
kodi_constants.py
|
Rework widgets and listitems
|
2019-03-10 18:00:04 +01: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-17 11:52:22 +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
|
Refactoring: playlist and playqueue items to use API instead of xml
|
2021-09-24 17:19:50 +02:00 |
playback_decision.py
|
Merge pull request #1637 from croneter/refactor-part
|
2021-09-24 17:30:11 +02:00 |
playback_starter.py
|
Rewire PKC resume mechanism
|
2019-10-30 17:30:52 +01:00 |
playlist_func.py
|
Refactor and fix Kodi not activating subtitle when it should
|
2021-10-17 11:47:41 +02:00 |
playqueue.py
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +02:00 |
plex_companion.py
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +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-24 17:32:01 +02:00 |
plex_tv.py
|
Improve logic when writing credentials to settings file
|
2021-01-09 17:00:18 +01:00 |
service_entry.py
|
Adapt websocket client logic
|
2021-03-20 09:48:23 +01:00 |
skip_plex_intro.py
|
Rename skip intro skin file
|
2021-03-14 14:19:18 +01:00 |
subtitles.py
|
Refactoring: move all exceptions in a single module
|
2021-09-24 17:19:50 +02:00 |
sync.py
|
Adapt websocket client logic
|
2021-03-20 09:48:23 +01:00 |
timing.py
|
Fix RecursionError: maximum recursion depth exceeded
|
2021-07-25 11:13:46 +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
|
Merge pull request #1535 from croneter/hama
|
2021-07-18 12:03:04 +02:00 |
variables.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-24 17:32:01 +02:00 |
websocket_client.py
|
Fix websockets and AttributeError: 'NoneType' object has no attribute
|
2021-05-29 16:43:56 +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 |