bpa wrote: 
> The OP was given another Linux based solution for metadata - I thought
> they had gone with that.
> 
> I think "ncat" has closing connection down issues and sometimes Windows
> is not good at frequent TCP setups.
> "ncat" provided a simple scripting facility without having to installing
> Python or write a Powershell script.
> I think the ncat Lua scripts are intended to be linear - do one action -
> couldn't see how to do loops safely in the script as I didn't any "read
> with timeout" facility.

I'm running everything on the RPI now. There is also an ncat for the PI.
That was my aim. The windows VM is no longer in play.
The other metadata script was not working well for me. I don't know why.
Different platform? It was presented in combination with ices2. which
also did not work for me.
Just to be clear i'm not blaming anyone. I'm very thankful for all the
help i already received. 

My script to loop looked liked this;

Code:
--------------------
    #!/bin/bash
  while [ 1 ]; do  ncat 192.168.1.29  9090 --lua-exec cli_status.lua >/dev/null 
2>&1 ; sleep 5; done
  
--------------------


Greetings Henk.


------------------------------------------------------------------------
Hellsblade's Profile: http://forums.slimdevices.com/member.php?userid=4283
View this thread: http://forums.slimdevices.com/showthread.php?t=116052

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to