<br><br><div class="gmail_quote">On 3 July 2012 10:47, David Moore <span dir="ltr"><<a href="mailto:dmoo1790@ihug.co.nz" target="_blank">dmoo1790@ihug.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 03/07/12 08:59, Nick Rout wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Jul 3, 2012 at 8:38 AM, tortise<<a href="mailto:tortise@paradise.net.nz" target="_blank">tortise@paradise.net.<u></u>nz</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For anyone who might want tv1+1 data these seem to be the steps to take:<br>
<br>
edit /home/mythtv/.mythtv/{<u></u>Whateveryoucalledit}.xmltv<br>
<br>
revise the tvnz7 line to:<br>
<br>
channel=<a href="http://tv1-plus1.freeviewnz.tv" target="_blank">tv1-plus1.freeviewnz.<u></u>tv</a><br>
<br>
And from SQL:<br>
<br>
mysql>  update channel set serviceid = '1205' where chanid = 1007;<br>
mysql>  update channel set callsign = 'TV1 PLUS1' where chanid = 1007;<br>
mysql>  update channel set xmltvid = '<a href="http://tv1-plus1.freeviewnz.tv" target="_blank">tv1-plus1.freeviewnz.tv</a>' where chanid =<br>
1007;<br>
mysql>  update channel set name = 'TV ONE plus 1' where chanid = 1007;<br>
<br>
If you want you can revise the icon also.<br>
</blockquote>
<br>
Direct manipulation of the sql is deprecated. Use the tuning tools.<br>
<br>
</blockquote>
<br></div>
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.<br>
<br>
BTW I assume you mean the backend setup when you say "tuning tools"?<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/<u></u>mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.<u></u>com/lists/mythtv/mythtvnz/</a><br>
</div></div></blockquote></div><br><div>I've used phpmyAdmin on my system without error, useful when wanting to truncate the job queue (I stopped transcode globally but left recording with auto transcode left on).</div>
<div><br></div><div>I have a NOVA-T 500 with 2 real tuners inside, so I've source id 1 and 2.  This means I had 2 chanid's to update, 1007 and 2007.  </div><div><br></div><div>I used phpmyAdmin to change the channels name, callsign, xmlid and serviceid.</div>
<div><br></div><div>Tim</div>