question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exported episodes not marked as "watched" after playing

See original GitHub issue

I’m submitting a …

  • [ x] bug report
  • feature request
  • support request

General infomration

Prerequisites

  • [ x] Are you running the latest version?

Description

I exported a TV show. Now when I play an unwatched episode until the end, it isn’t marked as “watched”. However, if I manually select “mark as watched”, it is marked as watched.

Steps to Reproduce

  1. Export TV show
  2. Play unwatched episode

Expected behavior: [What you expected to happen]

The episode is marked as watched.

Actual behavior: [What actually happened]

The episode is not marked as watched.

Context (Environment)

Kodi built from source, using MySQL to store libraries.

Installation

  • I installed the plugin via zip from the Releases page
  • [ x] I´m using the Netflix Repo
  • I´m using a different source (Please tell which)

Operating System

  • [x ] Linux (x86/x64)
  • OSX (x86/x64)
  • Windows (x86/x64)
  • Linux (ARM)
  • Android

Additional informatin on the environment

Using MySQL to store libraries

Other information

After watching an exported episode, these queries are executed: insert into files (idFile, idPath, strFileName) values(NULL, xxxxx, 'plugin://plugin.video.netflix/?action=play_video&video_id=xxxxxxxx') update files set playCount=1,lastPlayed='YYYY-MM-DD HH:mm:ss' where idFile=xxxxx

But when marking an episode as watched manually, I see these queries: DEBUG: Mysql execute: delete from bookmark where idFile=xxxxx and type=1 DEBUG: Mysql execute: update files set playCount=1,lastPlayed='YYYY-MM-DD HH:mm:ss' where idFile=xxxxx And I can see that the row was already in the table (inserted when exporting?), but strFileName is something like ‘SxxExx.strm’ instead of ‘plugin://plugin.video.netflix/?action=play_video&video_id=xxxxxxxx’.

So there is an inconsistency in the usage of strFileName on exported videos.

[e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context, etc.]

Screenshots

[Please add a screenshot if that helps understanding your problem]

[You can erase any parts of this template not applicable to your Issue.]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
caphmcommented, Mar 21, 2018

Yes, I’m using it as my daily driver. It works well, especially if you also implement #313 alongside it. I’m regularly pushing a “beta” version that includes these changes to my kodi repo at https://github.com/caphm/kodi-repo. Feel free to install from there 😃

0reactions
hawkeyexpcommented, Apr 19, 2018

Fixed with #293

Read more comments on GitHub >

github_iconTop Results From Across the Web

TV Episodes not marking as Watched/Played 95% of time
It doesn't matter if I let them go to the very end or not, when I get back to the Episode screen it...
Read more >
Why does some of the watched videos in YouTube not marked ...
While watching a video: Tap Add + in the top corner of the video player and select the Watch Later playlist. While browsing...
Read more >
Watched Status, Play Count, Date Last Played
The Watched Status is activated by the Play Count entry. If Play Count is empty, then the show is not Watched. If Play...
Read more >
Trakt.tv not marking anything watched - Plugins - Emby
I've installed Emby and imported my tv, movie, and music libraries. ... When a movie or episode is marked watched on Trakt, after...
Read more >
Add-on:WatchedList - Official Kodi Wiki
Then newly watched movies and tv episodes are written to the addon database (Notification 2). After that, media that is not watched in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found