croneter
|
b500b7b659
|
Refactoring: playlist and playqueue items to use API instead of xml
|
2021-09-13 13:26:04 +02:00 |
|
croneter
|
b4ec68bf82
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
|
croneter
|
d7b0b670d1
|
Disentangle and optimize some code
Rename method
Simplify some code
Clarify some code
|
2021-09-13 10:09:03 +02:00 |
|
croneter
|
727cf98771
|
Transcoding: Fix Plex burning-in subtitles when it should not
|
2021-09-13 10:04:29 +02:00 |
|
croneter
|
6e5dac46bb
|
Fix RecursionError if videos lie in a root directory
|
2021-09-11 16:47:28 +02:00 |
|
croneter
|
f1433c3e97
|
Implement Kodi's "Reset resume position"
|
2021-09-09 13:55:20 +02:00 |
|
croneter
|
930d930301
|
Initial compatibility with Kodi 20 Nexus
|
2021-09-08 11:28:34 +02:00 |
|
Antonio Martin
|
90e9c9c27f
|
Used general term in fanart.tv mapping for prefix completion
|
2021-09-03 22:25:17 +02:00 |
|
Antonio Martin
|
32dc7697bc
|
Download landscape artwork from fanart.tv
|
2021-09-03 22:24:59 +02:00 |
|
croneter
|
68cc54c2f4
|
Merge pull request #1600 from croneter/py3-fix-subtitles
Use Plex settings for audio and subtitle stream selection. This is a best guess regarding subtitles as Plex and Kodi are not sharing much info
|
2021-09-03 22:19:33 +02:00 |
|
croneter
|
789d8459d1
|
Fix PlexKodiConnect setting the Plex subtitle to None
|
2021-09-03 22:13:32 +02:00 |
|
croneter
|
43cc23505a
|
Use Plex settings for audio and subtitle stream selection
|
2021-09-03 17:54:27 +02:00 |
|
croneter
|
b738688096
|
Revert "Fix PlexKodiConnect changing subtitles for all videos on the PMS"
This reverts commit 3ef55f5526 .
|
2021-09-03 17:46:39 +02:00 |
|
croneter
|
3ef55f5526
|
Fix PlexKodiConnect changing subtitles for all videos on the PMS
|
2021-08-22 18:03:54 +02:00 |
|
croneter
|
ab737ca5d0
|
Addon Paths: Fix Kodi scanning entire video file on playback start
|
2021-08-15 11:08:21 +02:00 |
|
croneter
|
2a06103eba
|
Improve logging for converting Unix timestamps
|
2021-08-01 15:41:58 +02:00 |
|
croneter
|
b222df108d
|
Merge pull request #1563 from croneter/py3-fix-context-manager
Fix errors when PKC tries to edit files that don't exist yet
|
2021-07-25 15:25:25 +02:00 |
|
croneter
|
f2d94d9cb5
|
Fix AttributeError: module 'resources.lib.utils' has no attribute 'ParseError'
|
2021-07-25 15:21:54 +02:00 |
|
croneter
|
953b8383bb
|
Fix errors when PKC tries to edit files but they don't exist yet
|
2021-07-25 15:20:43 +02:00 |
|
croneter
|
5b32021e26
|
Fix Regression: AttributeError
|
2021-07-25 11:03:34 +02:00 |
|
croneter
|
6974cff389
|
Merge pull request #1554 from croneter/py3-fix-recursion
Fix RecursionError: maximum recursion depth exceeded
|
2021-07-25 10:58:25 +02:00 |
|
croneter
|
cbcc4d1a74
|
Merge pull request #1553 from croneter/py3-fix-websocket
Bump websocket client: fix AttributeError: 'NoneType' object has no attribute 'is_ssl'
|
2021-07-25 10:57:42 +02:00 |
|
croneter
|
b1979262fe
|
Fix RecursionError: maximum recursion depth exceeded
|
2021-07-25 10:53:22 +02:00 |
|
croneter
|
0cc271031c
|
Bump websocket client: fix AttributeError: 'NoneType' object has no attribute 'is_ssl'
|
2021-07-25 10:30:27 +02:00 |
|
croneter
|
96e67d31fb
|
Fix a racing condition that could lead to the sync getting stuck
|
2021-07-25 10:19:20 +02:00 |
|
croneter
|
38e4f6e20f
|
Merge pull request #1545 from croneter/py3-locked-database
Fix likelyhood of `database is locked` error occuring
|
2021-07-23 11:04:16 +02:00 |
|
croneter
|
a83bac03aa
|
Merge pull request #1544 from croneter/py3-increase-logging
Fix a racing condition that could lead to the sync process getting stuck
|
2021-07-23 11:03:59 +02:00 |
|
croneter
|
1711beaf95
|
Merge pull request #1541 from croneter/py3-fix-attributeerror
Fix AttributeError: module 'urllib' has no attribute 'parse'
|
2021-07-23 11:03:49 +02:00 |
|
croneter
|
ce72f07fec
|
Merge pull request #1538 from croneter/py3-anidb
Support for the Plex HAMA agent to let Kodi identify animes (using Kodi's uniqueID 'anidb')
|
2021-07-23 11:03:35 +02:00 |
|
croneter
|
7c2ad31a21
|
Fix likelyhood of database is locked error occuring
|
2021-07-23 10:49:10 +02:00 |
|
croneter
|
143c6271aa
|
Switch to context manager
|
2021-07-23 10:31:09 +02:00 |
|
croneter
|
07a69a8fa5
|
Remove obsolete methods
|
2021-07-23 10:31:09 +02:00 |
|
croneter
|
c664f05718
|
Fix a racing condition that could lead to the sync getting stuck
Fixup racing
|
2021-07-23 10:30:51 +02:00 |
|
croneter
|
e36656dc81
|
Improve logging
fixup logging
|
2021-07-23 10:30:45 +02:00 |
|
croneter
|
78a3cc434a
|
Fix AttributeError: module 'urllib' has no attribute 'parse'
|
2021-07-18 14:46:04 +02:00 |
|
BrutuZ
|
423e87046d
|
Support forced HAMA IDs when using tvdb uniqueID
|
2021-07-18 12:20:57 +02:00 |
|
BrutuZ
|
b8569df1b3
|
Support for the Plex HAMA agent to let Kodi identify animes (using Kodi's uniqueID 'anidb')
Support HAMA's forced AniDB IDs
|
2021-07-18 12:18:48 +02:00 |
|
croneter
|
defa43d596
|
Merge pull request #1515 from croneter/py3-fix-versions
Fix auto-picking of video stream if several video versions are available
|
2021-06-05 15:44:20 +02:00 |
|
croneter
|
f3b97e42f8
|
Fix auto-picking of video stream if several video versions are available
|
2021-06-05 14:54:13 +02:00 |
|
croneter
|
f53d817908
|
Add an additional Plex Hub "PKC Continue Watching" that merges the Plex Continue Watching with On Deck
|
2021-06-05 14:05:20 +02:00 |
|
croneter
|
bb3fa955b2
|
Fix websockets and AttributeError: 'NoneType' object has no attribute
|
2021-05-29 16:41:19 +02:00 |
|
croneter
|
485dfeceb6
|
Merge pull request #1499 from croneter/fix-arrow
Get rid of Python arrow; hopefully fix many Python import errors (also occuring in other add-ons!)
|
2021-05-26 21:06:01 +02:00 |
|
croneter
|
8d2b3ac1af
|
Get rid of Python arrow; hopefully fix many Python import errors (also occuring in other add-ons!)
|
2021-05-26 21:00:41 +02:00 |
|
croneter
|
c0ec4cc23e
|
Attempt to fix websocket threading issues and AttributeError: 'NoneType' object has no attribute 'is_ssl' or 'settimeout'
|
2021-05-26 20:50:55 +02:00 |
|
croneter
|
6d566c6cd2
|
Merge pull request #1490 from croneter/py3-update-websockets
Update websocket client to 1.0.0
|
2021-05-24 20:30:01 +02:00 |
|
croneter
|
9872266c61
|
Merge pull request #1494 from croneter/py3-fix-typeerror
Fix videos not starting due to a TypeError
|
2021-05-24 20:29:52 +02:00 |
|
croneter
|
7720d3f392
|
Fix videos not starting due to TypeError
|
2021-05-24 20:26:25 +02:00 |
|
croneter
|
f5b8084543
|
Show warning message to remind user to use Estuary for database resets
|
2021-05-24 15:51:41 +02:00 |
|
croneter
|
cb7a5c04e0
|
Update websocket client to 1.0.0
|
2021-05-24 13:02:57 +02:00 |
|
croneter
|
0e1d6c5832
|
Merge pull request #1486 from croneter/py3-fix-direct-paths
Direct Paths: fix several issues with episodes
|
2021-05-24 09:43:26 +02:00 |
|