This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/mrorbitman on 2025-03-16 21:36:27+00:00.
Hey r/selfhosted! I wanted to share a new Jellyfin plugin that I created.
This plugin creates and maintains a collection of the top 10 most watched movies and TV shows on your Jellyfin server within a configurable time period (default: last 30 days).
Features
- Creates a scheduled task that runs every 24 hours (configurable)
- Identifies the top 10 (configurable) movies and series watched on the Jellyfin server within the last 30 days (configurable)
- Creates a collection named "Jellyfin Top Ten" (configurable)
- For shows, uses the number of total episodes played for the series within the time period
- For movies, uses the number of unique users who have played the movie within the time period
- Keeps the collection up to date by adding new popular content and removing items that have fallen out of the top ten
Install Process
- In Jellyfin, go to
Dashboard -> Plugins -> Catalog -> Gear Icon (upper left)
add and a repository.
- Set the Repository name to @johnpc (Top Ten)
- Set the Repository URL to
- Click "Save"
- Go to Catalog and search for Top Ten
- Click on it and install
- Restart Jellyfin
User Guide
- To set it up, visit
Dashboard -> Plugins -> My Plugins -> Top Ten -> Settings
- Configure your preferences
- Choose "Save"
- In Scheduled Tasks, execute "Update Top Ten Collection"
- Viola! Your Top Ten Collection now exists!
If this plugin interests you, feel free to drop a star on the github repo!