How not to mark movies as watched, in progress when played a few seconds?
#1
How could I avoid that movies I watched for a few seconds and jumped forwards may be a few times and also jumped to the end will be marked as watched or in progress?

How could I avoid that movies I watched for a few seconds and jumped forwards may be a few times and also jumped to the end will be marked as watched or in progress?

A part of my advancedsettings.xml:
Code:
<video> <!-- "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
          
  <ignoresecondsatstart>600</ignoresecondsatstart> <!-- Number of seconds to ignore at video start after which a resume point is created | Wenn ein Video 10 Minuten (600 Sekunden) gespielt wird, wird es als "In progress" / "Im Gange" gekennzeichnet und ist so im Filter zu finden -->
  <ignorepercentatend>5</ignorepercentatend>  <!-- -->
  <playcountminimumpercent>90</playcountminimumpercent> <!--Minimum percentage that has to be played before it is marked as watched. Set to 101 to never auto-mark items as watched -->
Newest stable Kodi (portable), Win 10 | skin: default Confluence
Reply

Logout Mark Read Team Forum Stats Members Help
How not to mark movies as watched, in progress when played a few seconds?0