A web application that generates personalized year-in-review statistics for your Jellyfin media server, inspired by Spotify Wrapped.
- 📊 View your most watched movies and TV shows
- 🎵 See your most played music
- ⏱️ Track your total watching/listening time
- 📈 Get insights into your viewing habits
- 🔒 Secure connection to your Jellyfin server
- 📱 Responsive design for mobile and desktop
- A Jellyfin server (version 10.8.0 or higher) with Jellyfin's official Playback Reporting plugin installed
- Your Jellyfin server URL
- A valid Jellyfin username and password
- Visit Jellyfin Wrapped
- Enter your Jellyfin server URL
- Log in with your Jellyfin credentials
- View your personalized media statistics!
This project is built with:
- React 18
- TypeScript
- Vite
- Radix UI
- TailwindCSS
- React Router
# Clone the repository
git clone https://github.com/johnpc/jellyfin-wrapped.git
# Install dependencies
npm install
# Start development server
npm run dev
npm run build
npm run preview
To build with docker, run the following commands
npm run build
docker build -t jellyfin-wrapped .
docker run -p 80:80 jellyfin-wrapped
Or, via docker compose:
# Start the service
docker compose up -d
# Stop the service
docker compose down
# Pull latest version
docker compose pull
Now the Jellyfin Wrapped ui is available at http://localhost
on port 80.
docker build -t jellyfin-wrapped . --no-cache
docker tag jellyfin-wrapped:latest mrorbitman/jellyfin-wrapped:latest
docker push mrorbitman/jellyfin-wrapped:latest
Contributions are welcome! Please feel free to submit a Pull Request.
This application connects directly to your Jellyfin server and does not store any credentials or personal data on external servers. All data is processed locally in your browser.