Skip to content

Releases: croneter/PlexKodiConnect

1.2.4

08 Jun 19:03
Compare
Choose a tag to compare
  • Automatically download Plex collection artwork from FanArtTv! Many thanks to @im85288 (you will need to reset the Kodi DB!)
  • A dedicated PKC setting to download this set fanart (independent of the other FanArtTv download)

1.2.3

05 Jun 16:59
Compare
Choose a tag to compare
  • Improvements to resume points. PKC should now correctly mark an item as completely watched.
  • Get rid of obsolete setting markPlayed. Mark a video item as played after 90%, just like Plex.

1.2.2

04 Jun 16:54
Compare
Choose a tag to compare
  • Fix filename change recognition for episodes and movies - finally! If you experienced this, you will have to manually reset the Kodi database in the PKC settings
  • Fix PKC resume points set way too high
  • Clarify that transcode settings are TARGET quality

1.2.1

02 Jun 19:37
Compare
Choose a tag to compare
  • Fix crash when Kodi not playing as expected
  • Improve player.py stability
  • Background sync: don't try to process infinitely
  • Only tell PMS we're connected to what we're playing. This should enable the Plex Media Server to fall to sleep because PKC is not constantly bugging it
  • Ensure credentials are known when reconnecting
  • Remove some emby references
  • Ask on first run if we have a low powered device

1.2.0

29 May 18:08
Compare
Choose a tag to compare
  • Re-wired connection manager completely
  • Periodically check if PMS address has changed
  • Smarter, faster way to tell that PMS went offline
  • Fix DTS-HD audio is not correctly identified (you will need to manually reset your Kodi DB)
  • Improvements to PMS connection checks
  • Fix default transcoding quality / network speed (so that PKC won't transcode initially)
  • Fix direct path replacing possibly several times
  • Initialize Kodi DBs only once
  • Correctly update views on server switch

1.1.11

16 May 19:09
Compare
Choose a tag to compare
  • Episodes and movies should now correctly be marked as watched in Kodi

1.1.10

16 May 17:39
Compare
Choose a tag to compare
  • A donation link is up. Your support is much appreciated :-)
  • Movie sets are working (without set art as this is missing from Plex). Many thanks to mattsch!
  • Fix playback report and marking an item played. Should fix issues with e.g. episodes not correctly being set to watched in Kodi in the On Deck view
  • Fix UnicodeEncodeError for file paths
  • New setting: show watched movies in recently added
  • New setting: don't show already watched episodes
  • New setting: Force transcode HEVC
  • New setting: Force transcode 10bit
  • New setting: do a sync after screensaver deactivated. Very useful for Kodi for Android as Android may put Kodi in a weird kind of sleep
  • Merge with plugin.video.emby up to 417b8d3

1.1.9

12 May 19:49
Compare
Choose a tag to compare
  • Fix new episodes not being detected
  • Use direct file paths for on deck shows if enabled
  • Added Python requests to the PKC repo (should fix install problems)

1.1.8

07 May 20:39
Compare
Choose a tag to compare
  • Account for string.encode() not allowing args. This will hopefully fix any sync problems now, especially for Android TV
  • Also show already watched recently added episodes
  • Increase logging for background updates

1.1.7

06 May 20:55
Compare
Choose a tag to compare
  • Fix UnicodeDecodeError with file paths on sync
  • Remove Emby reference from logs