Restart media_server

hello,

how can i cleanly start, stop and restart the media_server from the command-line ??

Any suggestions ??

chaotic

I’d do it with hey:

hey media_server quit
/boot/system/servers/media_server &

This will quit and restart the media_server. The media_addon_server will be quit and restarted automatically with the media_server.

Regards,
Humdinger

Cool, nice tip, thanks,

chaotic