[mythtv-users] Damon's tv_grab_au modifications for DVB

Damon Searle djsearle at netspace.net.au
Thu Mar 31 21:09:15 UTC 2005


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: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] 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



More information about the mythtv-users mailing list