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