Replies: 1 comment
|
So the kids are off my plex server and I can give it a test now, I can confirm that if you disable remote access then the server doesn't appear on the https://plex.tv/pms/servers.xml url. I've disabled this because I use a reverse proxy I've set in the Custom server access URL's, this means I don't have to use a relay because whatever network I'm on is blocking the uPNP port that Plex decided to use. It's one less thing poking holes in my firewall so I can disable uPNP and I can enable and disable the reverse proxy route at a whim and make sure my Plex server is only accessible externally when I want it to be. I don't always do all of this but I like to have the option. Would it be possible to add an overload to be able to create a Plex.Library.ApiModels.Servers.Server from a Plex.ServerApi.PlexModels.Account.Resources.Resource? |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying list out all items in my library and check if they have missing artwork or not.
For some reason I can't use PlexAccount.Servers() I think this is because my server is set to disable remote access, it just doesn't appear there so I need to use PlexAccount.Resources().
So I've been trying to use IPlexLibraryClient and IPlexServerClient but I can't work out which method gets me a list of items, I've managed to get a list of Libraries with IPlexServerClient.GetLibrariesAsync().
How do I then enumerate the contents?
I'm looking for Movies and Series, but not Seasons or Episodes if that makes a difference.
Thanks
All reactions