Reply to thread

Got another one that is not working:

When watched it didn't passed that to the trakt server (got a 404).

After setting it to watched on the trakt site, it still didn't get the watched status in onlinevideos.

Suspected a difference in the title, so in onlinevideos I added the imdb id.

Now I have this as traktinfo in onlinevideos:

[ATTACH=full]207270[/ATTACH]

And this in my watched.json:

[code]

{"last_watched_at":"2020-11-28T22:49:40.000Z",

 "movie":{

   "ids":{

     "slug":"thor-the-dark-world-2013","trakt":56358,"imdb":"tt1981115","tmdb":76338

    },

    "title":"Thor: The Dark World",

    "year":2013

  },

  "plays":1

}

[/code]


But still in onlinevideos it doesn't show up as matched.

Perhaps you could tweak the matching of traktinfo with the wachted.json to give preference to imdb if present?


Top Bottom