Closed Zzyzx-Wolfe closed 1 year ago
I have tested this on Version: TrueNAS-12.0-U2.1
I can confirm that "it just works".
If my opinion mattered I would vote to merge this PR.
What's the point of even including the token in the request? I get the same response from the API when I don't send a token.
In newer installs of the Plex Plugin, rather than putting the Plex Media Server folder under /, it's either under /usr/local/plexdata/ or /usr/local/plexdata-plexpass/. This update checks all three locations for the preferences file so that it can correctly grab the token in these situations.
Slightly modified your pull to work with my fork and added it in, TY @Zzyzx-Wolfe
What's the point of even including the token in the request? I get the same response from the API when I don't send a token.
its supposed to be for plexpass customers to download the newer version file
What's the point of even including the token in the request? I get the same response from the API when I don't send a token.
its supposed to be for plexpass customers to download the newer version file
I guess there's an implementation issue there on Plex' side because I can download the plexpass version without token.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
In newer installs of the Plex Plugin, rather than putting the Plex Media Server folder under /, it's either under /usr/local/plexdata/ or /usr/local/plexdata-plexpass/. This update checks all three locations for the preferences file so that it can correctly grab the token in these situations.