May I ask you about plex api ? When I run
https://plex.tv/api/servers/[machine id]/shared_servers?X-Plex-Token=token
I get xml result like this
<MediaContainer friendlyName="myPlex" identifier="com.plexapp.plugins.myplex" machineIdentifier="this machine id is not identical" size="29" etc..
Why the second machineid is different from the previous ?
It’s the clientIdentifier
You can look it up here:
https://plex.tv/api/v2/resources?includeHttps=1&X-Plex-Client-Identifier=<unique_Id>&X-Plex-Token=<My_Token>
Thank you
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.