Kodi Community Forum
Mark As Watched - Bug? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Mark As Watched - Bug? (/showthread.php?tid=202968)



Mark As Watched - Bug? - finalmakerr - 2014-08-26

Hey Everyone,

When i am done watching an episode, it's NOT marked as watched unless i enter to the library window (MyVideoNav.xml).
That's tend to be an issue because i am using skin.widget under home window (Home.xml).

I added the following button to Home.xml but it's not always working:
Code:
<control type="button" id="9092" description="Refresh">
          <include>ButtonC10</include>
          <label>Refresh</label>
          <onclick>ReplaceWindow(VideoLibrary,TVShowTitles)</onclick>
          <onclick>Container.Refresh</onclick>
          <onclick>RunScript(service.skin.widgets)</onclick>
          <onclick>ReplaceWindow(0)</onclick>
          <visible>Control.IsVisible(312)</visible>
      </control>



Mark As Watched - Bug? - finalmakerr - 2015-07-31

Solved long time ago ahh well Wink