[mythtvnz] TV1+1 freeview.xml header update?
tortise
tortise at paradise.net.nz
Mon Jul 2 21:38:00 BST 2012
For anyone who might want tv1+1 data these seem to be the steps to take:
edit /home/mythtv/.mythtv/{Whateveryoucalledit}.xmltv
revise the tvnz7 line to:
channel=tv1-plus1.freeviewnz.tv
And from SQL:
mysql> update channel set serviceid = '1205' where chanid = 1007;
mysql> update channel set callsign = 'TV1 PLUS1' where chanid = 1007;
mysql> update channel set xmltvid = 'tv1-plus1.freeviewnz.tv' where
chanid = 1007;
mysql> update channel set name = 'TV ONE plus 1' where chanid = 1007;
If you want you can revise the icon also.
More information about the mythtvnz
mailing list