2023-07-10, 16:02
Hey all, so in a nutshell, i'm trying to figure out how to run multiple instances of kodi on a single linux pc.
To expand, I have addons that I want to be periodically updating that are dependent on the profile that is logged in and I have multiple profiles. So I want to have an instance where user A is logged in and the addons update hourly and report to the SQL DB, another instance where user B is logged in and the same addons update hourly for user B's library and report to the SQL DB, and so on.
I just tried putting 3 instances of headless kodi in docker containers. The image said it is for nexus but the logs look like they are attempting to connect to the DB with an older naming convention which makes me think that part wasn't updated to Nexus. I don't want to risk it tearing up the DB.
I thought about portable kodi but I think that only works for windows.
I don't care if it's headless or a full install running 3 separate instances. The only thing I would like to avoid is spinning up multiple VMs to accomplish this.
Anyone have any thoughts on how I can do this? Thanks.
To expand, I have addons that I want to be periodically updating that are dependent on the profile that is logged in and I have multiple profiles. So I want to have an instance where user A is logged in and the addons update hourly and report to the SQL DB, another instance where user B is logged in and the same addons update hourly for user B's library and report to the SQL DB, and so on.
I just tried putting 3 instances of headless kodi in docker containers. The image said it is for nexus but the logs look like they are attempting to connect to the DB with an older naming convention which makes me think that part wasn't updated to Nexus. I don't want to risk it tearing up the DB.
I thought about portable kodi but I think that only works for windows.
I don't care if it's headless or a full install running 3 separate instances. The only thing I would like to avoid is spinning up multiple VMs to accomplish this.
Anyone have any thoughts on how I can do this? Thanks.