Jump to content

Marking previously watched as unwatched


dazed

Recommended Posts

I'm not sure if it's the trakt plugin or emby server itself doing this. Today a lot of shows i had marked as watched where showing as unwatched both on trakt and emby so i fixed on trakt reset kodi db and synced again and everything looked good so i restarted now its showing all but the first episode of rick and morty as unwatched but trakt is still correct

4MODQhQ.png

 

This happened yesterday and the day before with different shows and every time after fixing it the next day it would happen again

server-63578453441.txt

Link to comment
Share on other sites

I think i found what the problem was. I still had Sonarr's metadata enabled for Kodi so every time i booted in the morning it was rewriting the episode nfo's with <watched>false</watched> in them

 

Emby's nfo

 

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<episodedetails>
  <plot>The Darkness overtakes the citizens of Vega; William wrestles with the truth about
    his time in the desert; Arika becomes the victim of her own manipulations; Michael grows
    concerned about Noma; Alex searches for the Amphora.</plot>
  <outline />
  <lockdata>false</lockdata>
  <dateadded>2015-09-21 15:06:47</dateadded>
  <title>Bewilderment of Heart</title>
  <originaltitle>Bewilderment of Heart</originaltitle>
  <rating>8</rating>
  <year>2015</year>
  <tvdbid>5249478</tvdbid>
  <votes>3</votes>
  <runtime>43</runtime>
  <art>
    <poster>D:\TV\Dominion\Season 02\Dominion - S02E11 - Bewilderment of
      Heart-thumb.jpg</poster>
  </art>
  <isuserfavorite>false</isuserfavorite>
  <playcount>1</playcount>
  <watched>true</watched>
  <resume>
    <position>0</position>
    <total>2563.061</total>
  </resume>
  <episode>11</episode>
  <season>2</season>
  <aired>2015-09-16</aired>
  <absolute_number>19</absolute_number>
  <fileinfo>
    <streamdetails>
      <video>
        <codec>h264</codec>
        <micodec>h264</micodec>
        <bitrate>5399179</bitrate>
        <width>1920</width>
        <height>1080</height>
        <aspect>16:9</aspect>
        <aspectratio>16:9</aspectratio>
        <framerate>23.97602</framerate>
        <language>eng</language>
        <scantype>progressive</scantype>
        <default>True</default>
        <forced>False</forced>
        <duration>43</duration>
        <durationinseconds>2563</durationinseconds>
      </video>
      <audio>
        <codec>ac3</codec>
        <micodec>ac3</micodec>
        <bitrate>384000</bitrate>
        <language>eng</language>
        <scantype>progressive</scantype>
        <channels>6</channels>
        <samplingrate>48000</samplingrate>
        <default>True</default>
        <forced>False</forced>
      </audio>
      <subtitle>
        <codec>srt</codec>
        <micodec>srt</micodec>
        <language>eng</language>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </subtitle>
      <embeddedimage>
        <codec>mjpeg</codec>
        <micodec>mjpeg</micodec>
        <width>120</width>
        <height>176</height>
        <framerate>90000</framerate>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </embeddedimage>
      <embeddedimage>
        <codec>mjpeg</codec>
        <micodec>mjpeg</micodec>
        <width>600</width>
        <height>882</height>
        <framerate>90000</framerate>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </embeddedimage>
      <embeddedimage>
        <codec>mjpeg</codec>
        <micodec>mjpeg</micodec>
        <width>1067</width>
        <height>600</height>
        <aspect>16:9</aspect>
        <aspectratio>16:9</aspectratio>
        <framerate>90000</framerate>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </embeddedimage>
      <embeddedimage>
        <codec>mjpeg</codec>
        <micodec>mjpeg</micodec>
        <width>213</width>
        <height>120</height>
        <aspect>16:9</aspect>
        <aspectratio>16:9</aspectratio>
        <framerate>90000</framerate>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </embeddedimage>
    </streamdetails>
  </fileinfo>
</episodedetails>

 
Then what Sonarr was was doing to it the next day

<episodedetails>
  <title>Bewilderment of Heart</title>
  <season>2</season>
  <episode>11</episode>
  <aired>2015-09-17</aired>
  <plot>The Darkness overtakes the citizens of Vega; William wrestles with the truth about
    his time in the desert; Arika becomes the victim of her own manipulations; Michael grows
    concerned about Noma; Alex searches for the Amphora.</plot>
  <displayseason />
  <displayepisode />
  <thumb />
  <watched>false</watched>
  <rating>8.0</rating>
</episodedetails>

Link to comment
Share on other sites

Angelblue05

This would make a lot of sense! Thanks dazed for really looking into this issue. It's been driving some users nuts!

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...