Jump to content

Movies don't resume, they start from beginning


Recommended Posts

Nabukodonosor
Posted

Well, when the button is selected it changes color, so I'm sure I'm on the right button. I will try to record and catch the issue. It doesn't happen every time.

And this is a maybe, just a maybe, but I've noticed one thing. If it's the first time I'm resuming a movie, it will happen, but every time after that it will not. But I can't be sure of this.

visproduction
Posted

Aha, well no overlaps possible, then maybe a false assigned function name.  Perhaps the cached variable is out of scope in the code, so the Resume button doesn't get a variable at all and it defaults back to play. 

Nabukodonosor
Posted
15 minutes ago, Nabukodonosor said:

And this is a maybe, just a maybe, but I've noticed one thing. If it's the first time I'm resuming a movie, it will happen, but every time after that it will not. But I can't be sure of this.

This is not true, just checked it with a movie I resumed already 2-3 times. Also, I got a recording of the issue. 

 

Posted

I can see focus moving to the play button in your video...

Nabukodonosor
Posted

No dude, I just moved it so you can see I moved it back and clicked on the Resume button. I really can't believe we have to discuss weather I know how to click a button or not. You can clearly see I moved it back to the resume button and you can hear the click. Let's move pass this.

yocker
Posted

@NabukodonosorHave you changed movie locations or replaced any movie files?
 

Nabukodonosor
Posted

No.

Posted

That's not what I'm trying to discuss.  I'm trying to get to the bottom of something that appears to only be happening to you and I cannot explain it.

Do you know if maybe this only happens when you have done that exact thing - moved to play and then moved back to resume and quickly clicked?

Nabukodonosor
Posted

It's not only me. There is one more person in this thread that also said it happened to them too.

On 3/9/2026 at 10:23 PM, ebr said:

Do you know if maybe this only happens when you have done that exact thing - moved to play and then moved back to resume and quickly clicked

No, I never do that. I just did that so you guys can see that my focus is on the Resume button. I now realize that was a mistake.

  • 1 month later...
ross87
Posted
On 3/11/2026 at 8:55 PM, Nabukodonosor said:

It's not only me. There is one more person in this thread that also said it happened to them too.

No, I never do that. I just did that so you guys can see that my focus is on the Resume button. I now realize that was a mistake.

Did you find a resolution to this issue? It's been happening for months to me.

Nabukodonosor
Posted

No. They convinced me that it only happens to me. 🤷‍♀️

GrimReaper
Posted
10 minutes ago, Nabukodonosor said:

No. They convinced me that it only happens to me. 🤷‍♀️

I've honestly never encountered an issue as you're describing (and I do roam these forums quite a bit). 

As a test, if you long-press OK on the same item in the Continue Watching row and select "Play", does same occur? 

GrimReaper
Posted (edited)
5 minutes ago, ross87 said:

Oh... Definitely not just you:

 

https://www.reddit.com/r/emby/s/ygRpnyT9m2

and

The latter seems to indicate there is an identified issue.

I see no similarities between that topic and this current one here.

Quote

It only happens when I watch any show or movie on a Windows Device (Windows 10) and I do finish it, it flags it as watched and there is no ability to resume where I left off but on my iPhone and my Roku TV I can resume just fine.  This only started happening about a few days ago

 

Edited by GrimReaper
  • Agree 1
ross87
Posted
12 minutes ago, GrimReaper said:

I see no similarities between that topic and this current one here.

 

Isn't it a similar issue around resuming media? 

Nabukodonosor
Posted (edited)

Weeell, not really. If we're talking about the reddit post. His issue has a lot of moving parts. I don't pause my media, and come back later to find the problem. I just exit my media, and tomorrow I can't resume.

Edited by Nabukodonosor
ross87
Posted
2 minutes ago, Nabukodonosor said:

Weeell, not really. If we're talking about the reddit post. He's issue has a lot of moving parts. I don't pause my media, and come back later to find the problem. I just exit my media, and tomorrow I can't resume.

Fair enough. I've had the issue exactly as both you and the Reddit post described, so assumed it's one and the same. 

Nabukodonosor
Posted

Well, I guess the root of the issue is the same. I guess.

Nimasa
Posted
13 hours ago, Nabukodonosor said:

Well, I guess the root of the issue is the same. I guess.

Check out the following thread. It might be the root cause. It's worth to do a test by converting your media and checking again.

 

Nabukodonosor
Posted

I don't think that's the issue in my case. I've never had this issue before, and now I have it constantly. With the same media.

I don't want to junx it, but I've installed the latest version, and I think, I THINK, the issue is gone. But I have to test it more thoroughly.

  • Agree 1
visproduction
Posted (edited)

Clicking the resume button is an event that triggers a function by calling the function variable name that points to the resume.
If the resume function cannot see the variable that defines the timecode, then it would default probably to start from the beginning.  The default variable time value has to have been saved and called by the resume function.  If that variable is out of scope and not available starting from the beginning would result.  It would be good to review the code to see if the variable time value is not cached and available (out of scope), or the code is asking for a variable with the wrong name.  Either bug can happen especially when code is copied and pasted in some version update.  This is just a guess.

 

Edited by visproduction
  • Agree 1
Posted (edited)

The resume button looks at the UserData object and specifically at the PlaybackPositionTicks. If there is something there above zero it will prompt the resume button to appear. But the Video Player hand off is where things can go wrong. This is probably what was happening. Where the UI understand the resume point exists, but in passing through to the video player it loses this.

Usually this happens when the media is not encoded correctly for the container. The actual runtime of the streams might exceed the runtime of the container. The seek chapters might be stored after the streams rather than before them.

But...if the media was playing just fine without any issues with resume and today is problematic it might just be the video player. If you reboot the device it might fix it since that would wipe any cache. But the issue isn't the code itself otherwise the resume button wouldn't appear on the UI either.

Edited by speechles
  • Like 1
Nabukodonosor
Posted (edited)
On 4/28/2026 at 11:27 AM, Nabukodonosor said:

I don't want to jinx it, but I've installed the latest version, and I think, I THINK, the issue is gone. But I have to test it more thoroughly.

I spoke too soon. It happens again.

Edited by Nabukodonosor
Posted

Hi, can you give it another try?

Nabukodonosor
Posted

Sure. Will let you know.

  • Thanks 1

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...