Closed GoogleCodeExporter closed 9 years ago
applied in r165. I did a commit just before to strip trailing spaces from all
the files, so I didn't include the whitespace changes as part of this commit.
Thanks for the improvements.
Original comment by exob...@gmail.com
on 3 May 2014 at 6:05
I've just been watching the Spanish Formula 1 Grand Prix on BBC1 which is a
2h50m show, and it's made me realise that using percentages alone to determine
when to save resume points isn't ideal, as 5% for this show equates to 8m30s.
This means a resume point won't be saved until at least 8.5 minutes into the
show (for a 30 minute episode 5% is 90 seconds, and for a 1 hour it's 3
minutes).
Consequently I'd like to revise this patch slightly to use a combination of
percentages and fixed timings, ie. don't save before first 3 minutes or 5%
(whichever is smallest), and don't save after last 3 minutes or 95% (whichever
is greatest).
So on a 15 minute episode the resume point will not be saved during the first
and last 45 seconds (5%/95%), on a 30 minute episode the resume point will not
be saved during the first/last 90 seconds (again 5%/95%), but on one hour and
longer episodes the resume point will not be saved during the first/last 3
minutes.
What do you think?
Would you rather I open a new issue, or re-open/continue this one?
Original comment by n...@nmacleod.com
on 12 May 2014 at 6:31
The attached patch clamps the resume point limits at 180 seconds each, so that
very long programmes do not use excessively large min/max resume point limits.
Original comment by n...@nmacleod.com
on 12 May 2014 at 11:51
Attachments:
looks good to me. Was about to commit, but googlecode svn is broken again (502
bad gateway). useless.
Original comment by exob...@gmail.com
on 12 May 2014 at 5:32
applied in r172. thanks
Original comment by exob...@gmail.com
on 12 May 2014 at 6:00
Original issue reported on code.google.com by
n...@nmacleod.com
on 30 Apr 2014 at 2:36Attachments: