Feature #690
resuming playback from where left off
| Status: | Fixed | Start date: | 09/09/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | video playback | |||
| Target version: | 3.4 |
Description
ps3 showtime is a great application..I have been using it for sometime and it works like charm
I think it would be great to add resuming media playback from where left off especially for long movies (>2hrs)..or better showing a message with two options (start from the beginning or resuming)..
thank you
Associated revisions
Write current time of video in meta database when watching a video
refs #690
Resume video from last position when playing the same item again.
Can be disabled in settings
Fixes #690
History
#1
Updated by Andreas Öman over 1 year ago
- Status changed from New to Accepted
- Target version set to 3.4
- % Done changed from 0 to 50
Half of this done now...
#2
Updated by Andreas Öman over 1 year ago
- Status changed from Accepted to Fixed
- % Done changed from 50 to 100
Applied in changeset 062df6dacbde1eda248a3caeb9402a8fa501a3e9.
#3
Updated by Michael Lob over 1 year ago
INFO:
Resume video can not be disables in settings.
FEATURE:
Add option (start from the beginning) before watching movie. Because Plugins also start at the resume positition.
#4
Updated by Andreas Öman over 1 year ago
Michael Lob wrote:
INFO:
Resume video can not be disables in settings.
What do you mean by this?
#5
Updated by Tiago windcrusher over 1 year ago
when you start an video, showtime starts the video from start but asks if you want to continue from the HH:MM:SS a popup in 3 seconds is not answered the popup closes.
settings would be good if given the choice: RESUMING playback: YES / NO / ASK
#6
Updated by Fábio Ferreira over 1 year ago
As I know (correct me if I'm wrong) there's already a setting in Display settings that let's you set if you want a video to resume from last known position or start again, the problem is the layout of that page that avoids the boolean setting of it to be focused (using booleans between strings, sliders or other settings types is bad idea).
#7
Updated by Andreas Öman over 1 year ago
Tiago windcrusher wrote:
when you start an video, showtime starts the video from start but asks if you want to continue from the HH:MM:SS a popup in 3 seconds is not answered the popup closes.
Sounds good. Autoclosing popups after a defined timeout is a good idea too
settings would be good if given the choice: RESUMING playback: YES / NO / ASK
Yes, that's the plan. That's why it's a multi-opt button and no a simple on/off switch.
#8
Updated by Andreas Öman over 1 year ago
Fabio Ferreira wrote:
As I know (correct me if I'm wrong) there's already a setting in Display settings that let's you set if you want a video to resume from last known position or start again, the problem is the layout of that page that avoids the boolean setting of it to be focused (using booleans between strings, sliders or other settings types is bad idea).
Yeah, the focus bug is recently introduced and something that's gone bad in the UI navigation code.
Working on fixing that