Multiple Plex Server - how are they chosen?

HI

 

I have 2 plex servers and 2 apple tvs (a 3 and a 2).  Both attached via wireless to 2 different routers (and wireless networks).  Each plex server is attached to each router (weirdly symetrical when you write it out like this).

 

When I looked at the 3, it attached to it's closest plex server, the 2 it's closest.  Is there a way it its current state I can get plex connect to see sections from both servers.....or force it to only use one server?

 

Oh BTW awesome work, this is really impressive, and pretty damn simple to get going.

 

No multi PMS support at the moment.

The one GDM'd first will be used.

To force one, you will have to enhance PlexGDM.py.

My python isn't that good.  I have 2 servers a .50 and .60.

In here what can I use for cycling through the PMS_list array and saying if server.ip = .50 then return

if len(PMS_list)>0:
        return PMS_list[0]['server']

settings.py: try disabling GDM and setting the fallback addr to your prefered server.

Yeah I just saw inthe GDM that there was a test for > 0 servers else return a default.

So I just took out the if statement.  Worked well.

I'm so impressed with this.  Almost works better than my roku 3 (I prefer the simpler interface and smaller icons).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.