[mythtv-users] scheduler confusion
blind Pete
0123peter at gmail.com
Sun Sep 7 03:28:37 UTC 2014
On Fri, 5 Sep 2014 21:22:07 +0930
Mark Perkins <perkins1724 at hotmail.com> wrote:
> > On Tue, 2 Sep 2014 00:21:49 +0930
> > Mark Perkins <perkins1724 at hotmail.com> wrote:
[snip]
> >> And secondly your LiveTV
> >> order is the same as your recording scheduling order which can
> >> result in LiveTV viewing throwing curve balls at the scheduler (as
> >> Mike said). The recommendation is generally to have the LiveTV
> >> order as the opposite to the recorder scheduling order.
This is a very "interesting" problem.
My video card is probably not up to Picture-In-Picture so liveTV
will only take one virtual tuner at a time. Currently one tuner
is set to prefer my favourite channel, a second is set to prefer
my second favourite channel, and the the third is the first
choice for all other channels and liveTV.
[snip]
> If by this you mean essentially get the scheduler to prioritise the
> grouping of recordings to a tuner where the tuner is already tuned to
> the matching multiplex then no. There has been a bit of debate in
> this list previously with a number of proposals provided but each had
> its pro's and con's.
[snip]
It is a mind bending problem.
mysql> select cardid, displayname, recpriority, schedorder, livetvorder
mysql> from cardinput order by cardid;
+--------+-------------+-------------+------------+-------------+
| cardid | displayname | recpriority | schedorder | livetvorder |
+--------+-------------+-------------+------------+-------------+
| 1 | kworld00 | 0 | 1 | 1 |
| 2 | kworld00 | 0 | 1 | 1 |
| 3 | kworld00 | 0 | 1 | 1 |
| 4 | kworld00 | 0 | 1 | 1 |
| 5 | kworld00 | 0 | 1 | 1 |
| 6 | sbs | 0 | 6 | 6 |
| 7 | sbs | 0 | 6 | 6 |
| 8 | sbs | 0 | 6 | 6 |
| 9 | sbs | 0 | 6 | 6 |
| 10 | sbs | 0 | 6 | 6 |
| 11 | abc | 0 | 11 | 11 |
| 12 | abc | 0 | 11 | 11 |
| 13 | abc | 0 | 11 | 11 |
| 14 | abc | 0 | 11 | 11 |
| 15 | abc | 0 | 11 | 11 |
+--------+-------------+-------------+------------+-------------+
15 rows in set (0.00 sec)
mysql>
--
testing
bP
More information about the mythtv-users
mailing list