[mythtv-users] MythTV Jobs and Card ID

Chris Pinkham cpinkham at bc2va.org
Tue Apr 14 01:40:07 UTC 2009


* On Wed Apr 08, 2009 at 11:45:04AM +0100, Owen Williams wrote:
> I'm working on a project that uses 8 tuners spread across 4 servers.
> The options %xxxx% that can be sent to transcoding scripts doesn't
> include the id of the card used to make the recording.
> 
> I added this:
> 
>         command.replace(QRegExp("%CARDID%"), QString::number(tmpInfo->cardid));

If you test this, I think you'll find that %CARDID% is always 0.
We don't store the cardid that a recording was made on in the database,
ProgramInfo::cardid is used mainly by the scheduler for scheduling
recordings.

--
Chris


More information about the mythtv-users mailing list