Plex integration in Kodi done right
Go to file
tomkat83 47c1b51014 Merge branch 'master' into develop 2017-08-02 20:13:59 +02:00
resources Merge branch 'master' into develop 2017-08-02 20:13:59 +02:00
.gitignore some more small fixes 2015-03-18 18:54:30 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-06-07 16:51:44 +02:00
LICENSE Initial commit 2015-03-13 22:21:57 +01:00
LICENSE.txt initial commit - first version 2015-03-13 22:24:59 +01:00
README.md Version bump 2017-08-02 20:09:02 +02:00
addon.xml Version bump 2017-08-02 20:09:02 +02:00
changelog.txt Version bump 2017-08-02 20:09:02 +02:00
contextmenu.py Initial Kodi context menu commit 2016-10-22 17:15:10 +02:00
default.py Funnel commands to main Python instance 2017-07-02 18:57:17 +02:00
fanart.jpg initial commit - first version 2015-03-13 22:24:59 +01:00
icon.png Plex Icon 2016-01-22 16:48:07 +01:00
service.py Some fixes 2017-07-02 14:42:52 +02:00
themoviedb.png Comply with themoviedb.org terms of use 2017-05-29 16:33:44 +02:00

README.md

stable version beta version

Installation FAQ Forum

GitHub issues GitHub pull requests Codacy Badge

PlexKodiConnect (PKC)

Combine the best frontend media player Kodi with the best multimedia backend server Plex

PKC combines the best of Kodi - ultra smooth navigation, beautiful and highly customizable user interfaces and playback of any file under the sun - and the Plex Media Server.

Have a look at some screenshots to see what's possible.

Please Help Translating

Please help translate PlexKodiConnect into your language: Transifex.com

Content

Warning

Use at your own risk! This plugin assumes that you manage all your videos with Plex (and none with Kodi). You might lose data already stored in the Kodi video and music databases as this plugin directly changes them. Don't worry if you want Plex to manage all your media (like you should ;-)).

Some people argue that PKC is 'hacky' because of the way it directly accesses the Kodi database. See here for a more thorough discussion.

What does PKC do?

PKC synchronizes your media from your Plex server to the native Kodi database. Hence:

  • Use virtually any other Kodi add-on
  • Use any Kodi skin, completely customize Kodi's look
  • Browse your media at full speed (cached artwork)
  • Automatically get additional artwork (more than Plex offers)
  • Enjoy Plex features using the Kodi interface

PKC Features

  • Amazon Alexa voice recognition
  • Plex Watch Later / Plex It!
  • Plex Companion: fling Plex media (or anything else) from other Plex devices to PlexKodiConnect
  • Plex Transcoding
  • Automatically download more artwork from Fanart.tv, just like the Kodi addon Artwork Downloader
  • Automatically group movies into movie sets
  • Direct play from network paths (e.g. "\\server\Plex\movie.mkv"), something unique to PKC
  • Delete PMS items from the Kodi context menu
  • PKC is available in the following languages:
    • English
    • German
    • Czech, thanks @Pavuucek
    • Spanish, thanks @bartolomesoriano, @danichispa
    • Danish, thanks @FIGHT
    • Italian, thanks @nikkux, @chicco83
    • Dutch, thanks @mvanbaak
    • French, thanks @lflforce, @ahivert, @Nox71, @CotzaDev, @vinch100, @Polymorph31, @jbnitro, @Elixir59
    • Chinese Traditional, thanks @old2tan
    • Chinese Simplified, thanks @everdream
    • Norwegian, thanks @mjorud
    • Portuguese, thanks @goncalo532
    • Please help translating

Download and Installation

Install PKC via the PlexKodiConnect Kodi repository below (we cannot use the official Kodi repository as PKC messes with Kodi's databases). See the github wiki installation manual for a detailed guide. Please use the stable version except if you really know what you're doing. Kodi will update PKC automatically.

Stable version Beta version
stable version beta version

Additional Artwork

PKC uses additional artwork for free from TheMovieDB. Many thanks for lettings us use the API, guys! Logo of TheMovieDB

Important Notes

  1. If you are using a low CPU device like a Raspberry Pi or a CuBox, PKC might be instable or crash during initial sync. Lower the number of threads in the PKC settings under Sync Options. Don't forget to reboot Kodi after that.
  2. Compatibility:
    • PKC is currently not compatible with Kodi's Video Extras plugin. Deactivate Video Extras if trailers/movies start randomly playing.
    • PKC is not (and will never be) compatible with the MySQL database replacement in Kodi. In fact, PKC replaces the MySQL functionality because it acts as a "man in the middle" for your entire media library.
    • If another plugin is not working like it's supposed to, try to use PKC direct paths

Donations

I'm not in any way affiliated with Plex. Thank you very much for a small donation via ko-fi.com and PayPal if you appreciate PKC.
Full disclaimer: I will see your name and address on my PayPal account. Rest assured that I will not share this with anyone.

Donations

Request a New Feature

Feature Requests

Known Larger Issues

Solutions are unlikely due to the nature of these issues

  • A Plex Media Server "bug" leads to frequent and slow syncs, see here for more info
  • Plex Music when using Addon paths instead of Native Direct Paths: Kodi tries to scan every(!) single Plex song on startup. This leads to errors in the Kodi log file and potentially even crashes. See the Github issue for more details

Background Sync: The Plex Server does not tell anyone of the following changes. Hence PKC cannot detect these changes instantly but will notice them only on full/delta syncs (standard settings is every 60 minutes)

  • Toggle the viewstate of an item to (un)watched outside of Kodi
  • Changing details of an item, e.g. replacing a poster

However, some changes to individual items are instantly detected, e.g. if you match a yet unrecognized movie.

Issues being worked on

Have a look at the Github Issues Page. Before you open your own issue, please read How to report a bug.

Credits