You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case, the IP address of a Plex Media Server is not static, the URL of it changes as well (because it contains the IP). An example snippet from the servers.yml might look like this:
So whenever the IP address changes, the syncing fails, and instead you have to delete the server.yml and login to Plex again. It would be cool if it could automatically fetch the servers before a sync and update them if necessary, without having to interact with thr cli again. Or if there was a command to update the servers.
Workarounds
Just having a static IP address, I guess
Plan to implement
Not right now, I could look into it in the future, but so far I don't know anything about the Plex API
The text was updated successfully, but these errors were encountered:
There is, however, that command does require interactive inputs (because it asks to overwrite the existing token and the --username and --password args do not seem to work when it already has an access token stored). Even with those working, when two-factor authentication is enabled, the password contains the TOTP token, which is a bit more complicated to add in there.
So what is ticket is about is being able to update the servers non-interactively, without having to enter stuff again.
Feature description
Use case
In case, the IP address of a Plex Media Server is not static, the URL of it changes as well (because it contains the IP). An example snippet from the servers.yml might look like this:
So whenever the IP address changes, the syncing fails, and instead you have to delete the server.yml and login to Plex again. It would be cool if it could automatically fetch the servers before a sync and update them if necessary, without having to interact with thr cli again. Or if there was a command to update the servers.
Workarounds
Just having a static IP address, I guess
Plan to implement
Not right now, I could look into it in the future, but so far I don't know anything about the Plex API
The text was updated successfully, but these errors were encountered: