tomkat83
|
b70a3331e0
|
Newline in logging xml
|
2017-02-26 16:14:46 +01:00 |
|
tomkat83
|
e03af767ca
|
Remove \r for Plex Companion replies
|
2017-02-26 16:12:39 +01:00 |
|
tomkat83
|
908e67e0bf
|
Revert "Hopefully fix Plex Companion RuntimeError"
This reverts commit 14c9d10459 .
|
2017-01-15 17:26:59 +01:00 |
|
tomkat83
|
1fc7277294
|
Krypton: Fix playState notifications for 1 video
|
2017-01-12 20:06:53 +01:00 |
|
tomkat83
|
14c9d10459
|
Hopefully fix Plex Companion RuntimeError
- RuntimeError: dictionary changed size during iteration
12:42:00 T:8236 ERROR: Traceback (most recent call last):
12:42:00 T:8236 ERROR: File
"C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.plexkodiconnect\resources\lib\plexbmchelper\listener.py",
line 213, in answer_request
12:42:00 T:8236 ERROR: subMgr.notify()
12:42:00 T:8236 ERROR: File
"C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.plexkodiconnect\resources\lib\plexbmchelper\subscribers.py",
line 163, in notify
12:42:00 T:8236 ERROR: self.notifyServer(players)
12:42:00 T:8236 ERROR: File
"C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.plexkodiconnect\resources\lib\plexbmchelper\subscribers.py",
line 178, in notifyServer
12:42:00 T:8236 ERROR: for typus, p in
self.lastplayers.iteritems():
|
2016-12-28 13:18:50 +01:00 |
|
tomkat83
|
9d2902baa5
|
Playqueues overhaul continued
|
2016-12-28 13:14:21 +01:00 |
|
tomkat83
|
2ca4ad7b6c
|
Fix capitalization
|
2016-09-17 20:30:28 +02:00 |
|
tomkat83
|
fed0c0b9e4
|
Cleanup PlexCompanion
|
2016-09-02 17:20:19 +02:00 |
|
tomkat83
|
ff1c7f9db1
|
Complete redesign of playlist handling
|
2016-08-11 22:11:00 +02:00 |
|
tomkat83
|
8ef66884df
|
Fix PKC telling 'playing' instead of 'stopped'
|
2016-08-10 19:49:18 +02:00 |
|
tomkat83
|
5be7d835f8
|
Correctly tell PMS when we stopped playing
|
2016-08-10 19:31:54 +02:00 |
|
tomkat83
|
0315773009
|
Beautify
|
2016-08-10 19:03:37 +02:00 |
|
tomkat83
|
99e1239acc
|
Revert "Plex Companion: correctly tell when we stop playing"
This reverts commit fc71fcf1fb .
|
2016-08-08 21:36:05 +02:00 |
|
tomkat83
|
fc71fcf1fb
|
Plex Companion: correctly tell when we stop playing
|
2016-08-08 21:28:41 +02:00 |
|
tomkat83
|
caba11c43f
|
Improvements to Plex Companion daemon
- Still need improvements to tell the PMS and Plex Companion devices
that we STOPPED playing something.
|
2016-08-07 20:52:49 +02:00 |
|
tomkat83
|
a2693b3485
|
Optimize player and playlist instances
|
2016-08-07 15:33:36 +02:00 |
|
tomkat83
|
fcf6948735
|
Improvements to resume points
- Plex sometimes tells time in milliseconds instead of seconds
- Fixes #49
|
2016-06-05 18:39:26 +02:00 |
|
tomkat83
|
c7b52a1fa4
|
Merge conflicts: download action_type
|
2016-04-26 14:02:19 +02:00 |
|
tomkat83
|
19eae61737
|
Fix currently playing showing old Plex items
- E.g. when watching Kodi TV/PVR
|
2016-04-11 10:41:13 +02:00 |
|
tomkat83
|
1f3598a7c4
|
Cleanup and Fixes
- Disable SSL warnings, finally
- Fix Plex Companion errors due to downloadutils switch
|
2016-04-06 18:23:51 +02:00 |
|
tomkat83
|
260fc7adf8
|
Rewired download and PMS connection
- Look for PMS in the LAN, even if plex.tv is available
|
2016-04-06 16:24:03 +02:00 |
|
tomkat83
|
43dc83ae57
|
Fix instance chaos with Plex Companion
- Should fix PKC startup issues, among others
|
2016-04-02 16:46:23 +02:00 |
|
tomkat83
|
98554dbe26
|
Clean up Plex Companion subscribers
|
2016-03-22 15:34:59 +01:00 |
|
tomkat83
|
33fe7604e3
|
Playback updates for remote PMS, part 2
|
2016-03-22 14:58:51 +01:00 |
|
tomkat83
|
de810d1e1d
|
Fixes to monitoring playback
|
2016-03-16 18:01:07 +01:00 |
|
tomkat83
|
7f674acbac
|
Redesign Kodi monitor and player
Allows now to have playback initiated by Kodi - especially when using
direct paths
|
2016-03-16 17:02:22 +01:00 |
|
tomkat83
|
872f17851f
|
Fix TypeError for Plex Companion
|
2016-03-14 09:54:15 +01:00 |
|
tomkat83
|
a3c2d21757
|
Fix userclient
|
2016-03-10 16:02:46 +01:00 |
|
tomkat83
|
a64e36cf69
|
Threaded Plex Companion Timeline messages, due to PMS missing Content-Length header args in the response
|
2016-02-11 10:35:16 +01:00 |
|
tomkat83
|
5a4f4a9b71
|
Revert "Fix to Plex Companion response not conform to HTTP standards"
This reverts commit 531dba40bf .
|
2016-02-10 13:51:14 +01:00 |
|
tomkat83
|
531dba40bf
|
Fix to Plex Companion response not conform to HTTP standards
content length is wrong, causing thread to lock for several seconds
|
2016-02-10 13:02:58 +01:00 |
|
tomkat83
|
0f14019e5b
|
Overhaul Plex Companion
|
2016-02-07 12:38:50 +01:00 |
|
tomkat83
|
8912a0b601
|
Overhaul Part 1
|
2016-01-29 20:07:21 +01:00 |
|
tomkat83
|
42bd570187
|
Plex home user switch working
|
2016-01-27 12:18:54 +01:00 |
|
tomkat83
|
e0330c1a28
|
Fixed plex companion headers and resume point
|
2016-01-23 15:53:24 +01:00 |
|
tomkat83
|
48ba7f0869
|
Plex Companien (Plexbmc helper) version 0.1
|
2016-01-22 15:37:20 +01:00 |
|