Push Notifications

Set up local push notifications to stay informed about your server activity.

Overview

JellyWatch delivers real-time local push notifications directly from the app using a background foreground service. No external backend or Firebase relay is involved for session events — the app polls your server every 5 seconds and triggers notifications on your device.

Enabling Notifications

  1. Go to Settings → Notifications.
  2. Toggle Enable notifications on.
  3. Grant the Android notification permission when prompted.
  4. The SessionMonitorService starts automatically and runs as a foreground service.

Note: Notifications are a Premium feature.

Notification Events (Admin Mode Only)

EventDefault
Play Startoff
Play Stopoff
Pauseon
Resumeon
New Deviceon
Server Downoff

Notification Events (All Users)

EventDefault
New Contentoff
Jellyseerr Requestson
Seerr Requestson
App Promo (FCM)on

User Exclusion per Event

For session events (Play Start, Play Stop, Pause, Resume, New Device), you can exclude specific Jellyfin users from triggering notifications. Tap the Exclude Users button that appears under each enabled event toggle to select which users to ignore.

Notification Channels (Android 8+)

Channel IDNameImportanceUsed for
session_monitor_channelSession MonitorDefault (silent)Persistent foreground service notification
new_session_channelNew SessionsHigh or DefaultPlay/Stop/Pause/Resume/Device events
new_content_channelNew ContentDefaultNew media added to library
jellyseerr_requests_channelJellyseerr RequestsDefaultJellyseerr requests
seerr_requests_channelSeerr RequestsDefaultSeerr requests

Customize each channel individually in Android Settings → Apps → JellyWatch → Notifications.

Notification Preferences

PreferenceDescription
Group notificationsBundle multiple session alerts into a single grouped notification
Popup (Heads-up)Show notifications as heads-up banners; forces new_session_channel to IMPORTANCE_HIGH
PriorityLow, Normal, or High — controls NotificationCompat priority when popup mode is off

Server Down Notifications

When Server Down is enabled, you can configure the check interval:

IntervalDescription
2 minutesMost responsive
5 minutesDefault
10 minutesBattery-friendly
Last updated on 395 words