Opened 16 years ago
Closed 16 years ago
#8756 closed defect (fixed)
Impossible to skip back if you try and go before the beginning of the file
| Reported by: | Owned by: | sphery | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.24 |
| Component: | MythTV - Video Playback | Version: | Master Head |
| Severity: | medium | Keywords: | jump backward |
| Cc: | Ticket locked: | no |
Description
This is with the jump forward/backwards buttons configured as so. . . right: forward 30 seconds, left: back 4 seconds, down: forward 10 minuets, up: back 10 minuets
When playing a recording I can not use the "up" button to skip to the beginning of the recording if the current position is less then 10 minuets into the file.
So if I start playback and press "right" six times I am at approx 3 minuets into the recording. Pressing "up" displays 'jump back' on the OSD and the screen flashes. But the recording continues to play at the 3 minuet mark.
This is new behavior. And it is not the expected behavior from a new user perspective.
Change History (2)
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | changed from to |
| Priority: | minor → critical |
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [25600]) Fix skipping backwards when near the beginning of the file.
This was another side-effect of the ProgramInfo refactor and the unsigned int wrapping around and producing unexpected behaviour. Live tv needs a similar fix.
Closes #8756

Michael is already looking into this.