[vdr] Running vdr with a tunerless FF card (possibly a patch request)
Klaus Schmidinger
Klaus.Schmidinger at cadsoft.de
Fri May 9 16:00:29 CEST 2008
On 05/09/08 15:49, Hanno Zulla wrote:
> Hi,
>
>> How can I achieve that with vanilla vdr?
>
> Any suggestion or pointers to documents would be most helpful. I tried
> to find a solution in the usual places (vdr-portal, vdr-wiki) but with
> very limited success.
In cDvbDevice::ProvidesSource(int Source) you could insert at the beginning
if (CardIndex() == MyTunerlessFFcardsIndex)
return false;
where MyTunerlessFFcardsIndex would be the index of cour card.
Klaus
More information about the vdr
mailing list