[mythtv-users] Radio channels with UK Freeview DVB-T

David Watkins watkinshome at gmail.com
Tue Mar 9 21:36:49 UTC 2010


> See http://www.mythtv.org/wiki/Database_editing_script


and I added the following, for the BBC radio channels.

update channel set visible=1,useonairguide=1,channum=700 where
name="BBC Radio 1";
update channel set visible=1,useonairguide=1,channum=701 where name="BBC 1Xtra";
update channel set visible=1,useonairguide=1,channum=702 where
name="BBC Radio 2";
update channel set visible=1,useonairguide=1,channum=703 where
name="BBC Radio 3";
update channel set visible=1,useonairguide=1,channum=704 where
name="BBC Radio 4";
update channel set visible=1,useonairguide=1,channum=705 where name="BBC R5L";
update channel set visible=1,useonairguide=1,channum=706 where name="BBC R5SX";
update channel set visible=1,useonairguide=1,channum=707 where
name="BBC 6 Music";
update channel set visible=1,useonairguide=1,channum=708 where
name="BBC Radio 7";
update channel set visible=1,useonairguide=1,channum=709 where
name="BBC Asian Net.";
update channel set visible=1,useonairguide=1,channum=710 where
name="BBC World Sv.";


More information about the mythtv-users mailing list