<table><tr><td style="">TallFurryMan added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D16058">View Revision</a></tr></table><br /><div><div><p>Thanks for these comments!</p>

<blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D16058#340619" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D16058#340619</a>, <a href="https://phabricator.kde.org/p/wreissenberger/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@wreissenberger</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>I am slightly skeptical about the new flag <tt style="background: #ebebeb; font-size: 13px;">Always Reset Sequence When Starting</tt>. What does this mean from the <tt style="background: #ebebeb; font-size: 13px;">Scheduler</tt> perspective? Is it ignored or does it implicitly mean <tt style="background: #ebebeb; font-size: 13px;">Remember Job Progress = NO</tt>?</p></div>
</blockquote>

<p>From Scheduler perspective, the flag has to be ignored by Capture because Scheduler provides a captured frame map. Scheduler overrides Capture, and not the opposite.<br />
If Remember Job Progress is not set, then Capture honors Always Reset Sequence When Starting. But it doesn't make any difference as a new sequence is started.<br />
In any case, I still need to remove the block of code initializing the count of captures from sequenceID inserted by Jasem on Sep 24, because I believe a coherent Capture should not consider storage, only what it already executed.<br />
If Capture finds a signature matching the sequence it is processing in the frame map, it will initialise the completed count of the sequence job with the value in the map.</p>

<p>However I already see a slight problem in terms of UI: currently the count is initialized when the job is <em>prepared</em>, not when the frame map is <em>received</em>.<br />
This means the X/N count will be updated from the frame map only when a sequence job starts. And it can happen that this count is lost if the end-user stops Capture.<br />
That's probably fixable by moving the count initialization to the function receiving the map item.</p>

<blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D16058#340625" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D16058#340625</a>, <a href="https://phabricator.kde.org/p/wreissenberger/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@wreissenberger</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>From I simplicity point of view, I would recommend <strong>not</strong> introducing this flag, as long as we have the reset buttons. It's meaning might be misinterpreted.<br />
 ... and it's behavior is different depending on whether the sequence has been freshly loaded or not.</p></div>
</blockquote>

<p>I would agree, but as stated by Jasem, we would lose the use case "Anytime I Press Start, I Want All Jobs Processed" if we don't keep some sort of Remember Job Progress for the Capture module.<br />
And we do see that the option is now different from the one used in the Scheduler.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R321 KStars</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16058">https://phabricator.kde.org/D16058</a></div></div><br /><div><strong>To: </strong>TallFurryMan, mutlaqja, wreissenberger<br /><strong>Cc: </strong>kde-edu, narvaez, apol<br /></div>