croneter
|
736f072ccf
|
Fix error socket.timeout: timed out
|
2021-03-17 21:31:19 +01:00 |
|
croneter
|
8cdb9c999a
|
Hopefully fix RuntimeError: no add-on "plugin.video.plexkodiconnect"
|
2021-03-17 21:16:11 +01:00 |
|
croneter
|
3918810338
|
Add new Python websocket client
|
2021-03-14 16:30:52 +01:00 |
|
croneter
|
35824fe4d0
|
Merge pull request #1397 from croneter/py3-add-websocket-info
Add information to PKC settings for background sync and Alexa whether a connection has been successfully made
|
2021-03-14 14:09:38 +01:00 |
|
croneter
|
ed9a2ca0ac
|
Merge pull request #1396 from croneter/fix-skip-intro
Rename skip intro skin file
|
2021-03-14 14:01:57 +01:00 |
|
croneter
|
de91987464
|
Add information to PKC settings about status of websocket and Alexa websocket connections
|
2021-03-14 13:54:40 +01:00 |
|
croneter
|
c7ff3f573a
|
Rename skip intro skin file
|
2021-03-14 12:55:51 +01:00 |
|
croneter
|
ed93771d12
|
Merge pull request #1384 from croneter/py3-sync-playstates
Quickly sync recently watched items before synching the playstates of the entire Plex library
|
2021-03-07 17:19:18 +01:00 |
|
croneter
|
ec3616c66a
|
Merge pull request #1377 from croneter/py3-fix-websocket
Improve logging for websocket JSON loads
|
2021-03-07 17:18:49 +01:00 |
|
croneter
|
2dc2b0d99b
|
Sync recently watched items individually before synching every playstate
|
2021-03-07 15:16:23 +01:00 |
|
croneter
|
dd69928b20
|
Improve logging for websocket JSON loads
|
2021-03-01 10:57:59 +01:00 |
|
croneter
|
64ac1f5349
|
Fix TypeError: function missing required argument 'message'
|
2021-03-01 10:39:17 +01:00 |
|
croneter
|
c39151e746
|
Fix UnboundLocalError: local variable 'user' referenced before assignment
|
2021-02-26 13:08:05 +01:00 |
|
croneter
|
c49fe06d0f
|
Merge pull request #1364 from croneter/py3-seasonnames
Sync name and user rating of a TV show season to Kodi
|
2021-02-24 17:45:12 +01:00 |
|
croneter
|
cd940d60f7
|
Sync name and user rating of a TV show season to Kodi
|
2021-02-24 17:20:37 +01:00 |
|
croneter
|
caf8903873
|
Fix rare TypeError: expected string or buffer on playback start
|
2021-02-24 15:22:18 +01:00 |
|
croneter
|
8dd533e071
|
Fix TypeError: function missing required argument 'message'
|
2021-02-21 17:12:15 +01:00 |
|
croneter
|
3ea4b1fa46
|
Merge pull request #1340 from croneter/py3-update-translations
Update translations
|
2021-02-13 18:14:06 +01:00 |
|
croneter
|
e6e99ba52b
|
Fix skip intros sometimes not working due to a RuntimeError
|
2021-02-13 18:09:21 +01:00 |
|
croneter
|
b3ba45f900
|
Update translations
|
2021-02-13 18:05:41 +01:00 |
|
croneter
|
47550e9367
|
Merge pull request #1334 from croneter/fix-nextup
Fix Kodi add-on NextUp not working
|
2021-02-09 19:50:51 +01:00 |
|
croneter
|
7f8939cee7
|
Add skip intro functionality
|
2021-02-09 18:14:31 +01:00 |
|
croneter
|
6719b97d87
|
Fix Kodi add-on NextUp not working
|
2021-02-09 18:03:17 +01:00 |
|
croneter
|
0b577aaabe
|
Merge pull request #1328 from croneter/fix-keyerror
Fix KeyError: u'game' if Plex Arcade has been activated
|
2021-02-07 13:11:58 +01:00 |
|
croneter
|
63d7732021
|
Fix KeyError: u'game' if Plex Arcade has been activated
|
2021-02-07 13:00:58 +01:00 |
|
croneter
|
d73d0b42d9
|
Fix AttributeError: 'App' object has no attribute 'threads' when sync is cancelled
|
2021-02-06 12:20:52 +01:00 |
|
croneter
|
0db8ae490c
|
Merge pull request #1310 from croneter/fix-deadlock
Hopefully fix rare case when sync would get stuck indefinitely
|
2021-01-31 17:43:00 +01:00 |
|
croneter
|
e21f4c143d
|
Hopefully fix rare case when sync would get stuck indefinitely
|
2021-01-31 17:39:44 +01:00 |
|
croneter
|
82e38366f5
|
Revert "Add a ton of debug logging for library sync to find deadlock"
This reverts commit 06f7d88d22 .
|
2021-01-31 17:38:37 +01:00 |
|
croneter
|
7465117b00
|
ValueError: invalid literal for int() for invalid dates sent by Plex
|
2021-01-31 17:20:17 +01:00 |
|
croneter
|
f6e54ac2b6
|
Merge pull request #1309 from croneter/fix-streams
Fix PKC not auto-picking audio/subtitle stream when transcoding
|
2021-01-28 13:06:28 +01:00 |
|
croneter
|
a6defcc05a
|
Merge pull request #1308 from croneter/fix-valueerror
Fix ValueError when deleting a music album
|
2021-01-28 13:05:59 +01:00 |
|
croneter
|
06f7d88d22
|
Add a ton of debug logging for library sync to find deadlock
|
2021-01-28 10:02:55 +01:00 |
|
croneter
|
78f1099a4f
|
Fix PKC not auto-picking audio/subtitle stream when transcoding
|
2021-01-27 16:28:25 +01:00 |
|
croneter
|
5346a1f0a7
|
Fix ValueError when deleting a music album
|
2021-01-27 15:45:09 +01:00 |
|
croneter
|
ae3ea91c10
|
Fix OSError: Invalid argument when Plex returns an invalid timestamp
|
2021-01-25 13:01:03 +01:00 |
|
croneter
|
98ac67058e
|
Fix sqlite3.OperationalError on PKC upgrade
|
2021-01-24 17:02:47 +01:00 |
|
croneter
|
0e6ca0d290
|
Add some additional exif picture metadata to listitems. But Kodi skins do not seem to be using that info, unfortunately
|
2021-01-24 16:35:27 +01:00 |
|
croneter
|
dd70170caa
|
Fix pictures from Plex picture libraries not working/displaying
|
2021-01-24 15:01:55 +01:00 |
|
croneter
|
9d02e19a68
|
Optimize capitalization
|
2021-01-24 14:53:43 +01:00 |
|
croneter
|
3825072c5e
|
Alter Plex DB table movie on PKC update to sync TMDB trailers
|
2021-01-20 17:17:43 +01:00 |
|
croneter
|
c1727e2b5b
|
Look for missing trailers using TMDB
|
2021-01-20 17:17:43 +01:00 |
|
croneter
|
8fe72d281f
|
Merge pull request #1265 from Nyaran/feature/py39_thread_is_alive
Change `thread.isAlive` to `thread.is_alive`
|
2021-01-09 17:46:03 +01:00 |
|
croneter
|
83bb5a54c1
|
Merge pull request #1272 from croneter/fix-sets
Fix missing Kodi tags for movie collections/sets
|
2021-01-09 17:45:36 +01:00 |
|
croneter
|
d97a7fdb44
|
Fix missing Kodi tags for movie collections/sets
|
2021-01-09 17:31:29 +01:00 |
|
croneter
|
baa2b17615
|
Fix PKC using main user's token if PMS address changes
|
2021-01-09 17:25:18 +01:00 |
|
croneter
|
8d34e66764
|
Improve some code
|
2021-01-09 17:25:12 +01:00 |
|
croneter
|
a9a4d43cb2
|
Improve logic when writing credentials to settings file
|
2021-01-09 17:24:16 +01:00 |
|
Nyaran
|
48034d60ed
|
Change thread.isAlive to thread.is_alive
|
2021-01-05 14:11:27 +01:00 |
|
croneter
|
fd001fa496
|
Fix AttributeError: module has no attribute try_decode
|
2021-01-03 13:56:08 +01:00 |
|
croneter
|
390a832887
|
Fix rare KeyError when using PKC widgets
|
2021-01-02 13:31:50 +01:00 |
|
croneter
|
e2bdfb9c7f
|
Update translations
|
2021-01-02 13:31:35 +01:00 |
|
croneter
|
b7bc919608
|
Fix docstrings
|
2020-12-27 17:31:08 +01:00 |
|
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
|
b4a7a9ec41
|
Fix function arguments
|
2020-12-27 17:22:23 +01:00 |
|
croneter
|
5e4cfdef52
|
Fix docstring
|
2020-12-27 17:22:22 +01:00 |
|
croneter
|
427fc47e7a
|
Remove obsolete imports
|
2020-12-27 17:22:22 +01:00 |
|
croneter
|
8f5c64b33e
|
Simplify code
|
2020-12-27 17:22:16 +01:00 |
|
croneter
|
4cf7c753e0
|
Remove obsolete function in utils.py
|
2020-12-27 17:22:16 +01:00 |
|
croneter
|
1f2b19ce42
|
Cleanup save handling of xml.etree.ElementTree
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
0dda58ebd3
|
Fix utils.py imports
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
dc2967c8da
|
Add logic to safely enable the Kodi webserver for artwork caching
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
3bfe05c5bb
|
Fix suspension of artwork caching
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
9c975cfe24
|
Fix playlist sync: __bool__ returning str instead of bool
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
193778f0f4
|
Fix hashing for playlists
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
88a84672c3
|
Remove encoding and decoding of filepaths
|
2020-12-27 17:22:14 +01:00 |
|
croneter
|
5c81c15cfd
|
Fix resume not working
|
2020-12-27 17:22:14 +01:00 |
|
croneter
|
2ef95b1480
|
Music: include bitrate for songs (channels + sampling rate won't work yet due to Plex not listing this info for an album's children)
|
2020-12-27 17:22:14 +01:00 |
|
croneter
|
f4923eda22
|
Music: sync kodi_type for albums additionally
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
4da58d72dd
|
Music: do not sync obsolete artwork
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
4b9fda9e81
|
Music: replace songs's year with release date
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
71d0cccdaa
|
Fix lookup including year (iyear)
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
b5093eb6be
|
Music: replace album's year with release date
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
09b2c54675
|
Remove Music sync code for older Kodi version before Kodi Matrix
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
bd8af8652e
|
Music: remove sync of artist fanart
|
2020-12-27 16:06:16 +01:00 |
|
croneter
|
da66c62f81
|
Fix check of exception value
|
2020-12-27 16:06:16 +01:00 |
|
croneter
|
cc20464c15
|
Fix backgroundthreads and TypeError '<' not supported between instances
|
2020-12-27 16:06:16 +01:00 |
|
croneter
|
8bdfcbabc8
|
Fix Plex GDM discovery request
|
2020-12-27 13:16:45 +01:00 |
|
croneter
|
8ca9613d62
|
Fix Plex GDM discovery in local LAN
|
2020-12-27 13:16:45 +01:00 |
|
croneter
|
cc587ed714
|
Make seek more resilient. Kodi bug still: JSONRPC error Received value does not match any of the union type definitions
|
2020-12-27 13:16:45 +01:00 |
|
croneter
|
c22b4c782d
|
Remove obsolete encodes and decodes
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
ab73d3c1fd
|
Fix playback not starting
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
ae949c45ae
|
Some string encoding fixes
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
6904494e31
|
Get rid of utils.try_encode and utils.try_decode
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
d306f36869
|
More string bytes fixes
|
2020-12-27 13:16:43 +01:00 |
|
croneter
|
d7525274e9
|
Fix Queue
|
2020-12-27 13:16:43 +01:00 |
|
croneter
|
382411bff0
|
Variety of string and bytes fixes
|
2020-12-27 13:16:43 +01:00 |
|
croneter
|
e32fa567bc
|
Adjust urllib.parse unquote, quote, quote_plus, unquote
|
2020-12-27 13:16:42 +01:00 |
|
croneter
|
599f134204
|
Fix encoding for PKC logging
|
2020-12-19 07:30:40 +01:00 |
|
croneter
|
1d46779d57
|
Adjust call signature for json.loads
|
2020-12-19 07:28:31 +01:00 |
|
croneter
|
a56655356c
|
Depricate listitem.setThumbnailImage and listItem.setIconImage
|
2020-12-19 07:28:10 +01:00 |
|
croneter
|
dcd6756a7d
|
Fix encoding of file paths
|
2020-12-18 20:01:06 +01:00 |
|
croneter
|
a1f4bc75e6
|
Update PKC compatibility checks for Kodi 19
|
2020-12-18 20:00:14 +01:00 |
|
croneter
|
4b4dc1afbf
|
Fix class __repr__ to account for Python 3
|
2020-12-18 19:59:33 +01:00 |
|
croneter
|
f771b8d3aa
|
Fix logging for Python 3
|
2020-12-18 19:32:28 +01:00 |
|
croneter
|
ac4b6fc7b5
|
Fixes to enable an import of the watchdog module
|
2020-12-18 18:08:39 +01:00 |
|
croneter
|
750cf953da
|
Update Python watchdog module to 1.0.2
|
2020-12-18 17:50:39 +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
|
7a7ead863d
|
Merge pull request #1250 from croneter/fix-fanart-matching
Greatly improve matching logic for The Movie Database if Plex does not provide an appropriate id
|
2020-12-18 15:54:09 +01:00 |
|
croneter
|
56516d3e1c
|
Merge pull request #1249 from croneter/fix-playlist-keyerror
Fix rare KeyError: None when trying to sync playlists
|
2020-12-18 15:53:55 +01:00 |
|
croneter
|
681179683f
|
Merge pull request #1248 from croneter/fix-transcoding-options
Fix high transcoding resolutions not being available for Win10
|
2020-12-18 15:53:43 +01:00 |
|
croneter
|
690b8c1c94
|
Merge pull request #1247 from croneter/fix_keyerror
Fix rare playback progress report failing and KeyError: u'containerKey'
|
2020-12-18 15:53:30 +01:00 |
|
croneter
|
c753d97d3f
|
Greatly improve matching logic for tmdb if Plex does not provide id
|
2020-12-18 15:35:20 +01:00 |
|
croneter
|
1207ab485c
|
Fix rare KeyError: None when trying to sync the playlist
|
2020-12-17 17:33:55 +01:00 |
|
croneter
|
71ebdc1e90
|
Fix high transcoding resolutions not being available for Win10
|
2020-12-17 17:05:24 +01:00 |
|
croneter
|
4c2fe6dd59
|
Fix rare playback progress report failing and KeyError: u'containerKey'
|
2020-12-17 16:59:19 +01:00 |
|
croneter
|
e551a9451a
|
Fix TypeError when canceling Plex sync section dialog
|
2020-11-06 15:57:24 +01:00 |
|
croneter
|
8ae6a8df48
|
Merge branch 'beta-version' into fix_freeze
|
2020-11-05 16:15:39 +01:00 |
|
croneter
|
5d67d4a602
|
Support metadata provider ids (e.g. IMDB) for new Plex Movie Agent
|
2020-11-05 15:47:04 +01:00 |
|
croneter
|
ca64d54b4e
|
Fix freeze: Don't assign multiple sets/collections for a specific movie
|
2020-11-01 16:10:44 +01:00 |
|
croneter
|
249c0993e2
|
Merge pull request #1215 from croneter/fix-subtitle-download
Fix playback failing due to caching of subtitles with non-ascii chars
|
2020-09-19 20:45:21 +02:00 |
|
croneter
|
b50414ebd4
|
Merge pull request #1214 from croneter/fix-ValueError
Fix ValueError: invalid literal for int() with base 10 during show sync
|
2020-09-19 20:44:44 +02:00 |
|
croneter
|
4f9f7bc7c9
|
Fix playback failing due to caching of subtitles with non-ascii chars
|
2020-09-19 15:21:02 +02:00 |
|
croneter
|
06cc2b6cde
|
Fix ValueError: invalid literal for int() with base 10 during show sync
|
2020-09-19 14:40:00 +02:00 |
|
croneter
|
61e4056a13
|
Fix UnboundLocalError when certain Plex sections are deleted or un-synced
|
2020-07-29 17:42:04 +02:00 |
|
croneter
|
ccb7fa3e44
|
Fix regression: sync dialog not showing up when it should
|
2020-06-09 17:09:12 +02:00 |
|
croneter
|
07e13e0985
|
Merge pull request #1188 from croneter/fix-dialog
Fix sync dialog showing in certain cases even though user opted out
|
2020-06-09 12:07:09 +02:00 |
|
croneter
|
f1a4ef35c5
|
Merge pull request #1187 from croneter/fix-content-type
Fix Kodi content type for images/photos
|
2020-06-09 12:06:54 +02:00 |
|
croneter
|
20c7ca0d05
|
Merge pull request #1186 from croneter/fix-spaces
Revert "Don't allow spaces in devicename"
|
2020-06-09 12:06:40 +02: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
|
92411bcb7b
|
Fix sync dialog showing in certain cases even though user opted out
|
2020-06-09 12:04:48 +02:00 |
|
croneter
|
9d97d2b788
|
Fix Kodi content type for images/photos
|
2020-06-09 11:25:52 +02:00 |
|
croneter
|
075b28aa51
|
Revert "Don't allow spaces in devicename"
This reverts commit 2e5249ca4f .
|
2020-06-09 09:57:21 +02:00 |
|
croneter
|
f747086957
|
Migration: make sure user needs to sign in again after PKC update
|
2020-06-09 09:54:47 +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 |
|
croneter
|
97c3239657
|
Explicitly delete xbmc.Monitor() and xbmc.Player()
|
2020-06-09 09:36:34 +02:00 |
|
croneter
|
28500d2cdf
|
Correctly detect PKC shutdown and ensure that a PKC instance is always running (guess invoking xbmc.Monitor() while we should shut down did not help)
|
2020-06-09 09:36:10 +02:00 |
|
geropan
|
97078fda2c
|
Addressed line too long issues.
|
2020-06-07 18:58:46 +01: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
|
50888c445c
|
Merge pull request #1173 from croneter/fix-websocket
Fix websocket threads; enable PKC background sync for all Plex Home users!
|
2020-05-07 14:06:54 +02:00 |
|
croneter
|
c7480339cd
|
Merge pull request #1169 from croneter/fix-external-player
Fix PKC incorrectly marking a video as unwatched if an external player has been used
|
2020-05-07 14:06:38 +02:00 |
|
croneter
|
e9218bf311
|
Enable PKC background sync for all Plex Home users!
|
2020-05-07 13:56:13 +02: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
|
188dcf2cc1
|
Fix PKC incorrectly watching a video as unwatched if an external player was used
|
2020-05-03 09:36:01 +02:00 |
|
croneter
|
7ff40ee9cc
|
Update translations
|
2020-05-02 13:20:31 +02:00 |
|
croneter
|
791a31bb65
|
Fix PKC crashing on devices running Microsoft UWP, e.g. XBox
|
2020-03-25 16:28:20 +01:00 |
|
croneter
|
0a9ac40cf0
|
Merge pull request #1148 from croneter/fix-queue
Fix rare sync crash when queue was full
|
2020-03-21 14:31:09 +01:00 |
|
croneter
|
db48ffb419
|
Fix rare sync crash when queue was full
|
2020-03-21 14:22:43 +01:00 |
|
croneter
|
1ff487d649
|
Set "Auto-adjust transcoding quality" to false by default
|
2020-03-19 07:49:47 +01:00 |
|
croneter
|
403c34826c
|
Fix another TypeError: 'NoneType' object has no attribute '__getitem__'
|
2020-03-03 11:34:54 +01:00 |
|
croneter
|
cd6a0f6fe4
|
Fix TypeError: 'NoneType' object has no attribute '__getitem__'
|
2020-03-01 13:41:23 +01:00 |
|
croneter
|
f573a29d37
|
Ensure we resync all Plex playlists to Kodi when updating PKC
|
2020-02-27 16:38:53 +01:00 |
|
croneter
|
25f972f30f
|
Refactor direct and add-on paths. Enables use of Plex music playlists synched to Kodi
|
2020-02-27 16:29:08 +01:00 |
|
croneter
|
6a7ca3c4d1
|
Rewire the set-up of audio and subtitle streams, esp. before starting a transcoding session
|
2020-02-25 18:19:08 +01:00 |
|