Problem:
library.* webhooks do not fire
media.* all work fine
Setup:
Host is Ubuntu 20.04
Installed using docker image via docker-compose.
plex:
image: plexinc/pms-docker
container_name: plex
network_mode: host
volumes:
- ./plex/config:/config
- ./plex/tmp:/transcode
- ../storage/videos:/data:ro
- /etc/localtime:/etc/localtime:ro
restart: always
Push notifications: Enabled
Webhooks (server): Enabled
Webhooks (account): Enabled
Plex Server Version: 1.24.5.5173
I see that there have been multiple threads about this topic and none have come to a conclusion and have been closed at the 90 day inactivity mark. I would love to get webhooks for library.new so I can alert my discord channel of media being added but can’t seem to get it to fire at all. Can validate that all media* webhooks fire correctly and hit the URL endpoint that is configured.