plex-for-kodi icon indicating copy to clipboard operation
plex-for-kodi copied to clipboard

Fix compatibility issue with Kodi 20

Open gigiquery opened this issue 2 years ago • 3 comments

Fix compatibility issue with Kodi 20

GHI (If applicable): #

Description:

Fixes #369 #380

Checklist:

  • [x] I have based this PR against the develop branch

gigiquery avatar Jan 21 '23 21:01 gigiquery

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

IsaacChapman avatar Jan 24 '23 06:01 IsaacChapman

Works nice thanks !

cyr06 avatar Mar 09 '23 10:03 cyr06

Nice one, thanks :)

HATT0R1HANZ0 avatar Aug 11 '23 07:08 HATT0R1HANZ0