croneter
|
a77c6b81f7
|
Remove some obsolete imports
|
2020-12-27 17:29:01 +01:00 |
|
croneter
|
6fa19e3495
|
Remove some obsolete code for Kodi Krypton
|
2020-12-27 17:22:23 +01:00 |
|
croneter
|
dc2967c8da
|
Add logic to safely enable the Kodi webserver for artwork caching
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
c22b4c782d
|
Remove obsolete encodes and decodes
|
2020-12-27 13:16:44 +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
|
9c1a753fa9
|
Merge pull request #1185 from croneter/fix-users
Fix PKC shutdown on Kodi profile switch
|
2020-06-09 12:06:26 +02:00 |
|
croneter
|
da671c8ee5
|
Do not instantiate xbmc.Monitor() if possible (guess this leads to issues if we should shut down)
|
2020-06-09 09:37:18 +02:00 |
|
geropan
|
2ce1a6e639
|
Added support for custom set of safe characters (configured via addon settings) when escaping paths using direct paths for http(s), dav(s) and (s)ftp urls.
|
2020-06-07 18:27:20 +01: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
|
9182e0ad76
|
Fix PKC becoming unresponsive e.g. when switching the PMS
|
2019-12-13 07:38:52 +01:00 |
|
croneter
|
f4ea051c81
|
Merge pull request #1073 from croneter/fix-userswitch
Optimize threads by using events instead of a polling mechanism. Fixes PKC becoming unresponsive, e.g. when switching users
|
2019-11-30 16:27:06 +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
|
e01e50a650
|
Make sure bool is returned instead of an int
|
2019-11-30 13:46:08 +01:00 |
|
croneter
|
b6d6482c4a
|
Fix resume when using an external player
|
2019-11-03 14:32:51 +01:00 |
|
croneter
|
a9b5ba4162
|
Get rid of some obsolete code for the ContextMonitor we dropped
|
2019-11-01 13:40:45 +01:00 |
|
croneter
|
d75e2a0109
|
Remember currently playing item directly
|
2019-10-05 11:31:44 +02:00 |
|
croneter
|
65a921c3cc
|
Fix PKC background sync synching items to Kodi even though entire section should not be synched
|
2019-08-29 10:08:01 +02:00 |
|
croneter
|
6bd5b28e0c
|
Fix playback when the same video is started again from a widget
|
2019-06-02 13:47:50 +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
|
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
|
cd728b4c32
|
Fix PKC becoming unresponsive
|
2019-02-08 12:59:12 +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
|
262a2dda21
|
New option to not use Plex artwork
|
2019-01-04 20:38:45 +01:00 |
|
croneter
|
bd192e4b6a
|
Direct Paths: Fix AttributeError for widgets
- Fixes #588
|
2019-01-01 16:53:50 +01:00 |
|
croneter
|
134b76cb09
|
Ensure path replacement never contains trailing (back)slash
- Fixes #563
|
2018-12-29 16:13:59 +01:00 |
|
croneter
|
a9cf7eb294
|
New setting to escape paths e.g. for HTTP direct paths
- Fixes #555
|
2018-12-27 12:08:18 +01:00 |
|
croneter
|
4fb4643ac0
|
Add-on paths: don't fail playback with an empty video
|
2018-12-24 17:44:52 +01:00 |
|
croneter
|
1f5eae8267
|
Fix PKC not connecting due to changed IP
|
2018-11-26 16:56:39 +01:00 |
|
croneter
|
fada7f707f
|
Move playback startup from thread to task
|
2018-11-26 07:48:45 +01:00 |
|
croneter
|
a149d8de27
|
Fix widgets not receiving PKC information
|
2018-11-26 07:19:34 +01:00 |
|
croneter
|
b1f04c85a6
|
Code cleanup
|
2018-11-25 19:46:34 +01:00 |
|
croneter
|
6dc436da91
|
Rewire PKC startup and authentication mechanism
|
2018-11-25 17:03:19 +01:00 |
|
croneter
|
3e41f63c62
|
Move xbmc.Player()
|
2018-11-23 08:41:05 +01:00 |
|
croneter
|
fddd374b79
|
Fix some TypeErrors
|
2018-11-21 20:20:06 +01:00 |
|
croneter
|
37ed6c2347
|
Remove obsolete code
|
2018-11-20 19:10:12 +01:00 |
|
croneter
|
6fe0e23f53
|
Interrupt sleep if Kodi exits. Use Monitor's Player()
|
2018-11-20 16:58:25 +01:00 |
|
croneter
|
3a514365ee
|
Fix logging out also deleting Plex token
|
2018-11-19 08:17:49 +01:00 |
|
croneter
|
a045063769
|
Rather big change of PKC's plumbing
|
2018-11-18 14:59:17 +01:00 |
|