[mythtv-users] Manual Scheduling - bug?
Bruce Markey
bjm at lvcm.com
Tue Nov 1 17:55:23 EST 2005
James Angi wrote:
> I only use MythTV with manual scheduling and have noticed the following
> bug/feature. When you setup a recording "...in this timeslot every day"
> on a weekday, weekends are skipped. If you setup an 'everyday' recording
> on a weekend day it truely records every day. Can anyone tell me if I'm
> just doing something wrong?
What you've done wrong is either thought too hard or not enough =).
This is a feature not a bug. For many things it is valid and preferred
to record only on weekdays and for other things, seven days a week
is the only right thing to do. Setting the "Date or day of the week:"
to Sat or Sun is a convenient way to make this distinction. This is
quite intuitive as others like yourself had no problem figuring out
how it works then chose to ask if it was a bug.
I suppose there could be a note on the manual page to point out this
intended behavior. This may look junky and should fit on a single line.
Would something like this be useful?
-- bjm
-------------- next part --------------
Index: programs/mythfrontend/manualschedule.cpp
===================================================================
--- programs/mythfrontend/manualschedule.cpp (revision 7670)
+++ programs/mythfrontend/manualschedule.cpp (working copy)
@@ -96,6 +96,13 @@
hbox->addWidget(m_channel);
+ message =
+ tr("NOTE: Sat or Sun daily records every day otherwise weekdays only");
+ label = new QLabel(message, this);
+ label->setBackgroundOrigin(WindowOrigin);
+ label->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
+ vbox->addWidget(label);
+
// Program Date
hbox = new QHBoxLayout(vbox, (int)(10 * wmult));
More information about the mythtv-users
mailing list