Hey guys, I have a question.
Background:
I am running this build as a VM on Unraid (KVM) as our families Mediacenter and everything is working fine. Now I want a nice button to switch between the Kodi-VM with Emulationstation and the Win10-gaming-VM for Steam and Origin.
My plan is to shutdown and start the VMs over ssh with screen.
Question:
How can I setup a menuentry in Kodi to start the neccesary commands/script?
(screen virsh shutdown 'Libreelec' && sleep 8 && virsh start 'Win10gaming')
I think for Emulationstation there are already answers in here, but I dont know how to get it working in Estuary-Kodi itself.
Thank you very much for your help.