Stop resume function for the playback
#1
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?
Reply
#2
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.
Reply
#3
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.
HP Stream Mini w/Libreelec -> HDMI -> Toshiba 37"
Intel NUC8i3BEH w/Libreelec -> HDMI -> LG OLED55C3PUA -> S/PDIF -> Sony HT-CT80
Dell Optiplex 7050 Micro w/Libreelec -> HDMI -> Yamaha RX-V467 -> HDMI -> Toshiba 47L7200U
Reply
#4
Yup you're right!

The followings will do:

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

Logout Mark Read Team Forum Stats Members Help
Stop resume function for the playback0