croneter
|
f3754fa2e3
|
Use ThreadingHTTPServer instead of own threaded HTTPServer
|
2021-10-18 16:39:12 +02:00 |
|
croneter
|
8c64e2a17c
|
Fix http server headers Connection:keep-alive and Content-Type for XMLs
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
e6171127dc
|
Don't simply swallow all http server exceptions
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
d37fbb6c1a
|
Remove obsolete BaseHTTPRequestHandler method
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
c107eb2ed8
|
Do not send a Connection: close header
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
492e235a53
|
If receiving a Companion request, reply with a code 200 xml
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
d8db463423
|
Improve logging for http client
|
2021-10-18 16:39:11 +02:00 |
|
croneter
|
f2e03e878e
|
Do not close http output stream when responding
|
2021-10-18 09:53:26 +02:00 |
|
croneter
|
56a3cdbbd8
|
Use super() for subclassing BaseHTTPRequestHandler
|
2021-10-18 08:58:09 +02:00 |
|
croneter
|
281fe05158
|
Fix PKC not showing up as a casting target in some cases
|
2021-04-17 14:01:56 +02:00 |
|
croneter
|
8bdfcbabc8
|
Fix Plex GDM discovery request
|
2020-12-27 13:16:45 +01:00 |
|
croneter
|
d306f36869
|
More string bytes fixes
|
2020-12-27 13:16:43 +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
|
a1e6cdcf29
|
Attempt to fix broken pipe error
|
2019-12-15 07:36:50 +01:00 |
|
croneter
|
816913031c
|
Optimize code
|
2019-09-08 15:06:07 +02:00 |
|
croneter
|
e93fd94a71
|
Fix Plex Companion logging error messages
|
2019-04-05 17:54:03 +02:00 |
|
croneter
|
1ac19109ba
|
Turn urllib and urlparse unicode-safe
|
2019-03-30 17:32:42 +01:00 |
|
croneter
|
815cd20d39
|
Ensure Plex companion thread quits on time
|
2019-03-17 17:56:31 +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
|
9208cf2cb3
|
Optimize headers for communication with PMS to appear like PMP
|
2019-02-05 18:52:10 +01:00 |
|
croneter
|
2c77bd28af
|
Implement Codacy suggestions
|
2019-02-03 20:22:41 +01:00 |
|
croneter
|
4f750379f1
|
Fix ImportError for Plex Companion gdm issues
- Partially fixes #568
|
2018-12-09 13:07:36 +01:00 |
|
croneter
|
b1f04c85a6
|
Code cleanup
|
2018-11-25 19:46:34 +01:00 |
|
croneter
|
5422b6d233
|
Fix AttributeError
|
2018-11-23 08:42:29 +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
|
a75afc109c
|
Fix TypeError for selecting Plex media streams
|
2018-11-06 15:12:17 +01:00 |
|
croneter
|
e3328ad061
|
Switch to Plex style dialogs
|
2018-09-18 16:26:40 +02:00 |
|
croneter
|
4e0429fcc9
|
Fix switching to __future__ module
- Fixes #507
|
2018-07-12 18:46:02 +02:00 |
|
croneter
|
c557cbdb93
|
Fix Plex Companion crashing when connected to Plex Web
|
2018-07-08 12:53:03 +02:00 |
|
croneter
|
bd34ee20e3
|
Revert "Fix Plex Companion crashing when connected to Plex Web"
This reverts commit baebd11825 .
|
2018-07-08 12:46:22 +02:00 |
|
croneter
|
0d601d7309
|
Fix Plex Companion crash when connected to Plex Web playing playlist music
|
2018-07-08 12:37:38 +02:00 |
|
croneter
|
baebd11825
|
Fix Plex Companion crashing when connected to Plex Web
|
2018-07-08 12:28:28 +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 |
|
Croneter
|
a36307e0aa
|
Fix add-on paths playstate and Plex Companion for playlists
|
2018-06-14 19:54:35 +02:00 |
|
Croneter
|
b135980981
|
Fix Kodi telling Plex companion false playqueue position
|
2018-06-14 16:40:26 +02:00 |
|
croneter
|
4a948c1639
|
Fix Plex Companion playstate status for iOS
- Partially fixes #456
|
2018-05-13 15:50:26 +02:00 |
|
croneter
|
5b58db6cec
|
Fix Plex Companion thinking video is playing again
- Fixes #449
|
2018-04-02 18:09:00 +02:00 |
|
croneter
|
66b8559eab
|
Fix using plex instead of user token
- Fixes #407
|
2018-02-14 20:38:50 +01:00 |
|
croneter
|
ca11528593
|
Prettify
|
2018-02-11 13:24:00 +01:00 |
|
croneter
|
f279efb255
|
Less logging
|
2018-02-07 12:48:50 +01:00 |
|
croneter
|
b9c1bbd8d3
|
Fix Companion playback for Plex Web
|
2018-02-04 15:36:30 +01:00 |
|
croneter
|
a1d790c741
|
Signal stop to Companion clients correctly
|
2018-02-04 12:31:28 +01:00 |
|
croneter
|
8d1bd52328
|
Fix Companion KeyError for music playback
|
2018-02-03 16:49:58 +01:00 |
|
tomkat83
|
e17824609a
|
Greatly simplify handling of PKC playqueues
|
2018-01-06 15:19:12 +01:00 |
|
tomkat83
|
f4e83f6be5
|
Better detect if PKC playback init is still ongoing
|
2018-01-02 15:11:49 +01:00 |
|