2022-12-02, 08:42
Is there any way to disable the "watched" flag that shows up on the movie lists? I know which movies and TV shows I've watched. I don't need Kodi to tell me that.
(2022-12-02, 08:42)Olyar15 Wrote: I know which movies and TV shows I've watched. I don't need Kodi to tell me that.You must have either a small movie collection or a photographic memory :-)
(2022-12-02, 12:25)Hitcher Wrote: Or mark them as unwatched after you watch them.To build on this a little, you can set it up so Kodi never marks stuff as watched. Technically it doesn't disable the watched function, but it does make it so that it never gets activated. If you have an advancedsettings.xml file in your kodi user data folder, you can just add this:
xml:
<video>
<playcountminimumpercent>101</playcountminimumpercent>
</video>
xml:
<?xml version="1.0" encoding="utf-8"?>
<advancedsettings>
<video>
<playcountminimumpercent>101</playcountminimumpercent>
</video>
</advancedsettings>