Kodi Community Forum

Full Version: XBMC Eden: ignoreatstart seems to be ignored
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is this a change with Eden?

I have the following in my advancedsettings.xml
Code:
<video>
    <ignoreatstart>15</ignoreatstart>
</video>

The dialog to resume at XX:XX only seems to pop up after a few minutes rather than after 15 seconds. More specifically it seems to only mark a resume point at about 3 minutes.
Just looked in the source code, it should be "ignoresecondsatstart".
Fixed on the advancedsettings.xml wiki page.