croneter
|
b4ec68bf82
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
|
Nyaran
|
48034d60ed
|
Change thread.isAlive to thread.is_alive
|
2021-01-05 14:11:27 +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
|
4c2fe6dd59
|
Fix rare playback progress report failing and KeyError: u'containerKey'
|
2020-12-17 16:59:19 +01:00 |
|
croneter
|
a1e6cdcf29
|
Attempt to fix broken pipe error
|
2019-12-15 07:36:50 +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
|
ee5a71c5ce
|
Merge pull request #1024 from croneter/fix-crash
Fix Kodi crashing when casting from e.g. Plex Web or Plex for Windows
|
2019-10-31 13:38:23 +01:00 |
|
croneter
|
8830cf22db
|
Fix Kodi crashing when casting from Plex Web
|
2019-10-30 17:53:40 +01:00 |
|
croneter
|
9f2210a5e7
|
Rewire PKC resume mechanism
|
2019-10-30 17:30:52 +01:00 |
|
croneter
|
7ff4baac3a
|
Merge pull request #960 from croneter/fix-attributeerror
Fix rare AttributeError when shutting down Kodi
|
2019-08-10 13:24:17 +02:00 |
|
croneter
|
f5026b637d
|
Fix rare AttributeError when Kodi exits
|
2019-08-08 19:54:39 +02:00 |
|
croneter
|
b1d59e65be
|
Fix Plex Companion device restarting playback when reconnecting to PKC
|
2019-08-06 07:33:35 +02:00 |
|
croneter
|
bae923d34a
|
Fix Plex Companion casting from iOS and Android
|
2019-08-02 10:46:04 +02:00 |
|
croneter
|
5438fe4388
|
Fix casting to PlexKodiConnect always starting the first episode
|
2019-07-14 12:57:20 +02:00 |
|
croneter
|
a46cb731cf
|
Refactor Plex API
|
2019-06-12 11:53:41 +02:00 |
|
croneter
|
b1aceb1e90
|
Fix possible UnicodeEncodeError
|
2019-04-05 17:12:05 +02:00 |
|
croneter
|
1ac19109ba
|
Turn urllib and urlparse unicode-safe
|
2019-03-30 17:32:42 +01:00 |
|
croneter
|
e6cd80a7dd
|
Implement Codacy suggestions
|
2019-02-08 13:52:33 +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
|
2c77bd28af
|
Implement Codacy suggestions
|
2019-02-03 20:22:41 +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
|
6fe0e23f53
|
Interrupt sleep if Kodi exits. Use Monitor's Player()
|
2018-11-20 16:58:25 +01:00 |
|
croneter
|
a045063769
|
Rather big change of PKC's plumbing
|
2018-11-18 14:59:17 +01:00 |
|
croneter
|
3f6f557dc3
|
Fix casting to PKC failing
|
2018-08-03 20:45:10 +02:00 |
|
croneter
|
4e0429fcc9
|
Fix switching to __future__ module
- Fixes #507
|
2018-07-12 18:46:02 +02:00 |
|
Croneter
|
9b76795ea4
|
Attempt to fix locking mechanisms
- Wraper to lock entire function was NOT working
|
2018-06-21 20:43:39 +02:00 |
|
Croneter
|
c440dc7779
|
Switch to absolute imports
|
2018-06-21 19:24:37 +02:00 |
|