Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Bind EPG-Scan to a specified card ?



> Andreas Share wrote:
> >
> > Hi,
> >
> > is there some easy way (via patch;)) to told vdr using a user specified
card
> > for epg-scan? I have build in a additional budget card to avoid
soutcommand
> > errors during epg-scan, but i have seen, vdr use sometimes the third and
> > sometimes the second card.
>
> You can do that in cEITScanner::Process().
> In the loop
>
>       for (int i = 0; i < cDevice::NumDevices(); i++) {
>
> you could skip the cards you don't want to be used by the EPG scan.

Hi Klaus,
i will try this....

> > BTW: I have see for recordings vdr use the second card befor the third,
i
> > think a better way was to use always the highest card number available
for
> > recordings.
>
> What would be the difference?

This was just an idea. In mixed setups (eg. 2 FF and one budget card) the
budget card initialise as third card. If we record only FTA there is no
difference, but if we use a ca-interface, the best place to connect it is
the second card. And so will the first recording block the card with the
ca-interface (if there is no live view via transfer mode from the second
card at the moment). I think this needs only reversed card checking (high
device num -> low instead low -> high), and it is a little bit more
transparent to the user.

Andreas









-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index