How to setup Plex webhook - 0xSysR3ll/MediaTrackSync GitHub Wiki

Prerequisites

  • A Plex Media Server
  • Plex Pass subscription (for webhook support)

Configuration

  1. Log in to your Plex Media Server
  2. Click on the Settings icon (⚙️) in the top right corner
  3. Go to "Webhooks" in the left sidebar
  4. Click "Add Webhook"
  5. Enter the following URL: http://your-server-address:5000/webhook/plex

Replace your-server-address with your actual server address

  1. Save changes

Troubleshooting

If you encounter any issues:

  1. Verify that your Plex server can reach the MediaTrackSync server
  2. Check that the webhook URL is correct
  3. Ensure the required events are enabled
  4. Check the logs for any error messages

[!NOTE] Make sure your Plex server and MediaTrackSync can communicate with each other. If you're running MediaTrackSync locally, you might need to set up port forwarding or use a reverse proxy.