Roland0 wrote: 
> Don't use  -x, execute the script normally
> if DEBUG=1 you should see some output just by running the script,
> provided the connection to your LMS server works, check with 
> > 
Code:
--------------------
  >   > echo "players 0 99"|nc6 -q1 OdroidLMS 9090
--------------------
> > 
> 
> If you don't, change the script as follows:
> > 
Code:
--------------------
  >   > 
  > for i in "${psAR[@]}"; do
  > # add this:
  > [ $DEBUG ] && echo "LINE: $i
  > 
--------------------
> > 
> which should result in a lot of output
Roland, thanks for your help.

I get no debug info when I run the script
But   echo "players 0 99"|nc6 -q1 OdroidLMS 9090  returns:

nc6: forward host lookup failed for remote endpoint OdroidLMS: Name or
service not known

Am I using correct "LMS="? OdroidLMS is taken from Server
Settings/İnformation/Logitech Media Server Status/Hostname
BTW I'm running all this script as root on Odroid.


------------------------------------------------------------------------
mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=106244

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

Reply via email to