<div>Hi, </div>
<div> </div>
<div>It is a recent feature. </div>
<div>Have a look at <a href="http://www.gossamer-threads.com/lists/mythtv/dev/169945?search_string=%241%2C000%20offer%20for%20a%20Myth%20front-end%20;#169945">http://www.gossamer-threads.com/lists/mythtv/dev/169945?search_string=%241%2C000%20offer%20for%20a%20Myth%20front-end%20;#169945
</a> and there will be all the command available to help you.</div>
<div> </div>
<div>Regards</div>
<div>Guillaume<br><br> </div>
<div><span class="gmail_quote">On 1/31/06, <b class="gmail_sendername">Devan Lippman</b> <<a href="mailto:devan.lippman@gmail.com">devan.lippman@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 1/29/06, Adam Bodnar <<a href="mailto:ambodnar@gmail.com">ambodnar@gmail.com</a>> wrote:<br>> You really wouldn't need a cgi script.
<br>><br>> With the telnet interface, you can have php open a socket to the ip<br>> the backend is on and have it issue the commands.<br>><br>> Something like this.<br>><br>> <?<br>> $address =
<a href="http://127.0.0.1">127.0.0.1</a><br>><br>> $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);<br>><br>> $result = socket_connect($socket, $address, 6545);<br>><br>> $command = "PLAY whatever_file.nuv";
<br>><br>> socket_write($socket, $command, strlen($command));<br>><br>> socket_close($socket);<br>> ?><br>><br><br>I was unaware the new commands had been committed. If thats the case<br>has there been any documentation on this? I'm curious to know how the
<br>backend knows which frontend to execute the command on.<br><br>--<br>Thanks,<br>Devan Lippman <devan at lippman dot net><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>