this post was submitted on 17 Mar 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

222 readers
1 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
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

  1. In Jellyfin, go to Dashboard -> Plugins -> Catalog -> Gear Icon (upper left) add and a repository.
  2. Set the Repository name to @johnpc (Top Ten)
  3. Set the Repository URL to
  4. Click "Save"
  5. Go to Catalog and search for Top Ten
  6. Click on it and install
  7. Restart Jellyfin

User Guide

  1. To set it up, visit Dashboard -> Plugins -> My Plugins -> Top Ten -> Settings
  2. Configure your preferences
  3. Choose "Save"
  4. In Scheduled Tasks, execute "Update Top Ten Collection"
  5. Viola! Your Top Ten Collection now exists!

If this plugin interests you, feel free to drop a star on the github repo!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here