Dis90 / plugin.video.discoveryplus

discovery+ add-on for Kodi
65 stars 13 forks source link

Mark episode as watched. #87

Closed jotakswe closed 2 years ago

jotakswe commented 2 years ago

When I have finished watching an episode in a series, it is not marked as watched, but as partially watched, so I have to mark it manually as watched. I do not know if you can see anything in a log if I post it, but let me know if you want it posted, and I will fix it.

Dis90 commented 2 years ago

If you start playing that episode again what resume time Kodi displays? Addon marks episode completely watched after 92 percent is played.

I have noticed some issues in Kodi 20 but those issues are happening when watching episode started from Up Next.

jotakswe commented 2 years ago

@Dis90 I let the episodes play until the end, so it's 100%.

Dis90 commented 2 years ago

Please check what resume time Kodi displays if you start episode again. What Kodi version you are using?

jotakswe commented 2 years ago

@Dis90 I use LibreELEC 10.0.2 with Kodi (Matrix) v19.4. Post some pictures where you can see the requested resume time. The previous episodes that are marked watched, I have marked watched manually. Bild 1 Bild 2 Bild 3 Bild 4

Dis90 commented 2 years ago

Do you have any ideas where those resume times come from? Have you previously stopped watching in that point?

Can you turn debug logging on from Kodi settings and then fast-forward to almost end of the episode. Then after episode is ended post kodi.log here.

jotakswe commented 2 years ago

@Dis90 The only things I have used are pause, jump forward and fast forward. Log will come later tonight.

jotakswe commented 2 years ago

@Dis90 Tried to do as you described, but then the episode was marked as watched after it had finished playing. So I had to take the long road, and see the whole episode, and then it was marked as partially watched, like the ones in the photos I posted earlier. As a result, the log file became very large, but look around line 14682, so you might find something interesting. I tried to use "Hastebin", but it did not work, so I had to upload the file instead.

kodi.old.log

Dis90 commented 2 years ago

I think I now know why this is not working. Now I need to find way to fix it :D Workaround for this problem is not to use fast-forward or rewind and use skipping instead.

Dis90 commented 2 years ago

Should be fixed in version 1.6.23. Please confirm if it now works :)

jotakswe commented 2 years ago

@Dis90 Will try tonight if it works. Will return with the result.

jotakswe commented 2 years ago

@Dis90 Cannot be updated via Kodi, v1.6.23 + matrix.1 is not available to install. Downloads the Zip file and updates it that way. Unfortunately, it breaks the auto-update, so has to fix it at the next release of the update.

jotakswe commented 2 years ago

@Dis90 It works now! Nice. Good work. Thanks.