May 10, 20242 yr hello The servers animation just spins and never find the server.it doesnt work even when i put the ip in the Custom Servers field .I am on unraid 6.12.10 and the latest official plex server.
May 22, 20242 yr On 3/24/2024 at 8:57 PM, Pducharme said: @dorganWould be great to rename to Media Streams and add support for Jellyfin or Emby. Jellyfin also has some REST API to know what' playin, etc. You could add tabs in the settings, for each media server. I love Plex Streams plug-in... it is SOOOOoooooo handy. I also run Plex and Jellyfin as friends/family have different preferences. It would be SOOoooooo convenient if this plug-in could also display Jellyfin streams
May 22, 20242 yr Author 3 minutes ago, onyxunraid said: I love Plex Streams plug-in... it is SOOOOoooooo handy. I also run Plex and Jellyfin as friends/family have different preferences. It would be SOOoooooo convenient if this plug-in could also display Jellyfin streams I’ll see what I can do
May 22, 20242 yr 4 minutes ago, dorgan said: I’ll see what I can do That would be awesome! Thank you again for all your work. Your plug-in is incredibly helpful and has always worked for me. I'll keep an eye open for updates!
June 29, 20242 yr On 5/10/2024 at 4:41 AM, ikariwths said: hello The servers animation just spins and never find the server.it doesnt work even when i put the ip in the Custom Servers field .I am on unraid 6.12.10 and the latest official plex server. Did you ever get resolution on this, i am having the same issue..
July 10, 20241 yr Any possibility of making this available for Jellyfin and Emby users? Maybe a quick conversion to use their API?
July 10, 20241 yr @dorgan This plugin is great but I was wondering if you could add the ability to support multiple servers with different logins. Right now I think it supports multiple servers within the same plex token based on looking at the getServers function in the common.php file. It would be super cool if you could do this since even tautulli doesn't support this.
July 17, 20241 yr Author On 7/10/2024 at 3:03 PM, dolphins087 said: @dorgan This plugin is great but I was wondering if you could add the ability to support multiple servers with different logins. Right now I think it supports multiple servers within the same plex token based on looking at the getServers function in the common.php file. It would be super cool if you could do this since even tautulli doesn't support this. I am planning a rewrite of this plugin, and will add that to the list of support besides also being able to support other media server platforms
August 7, 20241 yr Im bumping this due to the bug where servers do not load on Unraid 6.12.xx. Any resolution on this issue?
August 7, 20241 yr Author 25 minutes ago, MowMdown said: Im bumping this due to the bug where servers do not load on Unraid 6.12.xx. Any resolution on this issue? Can you be more specific? I am running 6.12.11 and have no issues
August 7, 20241 yr It doesn't load any servers, there are a couple of people up the page having the same issue. For example im running plex in host network mode on IP 10.0.0.2 and port 32400 and the picker is just blank, never loads my plex server. It used to work until I upgraded to 6.12.11 (token removed for privacy, it does load a plex token) Edit: Im just wondering if Im missing something obvious? Edited August 7, 20241 yr by MowMdown
August 7, 20241 yr Author 7 hours ago, MowMdown said: It doesn't load any servers, there are a couple of people up the page having the same issue. For example im running plex in host network mode on IP 10.0.0.2 and port 32400 and the picker is just blank, never loads my plex server. It used to work until I upgraded to 6.12.11 (token removed for privacy, it does load a plex token) Edit: Im just wondering if Im missing something obvious? Can you please share with me the output of https://[unraid_domain][/plugins/plexstreams/getServers.php?useSsl=1 Edited August 7, 20241 yr by dorgan
August 8, 20241 yr {"serverList":{"2311dbbb86d3f69573340d3a23226a06d2e3e8ad":{"Name":”<redacted>","Identifier":"2311dbbb86d3f69573340d3a23226a06d2e3e8ad","Connections":[]}}}
August 8, 20241 yr Author 8 minutes ago, MowMdown said: {"serverList":{"2311dbbb86d3f69573340d3a23226a06d2e3e8ad":{"Name":”<redacted>","Identifier":"2311dbbb86d3f69573340d3a23226a06d2e3e8ad","Connections":[]}}} OK and what is the output of: https://[unraid_domain]/plugins/plexstreams/getServers.php Edited August 8, 20241 yr by dorgan
August 8, 20241 yr It outputs the same thing. {"serverList":{"2311dbbb86d3f69573340d3a23226a06d2e3e8ad":{"Name":"<redacted>","Identifier":"2311dbbb86d3f69573340d3a23226a06d2e3e8ad","Connections":[]}}} also in plex, the secure connections setting is set to “preferred” Edited August 8, 20241 yr by MowMdown
August 8, 20241 yr Author 10 hours ago, MowMdown said: It outputs the same thing. {"serverList":{"2311dbbb86d3f69573340d3a23226a06d2e3e8ad":{"Name":"<redacted>","Identifier":"2311dbbb86d3f69573340d3a23226a06d2e3e8ad","Connections":[]}}} also in plex, the secure connections setting is set to “preferred” OK i believe I've tracked down what causes this, and from what I can tell its when you do not have remote access enabled. Can you please confirm you have remote access disabled? And if so, you will need to manually put the IP address:port in the custom servers box.
August 8, 20241 yr 3 hours ago, dorgan said: OK i believe I've tracked down what causes this, and from what I can tell its when you do not have remote access enabled. Can you please confirm you have remote access disabled? And if so, you will need to manually put the IP address:port in the custom servers box. Edit: That was it, it's not plex's remote access, it's the Unraid Connect Plugin remote access... Disabling this fixes it. It works just fine when unraid connect remote access is set to disabled. Edited August 8, 20241 yr by MowMdown
August 8, 20241 yr Author 1 hour ago, MowMdown said: Edit: That was it, it's not plex's remote access, it's the Unraid Connect Plugin remote access... Disabling this fixes it. It works just fine when unraid connect remote access is set to disabled. Hmmmm the two should have zero to do with each other….
August 8, 20241 yr I never touched plex's remote access, I left that alone as enabled. As soon as I disabled unraid connect remote access, it started working and my plex server popped up in the plex streams plugin... I've since re-enabled unraid connect remote access and it's still working. Placebo maybe? who knows. It's working again so if it stops working, ill repeat what I did and see if that fixes it or not. Edited August 8, 20241 yr by MowMdown
September 15, 20241 yr On 8/8/2024 at 3:23 PM, dorgan said: Hmmmm the two should have zero to do with each other…. I'm having the same issue (no servers found), and disabling/enabling Unraid Connect or Plex Remote Access changes nothing for me. Edited September 15, 20241 yr by Tethgar
September 15, 20241 yr 8 minutes ago, Tethgar said: I'm having the same issue (no servers found), and disabling/enabling Unraid Connect or Plex Remote Access changes nothing for me. Same here. Infinite spinning.
October 5, 20241 yr Did we ever figure out why this plugin is not seeing servers? Mine has been doing the same thing. 6.12.10
October 13, 20241 yr First of all, sorry for my bad English. The plugin didn't work for me either. Today, for another reason, I switched my Docker from ipvlan to macvlan, set it up again and now, strangely enough, the thing is working again. I don't know if this is a coincidence, but maybe it will help others too
October 22, 20241 yr It works for me but it don't show any server in setting, but I was here for another question, is possibile to add multiple servers?
October 23, 20241 yr I know that I would love if I could add a jellyfin server at the same time as I have a Plex server running…
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.