plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
251 stars 124 forks source link

Add support for Plex Relay service #233

Closed PaulWebster closed 6 years ago

PaulWebster commented 6 years ago

Description:

Add support for Plex Relay service. The change to myplexmanager.py might be sufficient - but both done to keep things consistent. This is an imported module - so probably best to put the change into the original source but not found it

Checklist:

ruuk commented 6 years ago

This is an imported module - so probably best to put the change into the original source but not found it

This is the original source, but the code was separated in this way for the future possibility that it could be used separately.

Thanks for the PR, but unfortunately, there is a bit more to supporting relay then just adding this parameter, such as adding some dialogs, some handling in the video settings and probably other stuff I'm not thinking of at the moment.