[mythtvnz] TV1+1 freeview.xml header update?

David Moore dmoo1790 at ihug.co.nz
Mon Jul 2 23:47:07 BST 2012


On 03/07/12 08:59, Nick Rout wrote:
> On Tue, Jul 3, 2012 at 8:38 AM, tortise<tortise at paradise.net.nz>  wrote:
>> 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.
>
> Direct manipulation of the sql is deprecated. Use the tuning tools.
>

IMHO nothing wrong with tinkering with sql as long as you accept the 
risk of breaking your system. I've messed with my db from day one with 
no ill effects.

BTW I assume you mean the backend setup when you say "tuning tools"?



More information about the mythtvnz mailing list