.. |
app
|
Add PKC setting to disable check whether we can access a media file
|
2021-05-02 12:55:32 +02:00 |
itemtypes
|
Direct paths: fix pathId in Kodi movie table
|
2021-05-02 13:38:25 +02:00 |
kodi_db
|
Direct Paths: fix several issues with episodes
|
2021-05-23 18:03:18 +02:00 |
library_sync
|
Fix a racing condition that could lead to the sync getting stuck
|
2021-07-23 10:30:51 +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
|
Remove obsolete imports
|
2020-12-27 17:22:22 +01:00 |
plex_api
|
Support for the Plex HAMA agent to let Kodi identify animes (using Kodi's uniqueID 'anidb')
|
2021-07-18 12:18:48 +02:00 |
plex_db
|
Look for missing trailers using TMDB
|
2021-01-20 17:17:43 +01:00 |
plexbmchelper
|
Fix PKC not showing up as a casting target in some cases
|
2021-04-17 14:01:56 +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
|
Add skip intro functionality
|
2021-02-09 18:14:31 +01: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
|
Switch to context manager
|
2021-07-23 10:31:09 +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
|
Fix likelyhood of database is locked error occuring
|
2021-07-23 10:49:10 +02:00 |
defused_etree.py
|
Cleanup save handling of xml.etree.ElementTree
|
2020-12-27 17:22:15 +01:00 |
downloadutils.py
|
Cleanup save handling of xml.etree.ElementTree
|
2020-12-27 17:22:15 +01:00 |
entrypoint.py
|
Add an additional Plex Hub "PKC Continue Watching" that merges the Plex Continue Watching with On Deck
|
2021-06-05 14:05:20 +02:00 |
initialsetup.py
|
Show warning message to remind user to use Estuary for database resets
|
2021-05-24 15:51:41 +02:00 |
json_rpc.py
|
Fix PKC widgets not working at all in some cases
|
2021-05-24 09:35:36 +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
|
Fix rare TypeError: expected string or buffer on playback start
|
2021-02-24 15:22:18 +01: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 AttributeError: module 'shutil' has no attribute 'copy_tree'
|
2021-05-14 08:46:06 +02:00 |
playback.py
|
Fix resume not working if Kodi player start-up is slow
|
2021-03-19 18:30:24 +01:00 |
playback_decision.py
|
Fix PKC not auto-picking audio/subtitle stream when transcoding
|
2021-01-27 16:28:25 +01:00 |
playback_starter.py
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
playlist_func.py
|
Fix a rare AttributeError when using playlists
|
2021-04-30 10:26:33 +02:00 |
playqueue.py
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
plex_companion.py
|
Change thread.isAlive to thread.is_alive
|
2021-01-05 14:11:27 +01:00 |
plex_functions.py
|
Fix error socket.timeout: timed out
|
2021-03-17 21:31:19 +01: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 |
sync.py
|
Adapt websocket client logic
|
2021-03-17 21:40:52 +01:00 |
timing.py
|
Fix OSError: Invalid argument when Plex returns an invalid timestamp
|
2021-01-25 13:01:03 +01:00 |
transfer.py
|
Some string encoding fixes
|
2020-12-27 13:16:44 +01:00 |
utils.py
|
Merge pull request #1541 from croneter/py3-fix-attributeerror
|
2021-07-23 11:03:49 +02:00 |
variables.py
|
Force PKC database reset
|
2021-05-24 09:39:26 +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 |