<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> </div><div> static HostSpinBox *PlaybackWLBlackOut()</div><div> {</div><div>- HostSpinBox *gs = new HostSpinBox("PlaybackWLBlackOut", 1, 5, 1);</div>
<div>+ HostSpinBox *gs = new HostSpinBox("PlaybackWLBlackOut", 0, 5, 1);</div><div> gs->setLabel(QObject::tr("Days to exclude weekly episodes after delete"));</div><div> gs->setValue(2);</div>
<div> gs->setHelpText(QObject::tr("When an episode is deleted or marked as "</div><div><br></div><div><br></div><div>(untested since I don'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't warrant the discussion it turned into<br> </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't generally compile from source. So I don'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>