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.

> 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?

Klaus


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



Home | Main Index | Thread Index