NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 12 13 14 15 16 … 101 Next »
Recording wont resume, just playback from beginning

 
  • 0 Vote(s) - 0 Average
Recording wont resume, just playback from beginning
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#21
2024-05-14, 01:38 PM (This post was last modified: 2024-05-14, 03:54 PM by mvallevand.)
Is the problem only on files you cancel early? Also do you get the resume prompts and then they disappear the next time?

Martin
dallascowboy23
Offline

Junior Member

Australia
Posts: 14
Threads: 1
Joined: May 2024
#22
2024-05-14, 11:29 PM
(2024-05-14, 01:38 PM)mvallevand Wrote: Is the problem only on files you cancel early?  Also do you get the resume prompts and then they disappear the next time?

Martin

problem is happening to all recordings full length or cancelled early.

after i try to resume and it plays from the start, i stop it and the resume option is no longer there only play from beginning.

Here is  a video demo
https://mega.nz/file/bEhxXD6L#L3EIUnyc1n...Lo5qDvOQWw
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#23
2024-05-15, 12:04 AM
Thanks I didn't realise you got the prompt without a skip. Out of curiosity have you tried with the Estuary skin? I could not duplicate that issue with your sample.

From the prompt to playback the plugin doesn't really get involved so again this is a skip not a resume issue. The reason Kodi doesn't give you the resume prompt the next playback is because the resume point is being reset because it didn't skip. Any stops in the first 3 minutes of a recording in Kodi resets playback to zero. I change this default, that is a little too long for me, I often skip past pre-padding to make sure a show records and then stop.

If it does fail with Estuary you might need to clean a few things from your setup to follow Kodi log rules about addons and then post the new Kodi log here. I can package it all up and open an issue on GitHub.

Martin
dallascowboy23
Offline

Junior Member

Australia
Posts: 14
Threads: 1
Joined: May 2024
#24
2024-05-15, 12:18 AM
(2024-05-15, 12:04 AM)mvallevand Wrote: Thanks I didn't realise you got the prompt without a skip.  Out of curiosity have you tried with the Estuary skin?  I could not duplicate that issue with your sample. 

From the prompt to playback the plugin doesn't really get involved so again this is a skip not a resume issue.  The reason Kodi doesn't give you the resume prompt the next playback is because the resume point is being reset because it didn't skip.    Any stops in the first 3 minutes of a recording in Kodi resets playback to zero. I change this default, that is a little too long for me, I often skip past pre-padding to make sure a show records and then stop.

If it does fail with Estuary you might need to clean a few things from your setup to follow Kodi log rules about addons and then post the new Kodi log here. I can package it all up and open an issue on GitHub.

Martin

Just tried the same recording that I sent in the video with the estuary skin and the same problem. I get it well and truly pass that two or three minute mark so it can resume even 15-20 minutes in and it won't resume from there it plays back from the beginning. 

What stuff would I need to clean out of Kodi and how would I do that?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#25
2024-05-15, 12:40 AM (This post was last modified: 2024-05-15, 12:46 AM by mvallevand.)
Two for sure for openwizard but I would remove or disable netflix because it is generating errors in your logs. I saw recording at 1201 seconds so it isn't the 3 minute thing, plus we now know it is a skip problem.

However looking for different things I also now see in the logs that you press long-0 a lot and that could return a recording to zero.

Code:
2024-05-12 13:55:37.142 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 12005, action is
2024-05-12 13:55:39.010 T:4888    debug <general>: CInputManager::HandleKey: return (0xf00d) pressed, window 10701, action is Select
(the above is definitely skip to 0)

2024-05-12 13:55:46.560 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 12005, action is
2024-05-12 13:55:48.110 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10701, action is
2024-05-12 13:55:48.510 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10701, action is
2024-05-12 13:55:49.144 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is
2024-05-12 13:55:49.144 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is
2024-05-12 13:55:49.327 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is


Is it possible your zero key is sticking?

Martin
dallascowboy23
Offline

Junior Member

Australia
Posts: 14
Threads: 1
Joined: May 2024
#26
2024-05-15, 04:15 AM
(2024-05-15, 12:40 AM)mvallevand Wrote: Two for sure for openwizard but I would remove or disable netflix because it is generating errors in your logs.  I saw recording at 1201 seconds so it isn't the 3 minute thing, plus we now know it is a skip problem. 

However looking for different things I also now see in the logs that you press long-0 a lot and that could return a recording to zero. 

Code:
2024-05-12 13:55:37.142 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 12005, action is
2024-05-12 13:55:39.010 T:4888    debug <general>: CInputManager::HandleKey: return (0xf00d) pressed, window 10701, action is Select
(the above is definitely skip to 0)

2024-05-12 13:55:46.560 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 12005, action is
2024-05-12 13:55:48.110 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10701, action is
2024-05-12 13:55:48.510 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10701, action is
2024-05-12 13:55:49.144 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is
2024-05-12 13:55:49.144 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is
2024-05-12 13:55:49.327 T:4888    debug <general>: CInputManager::HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10000, action is


Is it possible your zero key is sticking?

Martin
ok so I think we may have fixed it!!!! Smile

I deleted those add ons and any other ones that i dont really use anymore, shut down Kodi and restarted PC, Problem persisted with old and a new recording.

so I made a backup of my set up of kodi and googled how to do a complete delete and fresh install of KODI, Did this and installed Next PVR add on and the recordings all started to resume fine!

I then restored my backup of Kodi set up to see if it was still ok and recordings are all resuming fine now! Smile back to everything working properly

so there must have been something in one of those apps that was mucking it about.

I have always used a Harmony universal remote. It could have a button issue....the button feels fine but who knows. Im just happy its working again

Thank you so much for all your help, you have been amazing!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#27
2024-05-15, 01:35 PM
Great glad you got it sorted out. One of the troubles I have found adding addon including skins is they can install all kinds of things which might run even when it is not enabled and the Kodi uninstall doesn't remove everything. If the addon doesn't do logging then we don't even know it is there.

Glad to help. We did a new release a couple of weeks ago that could impact resuming and it pays to check it out.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Standby/Sleep During Playback motocrossmann 46 3,988 2025-05-05, 05:40 PM
Last Post: gEd
  Failed: Recording interrupted jzk 3 304 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 715 2025-04-13, 01:08 AM
Last Post: sub
  playback issue artmetz 4 346 2025-03-28, 07:47 PM
Last Post: artmetz
  Directory not deleted after recording deleted Bobins 13 719 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 577 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 178 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,228 2025-02-22, 09:24 PM
Last Post: jcole998
  Recording ken_dearden 8 610 2025-02-20, 12:22 PM
Last Post: ken_dearden
  Not recording new episo qttor 7 403 2025-02-17, 10:54 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode