Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Turn Off-Play Back Detected
#1
Is the away to turn off playback detected?
Reply
#2
Assuming you're talking about a TV episode or movie being marked as watched (i.e. the little check mark that shows with the default skin), you can use an advanced setting to tell Kodi to only mark it as watched after more than 100% of the recording is watched.  Basically like this:

xml:

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

For more information on advanced settings (including where to find or create the file if you don't have one or don't know), please see:

https://kodi.wiki/view/Advancedsettings.xml
Reply

Logout Mark Read Team Forum Stats Members Help
Turn Off-Play Back Detected0