JellyfinStats for Tidbyt / Tronbyt Server
This Pixlet applet displays Jellyfin statistics on a Tidbyt device. It provides a quick and visual overview of:
▶️ Active playback sessions- 🎞️ Media library statistics (e.g., number of movies and shows)
- 🆕 Latest media entries per library
- 🧑🤝🧑 User profile image grid
- ✅ Displays total number of movies and shows
- ✅ Animated transitions between sections
- ✅ Latest media shown per allowed library
- ✅ User avatars with profile images (up to 8)
- ✅ Configurable via Tidbyt app interface
The following fields are available in the app settings:
Field | Description |
---|---|
Server Address (Required) | Your Jellyfin server URL (including protocol and port) |
API Key (Required) | Your personal Jellyfin API key |
Latest Media Toggle | Show the newest item from each selected library |
Library Keywords | Additional comma-separated keywords to include libraries (e.g. "kids, action") |
Library Exclude Keywords | Keywords to exclude libraries (e.g. "test, anime - filme") |
- Libraries must match allowed keywords (predefined or user-defined).
- Libraries are excluded if their names match any blocked keywords.
- Only libraries with valid image assets are displayed.
- Seed generated from timestamp of
last_activity
will be used for random subsets
- Server logo and name
- Library statistics (up to 2)
- Active playback sessions
- Latest media (if enabled)
- User avatars (up to 8)
- Outro with server logo and name -> disabled to safe some KB when Latest media is enabled!
For library item images:
- If the item is an episode, use the series image.
- Otherwise, use the item’s
PrimaryImageTag
. - As a last fallback, use
ParentThumbImageTag
.
- GIF and Pixlet rendering are capped to 15 seconds of animation (and approx. 190KB ?).
- Maximum of 2 libraries and 8 user avatars displayed per run.
- If there are more than 2 libraries, a random subset is shown.
- If there are more than 8 users, a random subset is shown.
- User (Images) will only be shown, if the are PNG or JPEG on the server
MIT