<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 8pt; color: #000000'><br>&gt; I know WHERE to put it, but do I have to put in any parameters? &nbsp;That's <br>&gt; really my question. &nbsp;I have "/usr/local/bin/6200ch" right now. &nbsp;If I <br>&gt; wanted to pass the node for the firewire port and the channel number, <br>&gt; how do I do that? &nbsp;I know that some of the user job scripts can get <br>&gt; parameters like %CHANID%, etc., so do I have to put that on that command <br>&gt; line?<br>&gt; <br>&gt; Thanks,<br>&gt; Harry<br>&gt;<br><br>I use the 6200ch program to change my channels.&nbsp; I had issues changing
channels from SD to HD (and vice versa).&nbsp; Mythfrontend would crash.&nbsp;
So, I created a simple script to add a 1 second delay after changing
the channel.<br>
<br>
Either way, I add the -g option to the 6200ch command line, to specifiy the GUID of the Motorola box.<br>
<br>
In mythtv directly, I had:&nbsp; 6200ch -g xxxxxx&nbsp; The channels gets added automatically by myth.<br>
<br>
For the script, mythtv just has 6200ch-1.sh as it's command, and the
script deals with the GUID, the script looks something like:<br>
<br>
6200ch -g xxxxxx $1<br>
sleep 1<br>
<br>
<br>
Simple as that.&nbsp; Firewire channel switching has been flawless for me.<br>
<br>
Gerald<br></div></body></html>