Forum
Official way to stop and restart kodi without reboot? - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Others (/forum-24.html)
+--- Thread: Official way to stop and restart kodi without reboot? (/thread-3016.html)

Pages: 1 2


RE: Official way to stop and restart kodi without reboot? - Nachteule - 18th Apr, 2016 08:16 AM

(18th Apr, 2016 06:43 AM)Skywatch Wrote:  Seems to go against the times and will confuse noobs who never knew what xbmc was and only want the new kodi....

Would be giant work to change everything from xbmc->kodi

a couple of package names
many many upstart scripts

If you want to do that you're be welcome Big Grin

As a discussable alternative would be adding some wrapper scripts, so that noobs do not have to use their brain or search function here Tongue


RE: Official way to stop and restart kodi without reboot? - Nachteule - 24th Apr, 2016 02:31 AM

Created simple command Big Grin

Terminal

xbian@kmxbibr ~ $ kodi
usage:
kodi start|stop|status
xbian@kmxbibr ~ $ kodi stop
xbmc stop/waiting
xbian@kmxbibr ~ $ kodi start
xbmc start/running, process 2511
xbian@kmxbibr ~ $

No sudo required

Will be available with next update of package xbian-package-xbmc-scripts


RE: Official way to stop and restart kodi without reboot? - Skywatch - 24th Apr, 2016 08:35 PM

I knew you could do it Big Grin Tongue


RE: Official way to stop and restart kodi without reboot? - cmonty14 - 3rd Jan, 2020 09:58 AM

Hi,
what is the technical background of using Upstart init manager with Xbian?

THX


RE: Official way to stop and restart kodi without reboot? - deHakkelaar - 4th Jan, 2020 09:40 AM

I believe if I have the story correct, at the time both Upstart and systemd were strong upcoming init systems to replace the aging system-v.
I believe they chose Upstart over systemd for its smaller footprint.
Am not 100% sure bout this as I wasnt around/involved when they decided Wink