Since Kodi version 19, translatePath has been moved to the xbmcvfs module instead of xbmc, and as of version 20 it is no longer available on xbmc at all, and so the current version (1.3.6) breaks on on Kodi Nexus.
This PR changes the call to translatePath to use the xbmcvfs module and should be made available at least on the Nexus Add-on repository (I'm not familiar with official add-on development, so I don't know if having different versions for different Kodi add-on repository versions make sense).
Since Kodi version 19,
translatePath
has been moved to thexbmcvfs
module instead ofxbmc
, and as of version 20 it is no longer available onxbmc
at all, and so the current version (1.3.6) breaks on on Kodi Nexus.This PR changes the call to
translatePath
to use thexbmcvfs
module and should be made available at least on the Nexus Add-on repository (I'm not familiar with official add-on development, so I don't know if having different versions for different Kodi add-on repository versions make sense).