Posts: 49
Joined: Feb 2021
Reputation:
6
Is it possible to run 2 Kodi programs at the same time on the same machine?
I'm spending quite a bit of time messing with code within skins and addons, and it gets boring.
I want to watch(listen) to tv shows while I'm coding lol
I have enough monitors and computer power to do it.
I tried the -p portable option and couldn't get it to open two different versions, maybe I did it wrong?
Just want some clarification if this is even possible, thanks ahead of time!
Posts: 3,756
Joined: Sep 2013
Reputation:
323
Yes, it totally is. Kodi is always running on my TV and feeding audio (usually radio) to my AVR whilst I have another test build running right now. One is a systemwide install, the other (test build) is a portable version. This is on Linux but it should be perfectly possible on other OS's provided that Kodi can "see" all the monitors you want to output to and you can handle multiple audio outs too. In my case, output to AVR and TV is via HDMI and output to development monitor is via DVI with audio on the built in soundcard.
Learning Linux the hard way !!
Posts: 10,081
Joined: Oct 2011
Reputation:
545
jjd-uk
Team-Kodi Member
Posts: 10,081
On Windows it's only possible if you can compile your own version as a section of the code needs to be changed.
Posts: 1,020
Joined: Oct 2015
Reputation:
87
2023-02-15, 19:09
(This post was last modified: 2023-02-15, 21:30 by jbinkley60. Edited 1 time in total.)
Another option is to run a hypervisor and VMs. I have a Windows 10 host machine running VM Workstation and I can easily run 6 or 7 LibreElec VMs or Windows Guest systems of all different versions, along with a few other VMs at the same time. I find this safer so that if I blow up a VM I can simply restore it in a couple of minutes. I do this so I can also test across multiple OS instances of different types.
Jeff
Posts: 10,081
Joined: Oct 2011
Reputation:
545
jjd-uk
Team-Kodi Member
Posts: 10,081
The multiple instance block on Windows dates back to when the port to Windows was first done I think, so it probably wasn't seen as a good thing back then when systems had more limited resources for running Kodi.