(from the terminal)
kodi-send --action=reboot
Uhh, exciting. Will try that.
Sorry for all the questions.
kodi-send --action=reboot
Worked like a charm!
Could also suggest me somehow to prevent my OSMC bootup screen from going in black (because I am running a script from /etc/rc.local)? Itâs also a bash script that has to run every time booting up. However it is interrupting the beautiful bootup OSMC (logo screen) and making black screen until reaches my skin and done booting up?
Could I run the script from somewhere else to prevent it from interrupting the normal OSMC bootup screen?
That is probably a question for @Chillbo.
You could have done it all without the reboot (using two profiles) if you didnât need to invert your screen with config.txt.
Maybe @Chillbo has another solution to rotate the screen? Could be awesome!
The bootup screen is not part of any skin, itâs OSMC system relatedâŚ
@Schnitte, Iâm not aware of any method to rotate the screen the skin would have any baring over, sry
I did a quick search when you started this thread and it looked like screen invert was not possible in Kodi. I only thought to mention it this time in case that kicked off a different solution that worked for you (macro command in your remote control to tell your projector itself to invert maybe).
So my âdisplay_rotate=2â in /boot/config.txt might be the only solution? In that case, then fair
But would there be a solution running a script on bootup without interrupting the default OSMC bootup screen (the logo hiding all the bootup-stuff).
At the moment I am trying to run it from /etc/rc.local - this interrupts the blue bootup screen and gives me black screen until fully booted up.
@darwindesign - This is not possible since my projector just is a Philips Picopix (pocket projector) and it doesnât have any settings other than focus wheelâŚ
reboot
or shutdown -r
should both safely unmount any attached drives before restarting the systemâŚ
Well it looks like
kodi-send --action=reboot
Some kinda makes a safer shutdown - dunno. Harddisks doesnât get ârandomlyâ interrupted and shutdown.
Iâm not sure what you mean but using kodi-send --action=reboot
is probably the same as running reboot
yourself, only you asked Kodi to run the command. Either way, the disks should be safely unmounted.
Now I use kodi-send --action=reboot
however everything seems solved for now Hurray for laziness - scripts for everything!