croneter
|
4547ec52af
|
Major Plex Companion overhaul, part 4
|
2017-12-21 09:28:06 +01:00 |
|
tomkat83
|
47779bbbee
|
Modify logging
|
2017-12-15 16:22:03 +01:00 |
|
tomkat83
|
f0a3cd8c55
|
Avoid RuntimeError on exit
|
2017-12-15 16:08:20 +01:00 |
|
croneter
|
bb0ba08329
|
Also update volume and mute on PMS updates
|
2017-12-14 17:19:09 +01:00 |
|
croneter
|
7100802cab
|
Ensure that PKC signals playback stop on shutdown
|
2017-12-14 15:54:28 +01:00 |
|
croneter
|
502c013af0
|
Update all Kodi player properties for Companion update
|
2017-12-14 15:20:41 +01:00 |
|
croneter
|
b520fe2b79
|
Fix playstate remaining at zero
|
2017-12-14 10:34:40 +01:00 |
|
croneter
|
8189eb6b4c
|
Companion: fix audio stream and subtitle stream
|
2017-12-14 10:22:48 +01:00 |
|
croneter
|
c0e7c78a11
|
Major Plex Companion overhaul, part 3
|
2017-12-14 08:29:38 +01:00 |
|
croneter
|
80c106d57f
|
Fix some IndexErrors and KeyErrors
|
2017-12-13 20:41:29 +01:00 |
|
croneter
|
9cac51d5c9
|
Major Plex Companion overhaul, part 2
|
2017-12-13 20:14:27 +01:00 |
|
tomkat83
|
b1e2791ca8
|
Major Plex Companion overhaul, part 1
|
2017-12-10 19:01:22 +01:00 |
|
tomkat83
|
c3b5054477
|
Fixes to Companion /poll replies
|
2017-12-09 17:23:50 +01:00 |
|
tomkat83
|
73c7f866e6
|
Security fix: Companion shall not send Plex token
|
2017-12-09 13:54:30 +01:00 |
|
tomkat83
|
843bedbee6
|
Switch Companion to use json_rpc.py
|
2017-12-09 13:47:19 +01:00 |
|
croneter
|
116a2956ac
|
Minor Plex Companion improvements
|
2017-12-05 11:14:41 +01:00 |
|
tomkat83
|
c917b9bf48
|
Fix Plex companion feedback for Android
|
2017-07-01 14:17:25 +02:00 |
|
tomkat83
|
cee2bfcc6c
|
Better way to sync progress to another account
- Partially fixes #297
|
2017-05-25 14:21:27 +02:00 |
|
tomkat83
|
9104a56db0
|
Fix playback stop not being recognized by the PMS
|
2017-05-25 13:15:54 +02:00 |
|
tomkat83
|
66fe13786f
|
Fix PKC syncing progress to wrong account
- Fixes #297
|
2017-05-22 20:54:04 +02:00 |
|
tomkat83
|
845885edbd
|
Fix Playback and watched status not syncing
- Fixes #300
|
2017-05-22 20:38:56 +02:00 |
|
tomkat83
|
20cf51432f
|
Companion: send transient token
|
2017-05-17 20:22:16 +02:00 |
|
tomkat83
|
c7db36bd5d
|
Companion: don't tell seekRange
|
2017-05-17 19:20:16 +02:00 |
|
tomkat83
|
bfe174dc09
|
Add state for Plex user ID
|
2017-05-17 15:57:30 +02:00 |
|
tomkat83
|
af55d75bf3
|
Fix KeyError for Plex Companion
|
2017-05-11 20:07:23 +02:00 |
|
tomkat83
|
543253e10e
|
Plex Companion: add itemType to playstate
|
2017-05-07 15:02:45 +02:00 |
|
tomkat83
|
acf1d803ab
|
Typo
|
2017-05-06 18:48:58 +02:00 |
|
tomkat83
|
264bf9ad87
|
Plex Companion: Add size of XML
|
2017-05-06 18:42:43 +02:00 |
|
tomkat83
|
9c48840b54
|
Plex Companion: Add machineIdentifier
|
2017-05-06 18:42:05 +02:00 |
|
tomkat83
|
839e937a81
|
Typos
|
2017-05-06 18:39:38 +02:00 |
|
tomkat83
|
efb75c8f99
|
Plex Companion: drop telling the 'location'
|
2017-05-06 18:38:44 +02:00 |
|
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 |
|