itv2+1 and itv3+1

Discussion of Version 3 and developing lua grabbers
Post Reply
pschweig
Posts: 16
Joined: Fri Feb 10, 2006 1:03 pm

itv2+1 and itv3+1

Post by pschweig » Sun Nov 26, 2006 10:28 pm

Hi Alan

Is there any chance you could alter your plus one generator to generate listings for the above channels?

RT doesn't seem to list them :(

cheers
paul

alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Post by alanbirtles » Sun Nov 26, 2006 10:30 pm

just add them to the list in scripts\uk_rt\ukrt_plus1_gen.lua. Add new lines like this to the list at the top of the file:

Code: Select all

		{name="ITV2+1",offset=1,id="<ITV2 Channel id (see settings\uk_rt\channels.lua)>"},
		{name="ITV3+1",offset=1,id="<ITV3 Channel id (see settings\uk_rt\channels.lua)>"},

Post Reply