Kodi Community Forum

Full Version: xbmc.Player().seekTime() Not Working on Kodi 18 Alpha1 Through to Latest Nightly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I am in the process of making an addon for Kodi, the following:

xbmc.Player().seekTime(float(vidOffset))

Works perfectly fine on Kodi 17.6 and sync playback to the correct position.

All version of 18 start playback from 0.00 seconds (beginning) and never sync back to the offset.

Can anyone please advise.