Page 1 of 1

server loading at boot time

PostPosted: Wed Jul 22, 2015 7:37 pm
by repeters
Please add the option to inhibit the loading of the server at boot time.

Re: server loading at boot time

PostPosted: Fri Jul 24, 2015 2:31 pm
by zip

Re: server loading at boot time

PostPosted: Sat Jul 25, 2015 3:04 pm
by repeters
zip wrote:There are ways to disable the Windows service or Mac daemon.

http://wiki.serviio.org/doku.php?id=control_win
http://wiki.serviio.org/doku.php?id=mac ... _autostart


Thanks for the information.

However, once the changes are made the console application won't launch since the server isn't running. What I was looking for was a way to inhibit the auto-launch of the server but still be able to enable the server from the console program.

Re: server loading at boot time

PostPosted: Sun Jul 26, 2015 1:34 am
by atc98092
So what you want is to be able to launch the console without the server running, and be able to start and stop the server service from the console itself. Is that accurate?

Re: server loading at boot time

PostPosted: Sun Jul 26, 2015 3:28 am
by repeters
atc98092 wrote:So what you want is to be able to launch the console without the server running, and be able to start and stop the server service from the console itself. Is that accurate?


Yes, that is exactly what I would like to be able to do.

Re: server loading at boot time

PostPosted: Sun Jul 26, 2015 12:32 pm
by DenyAll
Console re-design is on the drawing board, so may be worth considering as part of that.

The current "Start Server" and "Stop Server" in the Console doesn't add a lot of value imho as it doesn't start or stop the Serviio service. The ability to start and stop the service from the console would be beneficial, and that then implies that the console must be able to run while the service is stopped.

Re: server loading at boot time

PostPosted: Mon Jul 27, 2015 12:52 pm
by zip
This is a client-server application, so the console will not start without the server.

Re: server loading at boot time

PostPosted: Mon Jul 27, 2015 5:25 pm
by repeters
zip wrote:This is a client-server application, so the console will not start without the server.


Clearly, I don't know any of the details of the application. I would, however, like to make one observation.

When the server is automatically launched at boot time I can open the console side and stop the server. If I then quit the console application and open it again it opens with the server still stopped. I can then start the server from within the console application. Why can't this behavior be incorporated into the console the first time it launches if that is what the user desires?

Re: server loading at boot time

PostPosted: Mon Jul 27, 2015 5:42 pm
by atc98092
repeters wrote:
zip wrote:This is a client-server application, so the console will not start without the server.


Clearly, I don't know any of the details of the application. I would, however, like to make one observation.

When the server is automatically launched at boot time I can open the console side and stop the server. If I then quit the console application and open it again it opens with the server still stopped. I can then start the server from within the console application. Why can't this behavior be incorporated into the console the first time it launches if that is what the user desires?


Actually, the button on the console does not stop the actual Serviio service. It only disables the DLNA server. The service is still running.

If I had to guess, the console itself can't access the database unless the service is running. This would account for why Zip says the console won't run without the service running. Of course, I could be all wet here, too! :lol:

Re: server loading at boot time

PostPosted: Mon Jul 27, 2015 6:08 pm
by repeters
atc98092 wrote:
repeters wrote:
zip wrote:This is a client-server application, so the console will not start without the server.


Clearly, I don't know any of the details of the application. I would, however, like to make one observation.

When the server is automatically launched at boot time I can open the console side and stop the server. If I then quit the console application and open it again it opens with the server still stopped. I can then start the server from within the console application. Why can't this behavior be incorporated into the console the first time it launches if that is what the user desires?


Actually, the button on the console does not stop the actual Serviio service. It only disables the DLNA server. The service is still running.

If I had to guess, the console itself can't access the database unless the service is running. This would account for why Zip says the console won't run without the service running. Of course, I could be all wet here, too! :lol:


Thanks. That's some good information.

I guess what I am asking for is a method to configure the console so that the DLNA server can be enabled or disabled at boot time. That seems like a simple modification...based on my ignorance of the code, of course :)