I think something like this should do it

After this line:
push @$prog_ref, $a_prog;

try this (psudocode only) for each channel you want to relicate

if (channel == ten)
{
        $a_prog.channel = ten2
        push @$prog_ref, $a_prog;
        $a_prog.channel = ten3
        push @$prog_ref, $a_prog;
}

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:mythtv-users-
> [EMAIL PROTECTED] On Behalf Of Nathan Manzi
> Sent: Friday, 1 April 2005 12:40 AM
> To: Discussion about mythtv
> Subject: [mythtv-users] Damon's tv_grab_au modifications for DVB
> 
> Hi,
> 
> I want to modify Damon's tv_grab_au to replicate channels to fill TEN
> 1/2/3, Seven 1/2/3, from the listings of the respective channels. I know
> some perl, and have set up the channel strings for it, but I'm guessing
> I need to add something so it will write program info for each channel
> instead of the first one it matches in the if statements.
> 
> Any help would be appreciated.
> Thanks,
> Nathan Manzi

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to