Skip to main content

Public Content Notifications

Public content notifications broadcast content availability to shared channels, independent of individual user watchlists. Perfect for notifying entire communities about newly available content.

Quick Setup

  1. Navigate to UtilitiesPublic Content Notifications
  2. Toggle Enable Public Content Notifications to ON
  3. Configure notification URLs (see below)
Public Content Notifications Configuration

Configuration Fields

Field TypeDescription
Discord Webhook URLsGeneral endpoints (all content)
Discord Webhook URLs (Movies)Movie-specific endpoints
Discord Webhook URLs (Shows)TV show-specific endpoints
Apprise URLsGeneral endpoints (all content)
Apprise URLs (Movies)Movie-specific endpoints
Apprise URLs (Shows)TV show-specific endpoints

Multiple URLs

All fields support multiple URLs using the + button. Empty fields are automatically removed when saving.

URL Selection Logic

The system uses either content-specific URLs or general URLs (not both):

  • Movies: Movie-specific URLs (if configured) → otherwise General URLs
  • TV Shows: Show-specific URLs (if configured) → otherwise General URLs
  • All configured URLs for the selected type receive notifications

Features

  • @ Mentions: Discord notifications automatically mention users with the content watchlisted
  • Multiple Services: Discord and Apprise work independently
  • Content Type Filtering: Separate channels for movies and TV shows
  • Multiple URLs: Configure multiple endpoints per content type
  • Flexible Routing: Content-specific URLs override general URLs

Example Configurations

Simple Setup - All content to one channel:

Discord Webhook URLs: https://discord.com/api/webhooks/media-releases/token123

Advanced Setup - Separate channels:

Discord Webhook URLs (Movies): https://discord.com/api/webhooks/movies/token1
Discord Webhook URLs (Shows): https://discord.com/api/webhooks/tv-shows/token2
Apprise URLs: slack://workspace/channel/token

Troubleshooting

No notifications received:

  1. Verify feature is enabled in Utilities
  2. Confirm at least one URL is configured
  3. Check Discord/Apprise services are enabled
  4. Review application logs for errors

Partial notifications:

  • Verify URL formatting is correct
  • Check service-specific configuration
  • Review error logs for delivery issues

API Reference

See the Config API documentation for managing public content notification settings.