Mon Feb 02, 2015 3:02 pm by Neumann
GREAT. Thank you so much. I had seen that jrecreate.bat file but I had no idea how to get it running under Win. Now I have Serviio 1.5 up and running on my NAS. The new instant refresh is very nice.
Found 2 oddities also: On the clients, it shows up as "Serviio (localhost.localdomain)", obviously failing to display the actual host name. And in the start file, serviiod.sh, I had to change the line "serv_pid=`ps aux | grep serviio.sh ..." under "status)", to "serv_pid=`ps aux | grep serviio | grep -v grep | awk '{print $2}'`", deleting the ".sh" ending after "serviio", for the status to be displayed properly.
Petty problems. Sure it will work fine. Thanks again.