NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 88 89 90 91 92 … 193 Next »
resume playback of recording from last location

 
  • 0 Vote(s) - 0 Average
resume playback of recording from last location
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#1
2007-02-28, 07:48 AM
When playing a recording, the Play button in the UI should do as normal, which is play from beginning of recording.

Add another button Resume that will be disabled if the recording has never been played, or the last playback went all the way to the end. Otherwise let user click button, and it resumes playback from last location.

Would be nice to add a keyboard combo. Ctrl-P is Play, why not make Ctrl-R as Resume?
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#2
2007-02-28, 08:02 AM
Wakalaka Wrote:When playing a recording, the Play button in the UI should do as normal, which is play from beginning of recording.

Add another button Resume that will be disabled if the recording has never been played, or the last playback went all the way to the end. Otherwise let user click button, and it resumes playback from last location.
This exists. Check your config Rolleyes
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#3
2007-02-28, 09:05 AM
stefan Wrote:This exists. Check your config Rolleyes

Where?
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#4
2007-02-28, 09:12 AM
Ok, I give you that it wasn't too easy to find. I actually thought there were settings for this in the config app. Turns out I can only find "prompt for resume" on the misc tab. The rest you need to edit config.xml yourself in c:\program files\devnz\gbpvr

Play with these settings, but do take a backup of config.xml first Smile :

Code:
<PromptForResume>true</PromptForResume>
  <UseMenuResumeButton>true</UseMenuResumeButton>
  <StoreResumeStartExclusion>0</StoreResumeStartExclusion>
  <StoreResumeEndExclusion>0</StoreResumeEndExclusion>
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#5
2007-02-28, 09:20 AM (This post was last modified: 2007-02-28, 09:25 AM by Wakalaka.)
stefan Wrote:Ok, I give you that it wasn't too easy to find. I actually thought there were settings for this in the config app. Turns out I can only find "prompt for resume" on the misc tab. The rest you need to edit config.xml yourself in c:\program files\devnz\gbpvr

Play with these settings, but do take a backup of config.xml first Smile :

Code:
<PromptForResume>true</PromptForResume>
  <UseMenuResumeButton>true</UseMenuResumeButton>
  <StoreResumeStartExclusion>0</StoreResumeStartExclusion>
  <StoreResumeEndExclusion>0</StoreResumeEndExclusion>

Will play with them and post what each means. I searched and found 1 post for UseMenuResumeButton, and 0 for the other 3 items. Just fiddled with them, I get the prompt for Resume or Restart when I set PromptForResume to true. I can't tell what the other 3 are doing.

Thanks for the help!
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#6
2007-02-28, 09:24 AM
Please do. I have a hunch, but not sure enough to go public with it Wink
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#7
2007-02-28, 09:25 AM
Stefan (or sub if you want to jump in) what do the
Code:
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>

Tags do? Is there any way for the play back position of a video to be the full length of the video??
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#8
2007-02-28, 09:33 AM
I don't know. But I guess that it means that for the resume button to show, you must have watched at least <StoreResumeStartExclusion> number of seconds/minutes/frames and stopped watching it no more than <StoreResumeEndExclusion>seconds/minutes/frames from the end?
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#9
2007-02-28, 09:33 AM
See, you made me go public with my wild guesses. I don't like that Wink
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#10
2007-02-28, 04:17 PM
psycik Wrote:Stefan (or sub if you want to jump in) what do the
Code:
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>

Tags do? Is there any way for the play back position of a video to be the full length of the video??
Resume info will only be stored after playback has reached StoreResumeStartExclusion seconds into the video. Allowing you to configure a short period to be ignored if your prefer.

When it gets with StoreResumeEndExclusion seconds from the end of the video file, then that files resume info is deleted (ie, playback completed).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Overwrite oldest recording with lock feature djenson 0 596 2023-09-28, 10:37 AM
Last Post: djenson
  Recording status displayed when finished coreymichael 6 1,162 2023-08-31, 05:32 PM
Last Post: sub
  Recording scheduling mzanetti 2 979 2023-07-28, 05:24 PM
Last Post: sub
  Feature Request: EIT Support, plus Stop and Save Recording. Chris4877 8 1,798 2022-09-12, 12:58 AM
Last Post: mvallevand
  Resume on recordings mvallevand 13 3,142 2022-05-02, 08:04 PM
Last Post: artmetz
  playback position artmetz 6 1,699 2022-03-06, 01:15 PM
Last Post: artmetz
  Add manual recording - default time markn62 0 963 2022-02-14, 12:46 AM
Last Post: markn62
  Sorting Options for Recurring Recording List pkscout 1 989 2021-11-23, 07:51 PM
Last Post: sub
  Remove failed recurring recording artmetz 0 806 2021-11-17, 07:55 PM
Last Post: artmetz
  Ability to adjust the playback speed Rage321 4 2,287 2021-05-05, 06:25 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode