Plex
Webhook (Scrobbler)
Description
Automatically add new Plex movie plays and ratings to Movary.
Info
To use the required webhooks feature in Plex an active Plex Pass subscription is neceessary.
Instruction
- Generate a webhook url in Movary for your user on the Plex integration settings page (
/settings/integrations/plex
) - Add the generated url as a webhook to your Plex server to start scrobbling
You can select what you want to scrobble (movie plays and/or ratings) via the "Scrobble Options" checkboxes on the settings page.
Tip
Keep your webhook url private to prevent abuse.
Authentication
Some features require access to protected personal Plex data.
You can authenticate Movary against Plex on the Plex integration settings page (/settings/integrations/plex
).
Info
Requires the server configuration PLEX_IDENTIFIER to be set.
During the authentication process a Plex access token is generated and stored in Movary. This token will be used in all further Plex API requests. When an authentication is removed from Movary, the token will be deleted only in Movary.
Info
Removing the authentication only deletes the token stored in Movary itself. The token still exists in Plex. To invalidate the access token in Plex, go to your Plex settings at: Account -> Authorized devices -> Click on the red cross for the entry "Movary"
Watchlist import
Description
Import missing movies from your Plex Watchlist to your Movary Watchlist. Missing movies imported to the Movary Watchlist are put at the beginning of the list in the same order as they are in Plex.
Info
Plex authentication is required.
Instruction
Web UI
You can schedule import jobs and see the status/history of past jobs on the Plex integration settings page (/settings/integrations/plex
).
Command
You can directly trigger an import via CLI
php bin/console.php plex:watchlist:import --userId=<id>
Tip
You could create a cronjob to regularly import your watchlist to keep up to date automatically.