Kodi Community Forum

Full Version: Stop resume function for the playback
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have set the followings for several clients:

advancedsettings.xml
=================
<importwatchedstate>false</importwatchedstate>
<importresumepoint>false</importresumepoint>

But still, the movie will be resumed after I stop the playback on one box.
I use MySQL for the DB.

Any other things I need to set?
Hard to tell from your post.

Do you have everything enclosed in <advancedsettings> ... </advancedsettings>?

Is your advanced settings loaded ok?

Post your full debug log pls.
odbwilson,

Neither of those options will help you. Both only apply when XBMC is reading the .nfo file when adding to the library (scraping, that is). Per the wiki.

You may want to look at HOW-TO:Modify automatic watch and resume points.
Yup you're right!

The followings will do:

<advancedsettings>
<video>
<playcountminimumpercent>101</playcountminimumpercent>
<ignorepercentatend>101</ignorepercentatend>
</video>
</advancedsettings>