It looks like the recording scheduler is not setting the tv card in:
bool Record(CommandProcessor handler, DateTime currentTime, TVRecording rec, TVProgram currentProgram, int iPreRecordInterval, int iPostRecordInterval)
I think it should have a line something like this towards the end of the function:
handler.CurrentCardIndex = cardNo;
This is a problem that is showing up with my External Channel Changing plugins as described here:
https://forum.team-mediaportal.com/showpost.php?p=96419&postcount=347
If it's the same problem?
Cheers,
bool Record(CommandProcessor handler, DateTime currentTime, TVRecording rec, TVProgram currentProgram, int iPreRecordInterval, int iPostRecordInterval)
I think it should have a line something like this towards the end of the function:
handler.CurrentCardIndex = cardNo;
This is a problem that is showing up with my External Channel Changing plugins as described here:
https://forum.team-mediaportal.com/showpost.php?p=96419&postcount=347
If it's the same problem?
Cheers,
Australia