NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 103 104 105 106 107 … 193 Next »
[REQ] Playback_Position within GB-PVR

 
  • 0 Vote(s) - 0 Average
[REQ] Playback_Position within GB-PVR
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#1
2006-09-03, 01:00 AM
Hi sub!

Could you please improve the resume-function within GB-PVR? You can watch a movie and stop..., later you can choose between "resume" or "restart".
That's really good, but: This option stays even, if you saw the whole movie, but the Playback_Position is then near the end.
Were it possible to integrate a function like "Movie watched complete: true" which will remove the entry for the Playback_Position from the database?

Ok, it's not a really important thing, but i wondered why i have the choose at a movie which my wife watched complete before Big Grin

Another thing is: In the database all watched movies stay there, even if they aren't available on Harddisk any more. Perhaps these entries could be deleted too automatically (without the letters for optical drives, which are configurable within config).
This could save a little spacewasting within the database i think.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#2
2006-09-03, 06:02 AM
Hi,
ShiningDragon Wrote:Could you please improve the resume-function within GB-PVR? You can watch a movie and stop..., later you can choose between "resume" or "restart".
That's really good, but: This option stays even, if you saw the whole movie, but the Playback_Position is then near the end.
Were it possible to integrate a function like "Movie watched complete: true" which will remove the entry for the Playback_Position from the database?
Have a look at your config.xml:
Code:
<PromptForResume>true</PromptForResume>
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>
I think this is what you're looking for - but as I actually never used this exclusion values, I can't tell you if the values are minutes or seconds.

-alibert
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2006-09-03, 06:58 AM
alibert Wrote:Hi,

Have a look at your config.xml:
Code:
<PromptForResume>true</PromptForResume>
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>
I think this is what you're looking for - but as I actually never used this exclusion values, I can't tell you if the values are minutes or seconds.

-alibert

I'd love an explanation of these values.... Sub?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#4
2006-09-03, 12:06 PM
alibert Wrote:I think this is what you're looking for - but as I actually never used this exclusion values, I can't tell you if the values are minutes or seconds.

-alibert
Me too, and they are not a complete solution. But anyway thank you Smile

zehd Wrote:I'd love an explanation of these values.... Sub?
...me too Big Grin
agidius
Offline

Senior Member

Posts: 469
Threads: 77
Joined: Apr 2006
#5
2006-09-03, 03:04 PM
if you do <UseMenuResumeButton>true</UseMenuResumeButton> in config.xml it will put "resume" just below "play" when you choose the show.

not sure if thats what you are looking for, but it will keep the window from popping up.
Server--AthlonXP 2100+ \ PVR150MCE \ HVR1600 x2
Client 1--Athlon64 3200+
Client 2--Athlon64 3700+
Client 3--Turion64x2 1.9 laptop
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#6
2006-09-03, 03:06 PM
agidius Wrote:if you do <UseMenuResumeButton>true</UseMenuResumeButton> in config.xml it will put "resume" just below "play" when you choose the show.

not sure if thats what you are looking for, but it will keep the window from popping up.
No, i am not looking for this, sorry. The resume function is great, but not perfect.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#7
2006-09-03, 05:48 PM
Quote:<PromptForResume>true</PromptForResume>
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>
The exclusion values are in seconds.

The original idea was, it'll store the current playback position in the database every 20 seconds if current position was between the <StoreResumeStartExclusion> and the duration - <StoreResumeEndExclusion>.

When you stop the video, or it reaches the end, if the current position was within <StoreResumeEndExclusion> seconds of the duration of the file, then it would automatically delete resume information for that file.

A couple of releases back (v0.95?), the logic relating to <StoreResumeEndExclusion> was disabled at the request of one of the plugin developers who wanted to shows whether the show had been previously played in his alternative Recordings screen.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#8
2006-09-03, 05:55 PM
sub Wrote:The exclusion values are in seconds.

The original idea was, it'll store the current playback position in the database every 20 seconds if current position was between the <StoreResumeStartExclusion> and the duration - <StoreResumeEndExclusion>.

When you stop the video, or it reaches the end, if the current position was within <StoreResumeEndExclusion> seconds of the duration of the file, then it would automatically delete resume information for that file.

A couple of releases back (v0.95?), the logic relating to <StoreResumeEndExclusion> was disabled at the request of one of the plugin developers who wanted to shows whether the show had been previously played in his alternative Recordings screen.
Also if i understand it right, then this option don't work anymore. Do you plan to make something similar in a future release?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#9
2006-09-03, 06:02 PM
It depends what you mean by doesnt work. It was changed to the current behaviour after one of the developers requested it, so in effect its working exactly as it is currently intended to work (ie, <StoreResumeEndExclusion> doing nothing).

There is some minor changes in this area in the next release.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Exclude folder from PLAYBACK_POSITION mvallevand 3 1,707 2012-02-14, 11:41 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