trakt / script.trakt

Trakt.tv movie and TV show scrobbler for Kodi
GNU General Public License v2.0
318 stars 149 forks source link

Show not synching correctly to Trakt #601

Open luis-barreira opened 2 years ago

luis-barreira commented 2 years ago

I have on my Trakt history both Doctor Who shows, the original one from 1963, and the new one from 2005. I have already fully watched the new one, but not the old one. I have several not watched episodes from the old show in my collection in Kodi.

The problem is that when the status is synched with Trakt, the episodes from the old series that have not been watched but have corresponding episodes on the new series are marked as watched.

For instance: season 10 of Doctor Who (2005) has 12 episodes (all marked as watched on Trakt), season 10 of Doctor Who (1963) has 26 episodes (all marked as not watched on Trakt). After my library is synced with Trakt, the first 12 episodes of Doctor Who (1963) appear as watched on Kodi. The same happens with all the episodes that have an equivalent on the new series.

razzeee commented 2 years ago

How have you scanned these? Which scraper? Are the correct ids set on each item?

luis-barreira commented 2 years ago

I have tried scrapping them with the default Kodi scrapper for TV shows and also by creating nfo files with tinyMediaManager and having Kodi only use those files. The results were the same in both cases.

How can I check the ids on the items?

razzeee commented 2 years ago

I think you can only check the ids in the database, which normally would be some sqlite browser tool.

luis-barreira commented 2 years ago

I have checked the database as best I could (the fact that the table columns are all named cXX didn't help), and as far asa I count see the show has a correct tmdb id and the episodes have correct imdb ids.

razzeee commented 2 years ago

Then a log might be the only thing that might shed some light https://github.com/trakt/script.trakt#i-found-something-that-doesnt-work

luis-barreira commented 2 years ago

I've installed a new instance of Kodi on my desktop just to create a log file (the result is the same as on the other devices). I've also included in the zip file a screen copy of the show page where you can see all the relevant seasons are not seen (I only have seasons 10 to 15 on disk right now). The zip with the log file can be found here: https://1drv.ms/u/s!AkEqXeD6lN7tivRHMt1DT5e4r65vzQ?e=NLZtTz

razzeee commented 2 years ago

So according to that log you have Doctor Who 1963 on that Kodi instance, is that expected?