[mythtv] Re: [PATCH] EPG Improvements
Harvard Pan
harvardpan at gmail.com
Mon May 9 16:15:51 UTC 2005
If there are no new recorders or new inputs available, it will go back
to the current recorder and input. It behaves exactly like
ToggleInputs and SwitchInputs does today (when you press Y or C) in
that it sets the flags, which kills the current player and tries to
find the next one. Since it's in the Live TV EPG, there's always at
least one recorder available (the current one).
There could be a check put in for whether there is a free recorder
available BEFORE you kill the current one. the problem with that is
you could still run into the same problem of not finding one after you
restart (since another frontend or recording process can take it in
the interim), so you don't really end up solving anything.
Let me know if that's what people want though, and I can always change
the code to do so. I felt that keeping it consistent with the current
behavior was more important, since that's what people will be familiar
with.
--Harvard
On 5/9/05, Brian C. Huffman <huffman at graze.net> wrote:
> Harvard Pan <harvardpan at gmail.com>, Development of mythtv
> <mythtv-dev at mythtv.org> wrote:
> > > > 4) Selecting a channel in the guide will result in switching to a
> > > > different input if the selected channel is not available on the
> > > > current recorder.
> > > > Example: I have channel 3 that is ONLY on recorder 1. I have
> > > > channel 230 that is ONLY on recorder 2. If I'm on recorder 1, and
> > > > select channel 230 in the guide, it will first switch to the second
> > > > recorder, and then change the channel to 230.
>
> How is the case handled shen there are no recorders available for the requested
> channel?
>
> -b
>
>
More information about the mythtv-dev
mailing list