<div>Hi, </div>
<div>&nbsp;</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>&nbsp;and there will be all the command available to help you.</div>
<div>&nbsp;</div>
<div>Regards</div>
<div>Guillaume<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/31/06, <b class="gmail_sendername">Devan Lippman</b> &lt;<a href="mailto:devan.lippman@gmail.com">devan.lippman@gmail.com</a>&gt; 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 &lt;<a href="mailto:ambodnar@gmail.com">ambodnar@gmail.com</a>&gt; wrote:<br>&gt; You really wouldn't need a cgi script.
<br>&gt;<br>&gt; With the telnet interface, you can have php open a socket to the ip<br>&gt; the backend is on and have it issue the commands.<br>&gt;<br>&gt; Something like this.<br>&gt;<br>&gt; &lt;?<br>&gt; $address = 
<a href="http://127.0.0.1">127.0.0.1</a><br>&gt;<br>&gt; $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);<br>&gt;<br>&gt; $result = socket_connect($socket, $address, 6545);<br>&gt;<br>&gt; $command = &quot;PLAY whatever_file.nuv&quot;;
<br>&gt;<br>&gt; socket_write($socket, $command, strlen($command));<br>&gt;<br>&gt; socket_close($socket);<br>&gt; ?&gt;<br>&gt;<br><br>I was unaware the new commands had been committed.&nbsp;&nbsp;If thats the case<br>has there been any documentation on this?&nbsp;&nbsp;I'm curious to know how the
<br>backend knows which frontend to execute the command on.<br><br>--<br>Thanks,<br>Devan Lippman &lt;devan at lippman dot net&gt;<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>