croneter
|
7e3a1c9ddc
|
Merge pull request #1643 from croneter/py3-fix-subs
Refactor stream code and fix Kodi not activating subtitle when it should
|
2021-09-30 14:57:21 +02:00 |
|
croneter
|
5f0a256a16
|
Merge pull request #1642 from croneter/py3-fix-typeerror
Direct Paths: Fix TypeError: "element indices must be integers" on playback startup
|
2021-09-30 14:57:02 +02:00 |
|
croneter
|
79e912e2bb
|
Direct Paths: Fix TypeError: element indices must be integers for subtitles
|
2021-09-30 14:17:52 +02:00 |
|
croneter
|
fa28ebfac1
|
Fix whitespace
|
2021-09-30 13:31:23 +02:00 |
|
croneter
|
594ca9b667
|
Fix logging if fanart.tv lookup fails
|
2021-09-24 16:24:57 +02:00 |
|
croneter
|
33ad095080
|
Fix download not always returning entire requests.response object
|
2021-09-24 16:02:32 +02:00 |
|
croneter
|
a1f2a676fb
|
Refactor usage of a media part's id
|
2021-09-13 14:35:58 +02:00 |
|
croneter
|
ab737ca5d0
|
Addon Paths: Fix Kodi scanning entire video file on playback start
|
2021-08-15 11:08:21 +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
|
f3b97e42f8
|
Fix auto-picking of video stream if several video versions are available
|
2021-06-05 14:54:13 +02:00 |
|
croneter
|
7760174900
|
Fix regression: fix add-on paths always falling back to direct paths
|
2021-05-02 14:10:33 +02:00 |
|
croneter
|
9c8cb61c48
|
Add PKC setting to disable check whether we can access a media file
|
2021-05-02 12:55:32 +02:00 |
|
croneter
|
f8f9b98f70
|
Direct paths: fix movie details not showing on playback
|
2021-04-05 14:43:17 +02:00 |
|
croneter
|
cd940d60f7
|
Sync name and user rating of a TV show season to Kodi
|
2021-02-24 17:20:37 +01:00 |
|
croneter
|
7f8939cee7
|
Add skip intro functionality
|
2021-02-09 18:14:31 +01:00 |
|
croneter
|
7465117b00
|
ValueError: invalid literal for int() for invalid dates sent by Plex
|
2021-01-31 17:20:17 +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
|
88a84672c3
|
Remove encoding and decoding of filepaths
|
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
|
c22b4c782d
|
Remove obsolete encodes and decodes
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
382411bff0
|
Variety of string and 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
|
c753d97d3f
|
Greatly improve matching logic for tmdb if Plex does not provide id
|
2020-12-18 15:35:20 +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
|
4f9f7bc7c9
|
Fix playback failing due to caching of subtitles with non-ascii chars
|
2020-09-19 15:21:02 +02: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
|
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
|
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
|
8abbe74145
|
Get rid of some obsolete imports
|
2019-11-01 13:07:15 +01:00 |
|
croneter
|
1618d96699
|
Merge pull request #1026 from croneter/search
Support Plex search across all media and Plex Media Servers: Navigate to the PlexKodiConnect Add-on, then "Search"
|
2019-10-31 13:38:59 +01:00 |
|
croneter
|
845cfb44d5
|
Support Plex search across all media and Plex Media Servers
|
2019-10-31 12:51:21 +01:00 |
|
croneter
|
9f2210a5e7
|
Rewire PKC resume mechanism
|
2019-10-30 17:30:52 +01:00 |
|
croneter
|
af23a4aabd
|
Merge pull request #1011 from croneter/fix-subtitle-naming
Improve subtitle naming
|
2019-10-05 16:58:41 +02:00 |
|
croneter
|
8fc76386e2
|
Merge branch 'bernimoses-master' into beta-version
|
2019-10-05 16:55:41 +02:00 |
|
croneter
|
a5ac528329
|
Improve subtitle naming
|
2019-10-05 16:39:01 +02:00 |
|
bernimoses
|
9933480f8d
|
Add tmdb provider sync.
|
2019-10-03 22:17:00 +02:00 |
|
croneter
|
5a7d997da2
|
Correctly escape URLs for Direct Paths
|
2019-09-22 12:52:32 +02:00 |
|
croneter
|
b5fec41448
|
Dont decide playback on optimizedForStreaming
|
2019-09-08 15:22:09 +02:00 |
|
croneter
|
e498736a96
|
Let PMS StreamingBrain decide on whether we need to force-transcode
|
2019-09-08 15:22:09 +02:00 |
|
croneter
|
7bb469702a
|
Fix wording: "direct path" is not "direct play"
|
2019-09-08 15:06:07 +02:00 |
|
croneter
|
fc237383aa
|
Ensure correct Container.Type is set for PKC widgets
|
2019-07-06 21:20:23 +02:00 |
|
croneter
|
f32a8c534f
|
Fix FutureWarning
|
2019-06-25 18:12:46 +02:00 |
|
croneter
|
03a9f84b9e
|
Fix rare UnicodeDecodeError on library sync
|
2019-06-12 13:02:29 +02:00 |
|
croneter
|
a46cb731cf
|
Refactor Plex API
|
2019-06-12 11:53:41 +02:00 |
|