On both Estuary and OSMC Kodi skins, I can’t disable resuming from position or asking to resume on queue playlists. On Content> Videos configuration Kodi help describes a “disable option” but it does not appear: Only “Always Resume” or “Ask to resume”. I would like to discard resuming and start all videos from the beginning without prompt.
That would be a Kodi request for their forum/GitHub. The skins only show what Kodi provides…
Kodi Libreelec allows this setting.
I think this is part of Kodi v22.
Are you wanting to just not have resume data saved in the first place? To do this you can make an advancedsettings.xml file with the following…
<advancedsettings version="1.0">
<video>
<ignorepercentatend>101</ignorepercentatend>
</video>
</advancedsettings>
3 Likes