.. |
app
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
defusedxml
|
Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError'
|
2021-07-25 15:21:54 +02:00 |
itemtypes
|
Fix Receiving init() missing 1 required positional argument: ‘certification_country’
|
2021-10-16 11:40:43 +02:00 |
kodi_db
|
Fix UnboundLocalError: local variable 'identifier' referenced before assignment
|
2021-10-30 18:34:35 +02:00 |
library_sync
|
Fix Receiving init() missing 1 required positional argument: ‘certification_country’
|
2021-10-16 11:40:43 +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
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
plex_api
|
Merge pull request #1643 from croneter/py3-fix-subs
|
2021-09-30 14:57:21 +02:00 |
plex_companion
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
plex_db
|
Refactor playqueues
|
2021-11-02 19:52:15 +01: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 auto skip intro functionality
|
2021-10-24 01:50:15 -04: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
|
Fix a racing condition that could lead to the sync getting stuck
|
2021-07-25 10:19:20 +02:00 |
clientinfo.py
|
Fix http server headers Connection:keep-alive and Content-Type for XMLs
|
2021-10-18 16:39:11 +02:00 |
companion.py
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
context.py
|
More string bytes fixes
|
2020-12-27 13:16:43 +01:00 |
context_entry.py
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
db.py
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
downloadutils.py
|
Fix download not always returning entire requests.response object
|
2021-09-24 16:02:32 +02:00 |
entrypoint.py
|
Lost patience with Kodi 19: drop use of Python multiprocessing entirely
|
2021-10-17 11:34:08 +02:00 |
exceptions.py
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
initialsetup.py
|
Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError'
|
2021-07-25 15:21:54 +02:00 |
json_rpc.py
|
Track video streams as well; refactor reporting of playback progress; only switch audio stream if different
|
2021-10-20 14:55:39 +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 subtitle streams missmatch between Kodi and Plex
|
2021-11-02 19:52:15 +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 RecursionError if videos lie in a root directory
|
2021-09-11 16:47:28 +02:00 |
playback.py
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
playback_decision.py
|
Refactor usage of a media part's id
|
2021-09-13 14:35:58 +02:00 |
playback_starter.py
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
playlist_func.py
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
plex_functions.py
|
Track video streams as well; refactor reporting of playback progress; only switch audio stream if different
|
2021-10-20 14:55:39 +02:00 |
plex_tv.py
|
Improve some code
|
2021-01-09 17:25:12 +01:00 |
service_entry.py
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
skip_plex_intro.py
|
Refactor Plex intro detection
|
2021-11-02 19:52:15 +01:00 |
subtitles.py
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
sync.py
|
Adapt websocket client logic
|
2021-03-17 21:40:52 +01:00 |
timing.py
|
Improve logging for converting Unix timestamps
|
2021-08-01 15:41:58 +02:00 |
transfer.py
|
Some string encoding fixes
|
2020-12-27 13:16:44 +01:00 |
utils.py
|
Completely new implementation for Plex Companion
|
2021-11-02 19:51:07 +01:00 |
variables.py
|
Completely new implementation for Plex Companion
|
2021-11-02 19:51:07 +01: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 |