Home Screen Widget

Add a widget to your Android home screen showing active sessions and server status.

Sessions Widget

JellyWatch provides an Android home screen widget that displays key server metrics at a glance.

Adding the Widget

  1. Long press on your home screen.
  2. Select Widgets.
  3. Find JellyWatch in the widget list.
  4. Drag it to your home screen.

Widget Information

The widget displays:

MetricDescription
Active sessionsNumber of currently playing streams
Total usersNumber of user accounts
DevicesConnected device count
LibrariesNumber of media libraries
Pending requestsJellyseerr/Seerr pending request count

Refreshing

  • The widget updates automatically via a background worker (WorkManager).
  • Tap the refresh button on the widget to force an immediate update.
  • Tap anywhere else on the widget to open the JellyWatch app.

How It Works

  1. SessionsWidgetProvider handles widget lifecycle events (create, update, delete).
  2. SessionsWidgetWorker runs periodically in the background to:
    • Fetch dashboard data from your active server
    • Check premium feature access
    • Update the widget UI with fresh data

Requirements

  • At least one server must be configured and authenticated.
  • Widget Access requires Premium.

The widget respects your active server selection — it always shows data from the currently selected server.

Last updated on 215 words