Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#12076 closed Bug Report - General (fixed)

Seeking in liveTV is wrong

Reported by: JYA Owned by: JYA
Priority: major Milestone: 0.27
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Similar in some ways to ticket #11174

When watching liveTV, no matter the rewind amount you request, you either only seek within the current program; or you find yourself at the end of the previous program.

Say you are 1 minute within the current program, and you rewind 5 minutes ; you should find yourself 5 minutes before that is, in this case 4 minutes before the end of the current program...

Additionally, often trying to rewind in the previous program, lead you to jump to the current live program... it's all messed up

Change History (5)

comment:1 Changed 10 years ago by JYA

Priority: minormajor

comment:2 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

Resolution: fixed
Status: newclosed

In 11daeaadc52214605e204cdfe6f7c001c9c1cc9b/mythtv:

Allow seeking within the entire liveTV chain of recordings.

Seeking across liveTV was fundamentally broken. You could only seek within the current recordings or go to the beginning of the next one or 15s to the end of the previous one.
This changes correct this behaviour. It is now possible to seek across the entire live TV session. We ensure however that we do not seek further than 15s from the end of a recordings (3s if reaching end of live program).

Fixes #12076

comment:3 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

In e76d70cfe53ecd6234341eb40e7148439fc719db/mythtv:

Allow seeking within the entire liveTV chain of recordings.

Seeking across liveTV was fundamentally broken. You could only seek within the current recordings or go to the beginning of the next one or 15s to the end of the previous one.
This changes correct this behaviour. It is now possible to seek across the entire live TV session. We ensure however that we do not seek further than 15s from the end of a recordings (3s if reaching end of live program).

Fixes #12076
(cherry picked from commit 11daeaadc52214605e204cdfe6f7c001c9c1cc9b)

comment:4 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

In 366ba7dd96c03a20d83a78f9875177d25e57189c/mythtv:

Allow seeking within the entire liveTV chain of recordings.

Seeking across liveTV was fundamentally broken. You could only seek within the current recordings or go to the beginning of the next one or 15s to the end of the previous one.
This changes correct this behaviour. It is now possible to seek across the entire live TV session. We ensure however that we do not seek further than 15s from the end of a recordings (3s if reaching end of live program).

Fixes #12076

(cherry picked from commit 11daeaadc52214605e204cdfe6f7c001c9c1cc9b)

comment:5 Changed 9 years ago by paulh

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.