<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div>I think this is what you want:</div>
<div><br></div><div><div>Index: globalsettings.cpp</div><div>===================================================================</div><div>--- globalsettings.cpp<span style="white-space: pre;">        </span>(revision 18611)</div>
<div>+++ globalsettings.cpp<span style="white-space: pre;">        </span>(working copy)</div><div>@@ -3715,7 +3715,7 @@</div><div>&nbsp;</div><div>&nbsp;static HostSpinBox *PlaybackWLBlackOut()</div><div>&nbsp;{</div><div>- &nbsp; &nbsp;HostSpinBox *gs = new HostSpinBox(&quot;PlaybackWLBlackOut&quot;, 1, 5, 1);</div>
<div>+ &nbsp; &nbsp;HostSpinBox *gs = new HostSpinBox(&quot;PlaybackWLBlackOut&quot;, 0, 5, 1);</div><div>&nbsp;&nbsp; &nbsp; gs-&gt;setLabel(QObject::tr(&quot;Days to exclude weekly episodes after delete&quot;));</div><div>&nbsp;&nbsp; &nbsp; gs-&gt;setValue(2);</div>
<div>&nbsp;&nbsp; &nbsp; gs-&gt;setHelpText(QObject::tr(&quot;When an episode is deleted or marked as &quot;</div><div><br></div><div><br></div><div>(untested since I don&#39;t care all that much, but it was easier than to keep reading about this)</div>
<div></div></div></div></blockquote><div><br>Agreed. This didn&#39;t warrant the discussion it turned into<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><div><br></div><div>If it works for you, submit it as a patch and see if other people feel the same way you do.</div></div></div></blockquote></div><br>That looks right to me. But I currently only have one FE/BE that my wife and kids use heavily. I run the Mythbuntu packages, so I don&#39;t generally compile from source. So I don&#39;t think this feature would justify me switching away from the prepackaged installation. Thanks for the patch. I hope it will be useful to someone else who can test it out. Thanks again.<br>
</div>