On Fri, 7 Jan 2005 04:33 pm, Hamish Moffatt wrote: > Hi, > > Just did some testing with the current CVS code plus the DVB 3.4 patch. > > This is great work! Much easier than configuring all the PIDs by hand, > and the associated problems when they occasionally change. I'm > particularly looking forward to getting AC3 running here. > If you are interested I can post a patch that will get AC3 partially working on big dvb 3.4. I am planning to spend some time over the weekend to try and get it working properly.
<snip> > I'll have to go through and enter XMLTV IDs anyway, as we don't have any > useful DVB guide data here. > If you are in melbourne, which I suspect, then to save you the typing use the attached sql I wrote up last night. <snip> > > I have two DVB-T cards, but I didn't try adding the other one yet to see > if it also starts up OK. > I have two setup and they work fine. BTW, did you do CSE at RMIT? Cheers, Mark Anderson > > Thanks, > > Hamish
update channel set xmltvid='freesd.Melbourne.10-HD.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1592; update channel set xmltvid='freesd.Melbourne.10-EPG.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1593; update channel set xmltvid='freesd.Melbourne.10-EPG2.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1591; update channel set xmltvid='freesd.Melbourne.10.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1589; update channel set xmltvid='freesd.Melbourne.10.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1585; update channel set xmltvid='freesd.Melbourne.10-1.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1586; update channel set xmltvid='freesd.Melbourne.10-2.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1587; update channel set xmltvid='freesd.Melbourne.10-3.d1.com.au', icon='/home/mythtv/.mythtv/channels/10.png' where xmltvid=4116.1588; update channel set xmltvid='freesd.Melbourne.2-4.d1.com.au', icon='/home/mythtv/.mythtv/channels/abc.png' where xmltvid=4112.564; update channel set xmltvid='freesd.Melbourne.2-3.d1.com.au', icon='/home/mythtv/.mythtv/channels/abc.png' where xmltvid=4112.563; update channel set xmltvid='freesd.Melbourne.2-HD.d1.com.au', icon='/home/mythtv/.mythtv/channels/abc.png' where xmltvid=4112.560; update channel set xmltvid='freesd.Melbourne.2-2.d1.com.au', icon='/home/mythtv/.mythtv/channels/abc.png' where xmltvid=4112.562; update channel set xmltvid='freesd.Melbourne.2.d1.com.au', icon='/home/mythtv/.mythtv/channels/abc.png' where xmltvid=4112.561; update channel set xmltvid='freesd.Melbourne.7.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1328; update channel set xmltvid='freesd.Melbourne.7-HD.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1332; update channel set xmltvid='freesd.Melbourne.7-1.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1329; update channel set xmltvid='freesd.Melbourne.7-2.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1330; update channel set xmltvid='freesd.Melbourne.7-3.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1331; update channel set xmltvid='freesd.Melbourne.7-EPG.d1.com.au', icon='/home/mythtv/.mythtv/channels/7.png' where xmltvid=4115.1334; update channel set xmltvid='freesd.Melbourne.9.d1.com.au', icon='/home/mythtv/.mythtv/channels/9.gif' where xmltvid=12829.1072; update channel set xmltvid='freesd.Melbourne.9-HD.d1.com.au', icon='/home/mythtv/.mythtv/channels/9.gif' where xmltvid=12829.1073; update channel set xmltvid='freesd.Melbourne.9-EPG.d1.com.au', icon='/home/mythtv/.mythtv/channels/9.gif' where xmltvid=12829.1074; update channel set xmltvid='freesd.Melbourne.SBS-HD.d1.com.au', icon='/home/mythtv/.mythtv/channels/sbs.gif' where xmltvid=12802.784; update channel set xmltvid='freesd.Melbourne.SBS.d1.com.au', icon='/home/mythtv/.mythtv/channels/sbs.gif' where xmltvid=12802.785; update channel set xmltvid='freesd.Melbourne.SBS-2.d1.com.au', icon='/home/mythtv/.mythtv/channels/sbs.gif' where xmltvid=12802.786; update channel set xmltvid='freesd.Melbourne.SBS-EPG.d1.com.au', icon='/home/mythtv/.mythtv/channels/sbs.gif' where xmltvid=12802.787;
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
