philippe_44 wrote: 
> ok - the ip : port parameter for upnp is available now (<upnp_socket>).
> The ones for LMS have been here since the begining
> 
> BTW, if you can create a log (use -f <filename>) and send it to me when
> you observe a problem, that would help me improving this app.

Okay, will download 2.01 and create log. 

BTW, script to run on linux, checks to see if already running

#!/bin/bash
for pid in $(pidof -x squeeze2upnp-x86); do
        if [ $pid != squeeze2upnp-x86 ]; then
echo "squeeze2upnp-x86 : Process is already running with PID
$pid"
exit 1
else
        echo "Starting squeeze2upnp-x86"
        cd /usr/sbin/sq2u
        ./squeeze2upnp-x86 -z -f /var/log/sq2u.log
fi
done



---
www.itjerk.com
www.progressiverock.com
------------------------------------------------------------------------
djfake's Profile: http://forums.slimdevices.com/member.php?userid=8111
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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

Reply via email to