plexinc / plex-for-kodi

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

Fix compatibility issue with Kodi 20 #384

Open gigiquery opened 1 year ago

gigiquery commented 1 year ago

Fix compatibility issue with Kodi 20

GHI (If applicable): #

Description:

Fixes #369 #380

Checklist:

IsaacChapman commented 1 year ago

Just to confirm, I was able to get the Plex add-on for Kodi 20 to work by installing and starting SimpleSSHD and copying over the modified signal.py file from this PR to the TV with:

ANDROID_TV_IP_ADDRESS=<specify-android-tv-ip-address-here>
scp -P 2222 signal.py user@${ANDROID_TV_IP_ADDRESS}:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.plex/lib/_included_packages/plexnet/signalslot/signal.py
cyr06 commented 1 year ago

Works nice thanks !

HATT0R1HANZ0 commented 1 year ago

Nice one, thanks :)