Can KodiUpdate update multiple clients?

i’ve had good luck with this so far with just updating one client, but not sure if i’m missing something when using it for multiple clients

I’ve tried


kodi:
    host: x.x.x.x
    port: 8080
    user: kodi
    pwd: 
   
Kodi:
    host: x.x.x.x
    port: 8080
    user: kodi
    pwd: 

And this

kodi:
    host: x.x.x.x
    port: 8080
    user: kodi
    pwd: 
   
    host: x.x.x.x
    port: 8080
    user: kodi
    pwd: 

I only see it update the last instance. Is this even possible? If not can it be made possible?
Also note that i have confirmed both cases to be working separately

The kodiupdate plugin doesn’t currently accept multiple Kodi servers, but there isn’t really any reason it couldn’t. Would you mind opening a feature request on GitHub to help us keep track of this?

1 Like

will do , thank you :slight_smile:

Thanks! For completeness, the opened request is #4101.