croneter
|
a89f7fa63b
|
Merge pull request #1690 from croneter/py3-fix-addon
Fix generating new unique device ID for PKC not working
|
2021-11-03 07:59:46 +01:00 |
|
croneter
|
b6d09eb59b
|
Fix generating new PKC unique device ID not working
|
2021-11-03 07:46:15 +01:00 |
|
croneter
|
f2cd4d68ea
|
Refactor playqueues
|
2021-11-02 19:52:15 +01:00 |
|
croneter
|
edf0cd9a54
|
Refactor Plex intro detection
|
2021-11-02 19:52:15 +01:00 |
|
croneter
|
2c74ddde88
|
Completely new implementation for Plex Companion
|
2021-11-02 19:51:07 +01:00 |
|
croneter
|
c4433644ef
|
Adapt websocket client logic
|
2021-03-17 21:40:52 +01:00 |
|
croneter
|
c39151e746
|
Fix UnboundLocalError: local variable 'user' referenced before assignment
|
2021-02-26 13:08:05 +01:00 |
|
croneter
|
7f8939cee7
|
Add skip intro functionality
|
2021-02-09 18:14:31 +01:00 |
|
croneter
|
a9a4d43cb2
|
Improve logic when writing credentials to settings file
|
2021-01-09 17:24:16 +01:00 |
|
croneter
|
6fa19e3495
|
Remove some obsolete code for Kodi Krypton
|
2020-12-27 17:22:23 +01:00 |
|
croneter
|
dcd6756a7d
|
Fix encoding of file paths
|
2020-12-18 20:01:06 +01:00 |
|
croneter
|
58eaa14043
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
|
croneter
|
436b1fda83
|
Automatically convert source code from Python 2 to 3 using futurize
|
2020-12-18 17:10:20 +01:00 |
|
croneter
|
97c3239657
|
Explicitly delete xbmc.Monitor() and xbmc.Player()
|
2020-06-09 09:36:34 +02:00 |
|
croneter
|
28500d2cdf
|
Correctly detect PKC shutdown and ensure that a PKC instance is always running (guess invoking xbmc.Monitor() while we should shut down did not help)
|
2020-06-09 09:36:10 +02:00 |
|
croneter
|
c34f43cead
|
Fix websocket threads not getting suspended correctly
|
2020-05-07 13:56:13 +02:00 |
|
croneter
|
5ffcd5782d
|
Optimize some websocket code
|
2020-05-07 13:56:13 +02:00 |
|
croneter
|
54a147da41
|
Revert "Rewire suspension of waking up of websocket threads"
This reverts commit dccd3e512b .
|
2020-05-07 07:27:30 +02:00 |
|
croneter
|
dccd3e512b
|
Rewire suspension of waking up of websocket threads
|
2020-05-07 07:26:03 +02:00 |
|
croneter
|
92a28b6eda
|
Replace depricated xbmc.abortRequested
|
2020-05-05 18:18:34 +02:00 |
|
croneter
|
fe857cb609
|
Improve thread pool management to render PKC snappier
|
2019-12-20 14:17:49 +01:00 |
|
croneter
|
c85e1e2bd0
|
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 |
|
croneter
|
5e3f3daf90
|
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 |
|
croneter
|
a8ee68ca4c
|
Merge pull request #990 from croneter/fix-escape
Correctly escape URLs for Direct Paths
|
2019-09-22 13:23:41 +02:00 |
|
croneter
|
5a7d997da2
|
Correctly escape URLs for Direct Paths
|
2019-09-22 12:52:32 +02:00 |
|
croneter
|
1d210c2fde
|
Remove obsolete import
|
2019-09-10 17:59:10 +02:00 |
|
croneter
|
52c1a0e47d
|
Merge pull request #975 from croneter/fix-play-decision
Rework logic for using direct paths, direct play, direct streaming and transcoding, using the PMS StreamingBrain
|
2019-09-08 15:28:29 +02:00 |
|
croneter
|
e498736a96
|
Let PMS StreamingBrain decide on whether we need to force-transcode
|
2019-09-08 15:22:09 +02:00 |
|
croneter
|
e009c371b2
|
Force a full sync of all items after choosing a new PMS, changing a PMS' address and changing which Plex libraries to sync
|
2019-08-29 10:32:59 +02:00 |
|
croneter
|
416c424f52
|
Fix PKC potentially marking a video as watched on startup; don't sync time with toggling video watch state but use PMS epoch time
|
2019-06-28 17:47:01 +02:00 |
|
croneter
|
7e829c1bad
|
Refresh widgets only on homescreen to prevent cursor from jumping within libraries
|
2019-05-01 08:56:11 +02:00 |
|
croneter
|
0c60f984d1
|
Reload skin on resetting PKC video nodes
|
2019-04-17 16:19:57 +02:00 |
|
croneter
|
eb1214f0c7
|
New setting to reloade Plex video nodes
|
2019-04-14 14:20:03 +02:00 |
|
croneter
|
9d07a58c50
|
Replace waitForAbort() with sleep()
|
2019-03-17 17:56:31 +01:00 |
|
croneter
|
d068c37c49
|
Fix PKC synching playstate to wrong user on profile switch
- BUT: Kodi profiles seem to be a mess!
|
2019-03-17 16:53:13 +01:00 |
|
croneter
|
5b7595c681
|
Rework widgets and listitems
|
2019-03-10 18:00:04 +01:00 |
|
croneter
|
a9ff70fac7
|
Fix PKC not exiting correctly due to a call to xbmc.getCondVisibility
|
2019-02-22 08:11:58 +01:00 |
|
croneter
|
fa9ca95e2e
|
Remove obsolete check for Kodi profile switch
|
2019-02-21 09:15:29 +01:00 |
|
croneter
|
2c12f2e705
|
Update to new style Python class
|
2019-02-21 08:47:52 +01:00 |
|
croneter
|
a9bfae2b13
|
Merge pull request #715 from croneter/codacy
Implement Codacy suggestions
|
2019-02-08 15:20:11 +01:00 |
|
croneter
|
e6cd80a7dd
|
Implement Codacy suggestions
|
2019-02-08 13:52:33 +01:00 |
|
croneter
|
50d770718d
|
Choose which Plex libraries PKC should sync
|
2019-02-08 13:24:14 +01:00 |
|
croneter
|
1787e51c7c
|
Zentrally register threads and introduce a way to wait for their suspension
|
2019-02-06 14:19:10 +01:00 |
|
croneter
|
f90b470f5b
|
Never ignore SSL certificate errors for Kodi >= 18 - just like Kodi
|
2019-02-03 20:28:50 +01:00 |
|
croneter
|
01609e4d72
|
Better inform the user if problems arise with manual PMS IP input
|
2019-02-03 16:44:37 +01:00 |
|
croneter
|
4779f3e994
|
Log whether Plex artwork is synced to Kodi
|
2019-01-27 08:33:15 +01:00 |
|
croneter
|
69cb09e009
|
Replace cPickle communication with JSON
|
2019-01-26 08:43:51 +01:00 |
|
croneter
|
5b5af1ceed
|
Fix browsing to show from info dialog
- Fixes #603
- Increases dependency on plugin.video.plexkodiconnect.tvshows to 2.0.8
|
2019-01-19 16:56:10 +01:00 |
|
croneter
|
1fccd23c4f
|
Make PKC potentially compatible with several database schemas
|
2019-01-13 13:41:22 +01:00 |
|
croneter
|
97d829779f
|
Fix OperationalError: enforce Kodi restart with clean DB once
- Fixes #570
|
2018-12-10 19:51:17 +01:00 |
|