Mark as watched not imported

I have three different osmc in three different rooms. I have exported my database from a computer to the folders in my media folders. Playcount is exported in the .nfo file. But when I import the database to another osmc the “marked as watched” isn’t imported.

I was wondering, if there is some check mark, I have to set or is just not possible to import a database and have the watched movies and episodes marked as watch from then imported database?

It’s a bit annoying that I have to recheck everything…

Maybe you should look into running a shared database approach with a central mysql installation so that you have the same status for all of them.

You could try this but not sure if it helps

<advancedsettings>
     <videolibrary>
          <importwatchedstate>true</importwatchedstate>
     </videolibrary>
</advancedsettings>

http://kodi.wiki/view/Import-export_library

If you have 3 different Kodi systems in the house and one of them is powered on all the time, you’re much better off using a MySQL install where they all share the database and are therefore always synchronised.