<div dir="ltr"><div dir="ltr"><div><div dir="ltr" class="gmail_signature"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 15, 2022 at 2:59 PM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A quick test shows that in mythfrontend, if there is a cut list, the cut <br>
list is used for skipping and the comm skip data is ignored. Presumable <br>
if you are using comm skip you should first use the Z to load the <br>
detected commercials to the cut list before manually editing it.<br>
<br>
There seems no way to prevent the cut list being used in mythfrontend <br>
playback.<br>
<br>
I should be able to easily implement something in leanfront. I can <br>
expand the commercial skip menus to use commercial skip or cutlist, <br>
whichever is present, with cutlist taking precedence. It would not use <br>
the cut list unless you enabled the comm skip / cutlist.<br>
<br>
Peter<br>
<br></blockquote><div><br></div><div>Hi Peter,</div><div><br></div><div>I think that would be ideal. Would really make leanfront a preferred frontend for my chromecast devices if you were able to make it use the cut list over the skipllist. I didn't really know / understand the two terms until this thread. </div><div><br></div><div>I was so excited that you were doing this with leanfront that I went ahead and updated to v32 ( I'd been meaning to for some time, but just hadn't gotten around to it). And I figured out how with a couple mythutil commands to replace the skiplist with the cutlist so that leanfront will have a corrected skiplist to work from. I figured I'd add a job to call on select recordings after editing the cutlist manually, but maybe I'll forgo that for now if you're planning on updating your new leanfront.</div><div><br></div><div>FYI here's the mythutil commands to set your skiplist to equal your cutlist.. Obviously, you'd only want to do this on recordings you have manually edited.</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">CUTLIST=`mythutil --quiet --chanid 26205 --starttime 20221015110</span>000 --getcutlist | cut -d : -f 2`</span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">mythutil --quiet --chanid 26205 --starttime 20221015110000 --set</span></span><span style="font-family:monospace">skiplist $CUTLIST</span><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">Perhaps there's an easier way to do the above?</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">Thanks,</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">George</span></div><div><span style="font-family:monospace"><br></span></div><div><br></div></div></div>