[mythtv-users] mythweb/remote

Xavier Hervy xavier.hervy at bluebottle.com
Tue Dec 2 21:51:36 UTC 2008


jansenj wrote:
> Maybe someone can shed some light on this portion of the php since I'm
> not a php guy.
>
>             var r = new Ajax.Request('<?php echo root ?>remote/',
>
>        {
>                                         parameters:
> 'ping='+encodeURIComponent(host),
>                                       asynchronous: false
>                                      });
>         // Handle the response
>             if (r.transport.responseText == '0') {
>                 alert("<?php echo t('$1 is not responding.', '"+host+"') ?>");
>                 return;
>             }
>
> I am hitting the "is not responding" for my frontend-only, but my
> frontend/backend works just fine.
>   

I believe that the remote on mythweb make use of the mythfrontend's 
telnet interface. You need to activate it somewhere in the menu.

Xavier


More information about the mythtv-users mailing list