ikariwths Posted May 10 Share Posted May 10 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. 2 Quote Link to comment
onyxunraid Posted May 22 Share Posted May 22 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 Quote Link to comment
dorgan Posted May 22 Author Share Posted May 22 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 1 Quote Link to comment
onyxunraid Posted May 22 Share Posted May 22 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! Quote Link to comment
Cougarrr Posted June 29 Share Posted June 29 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.. Quote Link to comment
Yock Posted July 10 Share Posted July 10 Any possibility of making this available for Jellyfin and Emby users? Maybe a quick conversion to use their API? Quote Link to comment
dolphins087 Posted July 10 Share Posted July 10 @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. Quote Link to comment
dorgan Posted July 17 Author Share Posted July 17 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 5 Quote Link to comment
MowMdown Posted August 7 Share Posted August 7 Im bumping this due to the bug where servers do not load on Unraid 6.12.xx. Any resolution on this issue? Quote Link to comment
dorgan Posted August 7 Author Share Posted August 7 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 Quote Link to comment
MowMdown Posted August 7 Share Posted August 7 (edited) 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 by MowMdown Quote Link to comment
dorgan Posted August 7 Author Share Posted August 7 (edited) 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 by dorgan Quote Link to comment
MowMdown Posted August 8 Share Posted August 8 {"serverList":{"2311dbbb86d3f69573340d3a23226a06d2e3e8ad":{"Name":”<redacted>","Identifier":"2311dbbb86d3f69573340d3a23226a06d2e3e8ad","Connections":[]}}} Quote Link to comment
dorgan Posted August 8 Author Share Posted August 8 (edited) 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 by dorgan Quote Link to comment
MowMdown Posted August 8 Share Posted August 8 (edited) 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 by MowMdown Quote Link to comment
dorgan Posted August 8 Author Share Posted August 8 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. 1 Quote Link to comment
MowMdown Posted August 8 Share Posted August 8 (edited) 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 by MowMdown Quote Link to comment
dorgan Posted August 8 Author Share Posted August 8 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…. Quote Link to comment
MowMdown Posted August 8 Share Posted August 8 (edited) 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 by MowMdown Quote Link to comment
Recommended Posts
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.