Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Purpose

  • Required:  No
  • Type of Change:  Feature

Previously a YesNo-Dialog has been used when asking the user, if he wants to resume a video. When the user decided to abort watching the movie by pressin Back on remote or ESC on keyboard, the result was the same like pressing No. The movie has been started from the beginning and the resume time was lost.

Description of Change

A helper class GUIResumeDialog has been added to Dialogs namespace. This class is contains the logic to build a resume dialog and returns a ResumeDialogResult, which can be

  • Error
  • PlayFromBeginning
  • PlayFromLastStopTime
  • PlayFromLivePoint

The dialog itself is a GUIDialogMenu, because the number of items varies between 2 (play from beginning / resume from last stop time) for regular video files and 3 (play from beginning / resume from last stop time / resume from live point) for live recordings. This way the dialogs provides a consistent user experience for different kind of media.

Additional Information and References

  • Mantis Issue: 2756
  • Related xml(s):  Enter the name of any xml(s), affected by the change in the space above.
  • Window ID:  Enter the xml Window ID(s) here.
  • Related GUI property/control:  Dialogs.Helper.GUIResumeDialog

XML/Code Samples

Insert Code Samples here... (remove this text)

Screenshots

Insert screenshot(s) here, ( remove this text)

   

 

This page has no comments.