<div dir="ltr"><div style>I&#39;m using a modified version of John Pilkington&#39;s MythDVBcut to which I&#39;ve tried to add the ability to clear the &quot;skiplist&quot;. MythDVBcut already clears the &quot;cutlist&quot; from a recording:</div>
<div style><br></div><div style><div># Cutting completed.  Now clean up.</div><div>CMD=&quot;ionice -c3 mythutil  --clearcutlist  --chanid &quot;$chanid&quot; --starttime &quot;$starttime&quot; -q &quot;</div><div>echo &quot;running: &quot;${CMD}&quot;&quot;</div>
<div>${CMD}</div><div>echo -e &quot;Cutlist has been cleared.\n&quot;</div><div><br></div><div style>This clears the &quot;cutlist&quot; from &#39;recordedmarkup&#39; and clears the &#39;cutlst&#39; flag in &#39;recorded&#39;. Once the recording has been cut the skiplist created by mythcommflag is no longer valid so I added:</div>
<div style><br></div><div style><div>CMD=&quot;ionice -c3 mythutil  --clearskiplist  --chanid &quot;$chanid&quot; --starttime &quot;$starttime&quot; -q &quot;</div><div>echo &quot;running: &quot;${CMD}&quot;&quot;</div><div>
${CMD}</div><div>echo -e &quot;Skiplist has been cleared.\n&quot;</div><div><br></div><div style>This clears the &quot;skiplist&quot; from &#39;recordedmarkup&#39; but doesn&#39;t clear the &#39;commflagged&#39; flag in &#39;recorded&#39;. So my question, is this a bug or intended behavior?</div>
<div style><br></div><div style>Mike</div></div></div></div>