<div dir="ltr">Is there a way to avoid the desktop file showing up though in Unity/XFCE/Gnome? So it just provides the URI handler and nothing more.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 18, 2013 at 7:24 AM, Patrick Archibald <span dir="ltr"><<a href="mailto:patrick.archibald@gmail.com" target="_blank">patrick.archibald@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
My node-webkit app launches mythavtest to view a recording with the<br>
following code:<br>
<br>
var gui = require('nw.gui');<br>
gui.Shell.openExternal("myth://<a href="http://Default@192.168.1.5:6544/1323_20130118070000.mpg" target="_blank">Default@192.168.1.5:6544/1323_20130118070000.mpg</a>");<br>
<br>
I would like to launch Live TV as well. I know there is allot going on<br>
to set up live TV. It would be great if all that set-up was handled by<br>
the backend so I could simply execute something like the following:<br>
<br>
var gui = require('nw.gui');<br>
gui.Shell.openExternal("myth://<a href="http://Default@192.168.1.5:6544/ChanId/3736" target="_blank">Default@192.168.1.5:6544/ChanId/3736</a>");<br>
<br>
Is this a valid feature request?<br>
<br>
Here is a demo of my app: <a href="http://youtu.be/Ht6QL_vEJq0" target="_blank">http://youtu.be/Ht6QL_vEJq0</a><br>
<br>
Here is the code: <a href="https://github.com/pla1/mythtv-gadget" target="_blank">https://github.com/pla1/mythtv-gadget</a><br>
<br>
Here is how I associate the myth:// URI scheme with mythavtest in<br>
Ubuntu 12.04: <a href="http://platechnotes.patrickarchibald.com/2013/01/associating-myth-protocol-with.html" target="_blank">http://platechnotes.patrickarchibald.com/2013/01/associating-myth-protocol-with.html</a><br>
<br>
TIA.<br>
<br>
Rock on, PLA<br>
<br>
Patrick L Archibald<br>
<a href="http://PatrickArchibald.com" target="_blank">http://PatrickArchibald.com</a><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br></div>