Kodi Community Forum
Solved XBMC doesn't recognizes films as watched - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved XBMC doesn't recognizes films as watched (/showthread.php?tid=207482)



XBMC doesn't recognizes films as watched - feliche - 2014-10-28

Hi,

I can set films as watched on TMM without issues but afterwards XBMC, once updating new content, not recognizes those films as watched.

Any suggestion?

Thank you


RE: XBMC doesn't recognizes films as watched - myron - 2014-10-28

You didn't delete the movie on XBMC side, did you?
IIRC (and at least all the old version have this behaviiour) XBMC does not do an "update" to an already imported movie/show Sad
It just reads the NFO when it is not in threi DB.
You might want to try to delete one movie, and then press update...

An other idea would be, to use trakt.tv for that.
There's a plugin for XBMC and as donator of TMM you could sync that Smile


RE: XBMC doesn't recognizes films as watched - feliche - 2014-10-28

Hi Myron,

The XBMC version is the last DSplayer Gotham available.

Should it works if:

a) I clean my library before add again all media.
b) I add the media in over a new XBMC installation.

Thank you very much for your respond Smile


RE: XBMC doesn't recognizes films as watched - feliche - 2014-10-30

I've the same problem with TV Shows.

1) I've deleted the show from XBMC library.
2) I've deleted all .nfo files
3) I've updated all new info of the serial with TMM
4) I've refreshed the show in the XBMC

Still I having the same problem. In TMM the episiodes are mark as "watched" but I can't make XBMC refresh the show as "watched" even after delet .nfo files.

Any idea?


RE: XBMC doesn't recognizes films as watched - EyeCandy - 2014-11-11

I have the same issue.

I am also using Gotham.

(2014-10-28, 08:49)myron Wrote: IIRC (and at least all the old version have this behaviiour) XBMC does not do an "update" to an already imported movie/show Sad
It just reads the NFO when it is not in threi DB.

This is true. Tags won't update unless you delete the movie and re-add. Watched status does not update even if you re-add the movie. TinyMM watched status has never worked for me.

I lost the link but I had found some other thread about TinyMM watched status not being recognized.


RE: XBMC doesn't recognizes films as watched - myron - 2014-11-11

Interestingly, this seems not to work out-of-the-box.

According to
http://kodi.wiki/view/Advancedsettings#videolibrary
you need to set this in advancedsettings.xml, to import that flag.
Code:
<advancedsettings>
...
  <videolibrary>
   ...
    <importwatchedstate>true</importwatchedstate>  <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
   ...
  </videolibrary>
...
</advancedsettings>

Dunno why, but it worked for me Smile


RE: XBMC doesn't recognizes films as watched - EyeCandy - 2014-11-12

Actually it worked for me this time. I believe Kodi was not looking at my .nfo files before on my previous attempt, so it was not a good test. Still it is good to have the advancedsettings info. Thanks.


RE: XBMC doesn't recognizes films as watched - feliche - 2014-11-25

Another issue solved, fantastic.

Thank you very much