[mythtv-users] Watch list problem

Johnny Russ jruss at mit.edu
Wed Oct 8 21:38:35 UTC 2008


>
> I think this is what you want:
>
> Index: globalsettings.cpp
> ===================================================================
> --- globalsettings.cpp (revision 18611)
> +++ globalsettings.cpp (working copy)
> @@ -3715,7 +3715,7 @@
>
>  static HostSpinBox *PlaybackWLBlackOut()
>  {
> -    HostSpinBox *gs = new HostSpinBox("PlaybackWLBlackOut", 1, 5, 1);
> +    HostSpinBox *gs = new HostSpinBox("PlaybackWLBlackOut", 0, 5, 1);
>      gs->setLabel(QObject::tr("Days to exclude weekly episodes after
> delete"));
>      gs->setValue(2);
>      gs->setHelpText(QObject::tr("When an episode is deleted or marked as "
>
>
> (untested since I don't care all that much, but it was easier than to keep
> reading about this)
>

Agreed. This didn't warrant the discussion it turned into


>
> If it works for you, submit it as a patch and see if other people feel the
> same way you do.
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20081008/60b8f062/attachment-0001.htm 


More information about the mythtv-users mailing list