[mythtv] Ticket #6974: last few seconds of video are not played

Michael T. Dean mtdean at thirdcontact.com
Sat Sep 19 15:03:36 UTC 2009


On 09/19/2009 10:48 AM, MythTV wrote:
> #6974: last few seconds of video are not played
>
>
>  I was thinking of handling the prompt with a secondary loop outside the
>  main loop which is activated on eof exit and prompt menu is required. That
>  way it will truely be the end and no nearness test is required.
>   

That's a better approach.  I took the easy way and just modified what 
was already there.  :)

>  one of the menu options isnt needed as you cant go back and play more
>  (cancel) because you are at the end already.
>
>  Havent had time to implement yet.

In the end of recording prompt, you only get 3 options:

End Of Recording
 - Delete it, but allow it to re-record
 - Delete it
 - Save it so I can watch it again

And, I just fixed the bug that allowed you to dismiss it with Escape and 
try to resume playback (it now actually exits playback when you dismiss 
the dialog).

If you're saying you get the exit dialog:

You are exiting <title>
 - Save this position and go to the menu
 - Do not save, just exit to the menu
 - Delete this recording
 - Keep watching

at the end of the recording, that may be another bug (or may actually be 
fixed by the IsNearEnd() fix I put in yesterday in [21937] ).

Thanks,
Mike


More information about the mythtv-dev mailing list