Choose a unique name for this backend. You cannot change it later. Backend name must be in lower case a-z, 0-9 and _ only.
lower case a-z, 0-9 and _
Enter the URL of the backend. Get associated servers with token. NYI
Enter the X-Plex-Token. Visit This article for more information . Generate a new API token from Dashboard > Settings > API Keys.
X-Plex-Token
Dashboard > Settings > API Keys
The backend unique ID is random string generated on server setup, In Plex case it used to inquiry about the users associated with the server to generate limited X-Plex-Token for them. It used by webhooks as a filter to match the backend. in-case you are member of multiple servers. The backend unique ID is a random string generated on server setup. It is used to identify the backend uniquely. This is used for webhook matching and filtering. Get from the backend.
Plex doesn't use standard API practice for identifying users. They use X-Plex-Token to identify the user. The user selected here will only be used for webhook matching and filtering. Which {{ ucFirst(backend.type) }} user should this backend use? The User ID will determine the data we get from the backend. And for webhook matching and filtering. This tool is meant for single user use. Retrieve User ids from backend.
{{ ucFirst(backend.type) }}
Import means to get the data from the backend and store it in the database.
To efficiently push changes to the backend we need relation map and this require us to get metadata from the backend. You have Importing disabled, as such this option allow us to import this backend metadata without altering your play state.
Export means to send the data from the database to this backend.
Check webhook payload for user id match. if it does not match, the payload will be ignored.
Check webhook payload for backend unique id. if it does not match, the payload will be ignored.