v1.13.1: Library exclusions for playback notifications
You can now choose which Jellyfin libraries should not send playback notifications. Open Settings > Exclusions > Notifications and select a library, such as Music. You can also enter a library name manually if Jellyfin does not list it.
This only affects playback alerts. Plays from excluded libraries still appear in History and Statistics. Notification user exclusions and Statistics library exclusions remain separate settings. Jellyseerr request notifications are unchanged.
Library names match in full, ignoring letter case. If you rename a library, update the exclusion. When a library exclusion is active, Jellydash waits to identify the library before sending a new playback alert. If it is still unknown after 10 minutes, the alert expires without being sent.
PUSH_IGNORE_LIBRARIES is also available as an optional environment fallback. Saved Settings values take priority, including an empty selection. Put names containing commas in double quotes when entering them manually or in the environment. See the exclusions guide for details.
Updating
No manual database import is needed. Update Compose installations as usual:
docker compose pull && docker compose up -dFor a pinned image, use ghcr.io/themartz90/jellydash:1.13.1. On Unraid, use the normal container update.