enen92 / screensaver.kaster

A chromecast-like screensaver for Kodi
GNU General Public License v2.0
25 stars 13 forks source link

Feature/update to v19 xbmcvfs #33

Open guss77 opened 1 year ago

guss77 commented 1 year ago

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).