Yesterday, 04:15 PM
# Jellyfin-Latest-Content-Export-To-HTML-Website
Desktop View
![[Image: 7a359777-1efb-478a-9a7c-7928873ef0e7]](https://github.com/user-attachments/assets/7a359777-1efb-478a-9a7c-7928873ef0e7)
![[Image: 08949e19-5503-40f1-b740-c58fb18d86e7]](https://github.com/user-attachments/assets/08949e19-5503-40f1-b740-c58fb18d86e7)
This script connects to a Jellyfin server, retrieves the latest added **Movies** and **Series** **Episodes**, and generates a mobile-friendly, auto-refreshing HTML page displaying media posters, titles, genres, season info, and descriptions.
---
## 📌 Features
- ✅ Pulls latest 50 movies, seasons and episodes from a Jellyfin server.
- 🎬 Displays:
- Poster image
- Title (with episode/season labels)
- Genres
- Season/Episode Info
- Production Year
- Description/Overview
- Rating
- Runtime
- Added TMDB/IMDB Links to cards
- Added Latest TV Series Tab
- 📱 Mobile-friendly layout with responsive design
- 🔁 HTML auto-refresh interval (user-defined)
- 🔄 Script update interval (user-defined)
- ⚠️ Suppresses SSL warnings for self-hosted instances
- ✅ Advanced Logic
- Computes an **MD5 hash** of the latest library response
- Stores the last hash in
- Skips HTML generation if the library has not changed
LINK : https://github.com/arab21dwc/Jellyfin-La...ML-Website
Desktop View
This script connects to a Jellyfin server, retrieves the latest added **Movies** and **Series** **Episodes**, and generates a mobile-friendly, auto-refreshing HTML page displaying media posters, titles, genres, season info, and descriptions.
---
## 📌 Features
- ✅ Pulls latest 50 movies, seasons and episodes from a Jellyfin server.
- 🎬 Displays:
- Poster image
- Title (with episode/season labels)
- Genres
- Season/Episode Info
- Production Year
- Description/Overview
- Rating
- Runtime
- Added TMDB/IMDB Links to cards
- Added Latest TV Series Tab
- 📱 Mobile-friendly layout with responsive design
- 🔁 HTML auto-refresh interval (user-defined)
- 🔄 Script update interval (user-defined)
- ⚠️ Suppresses SSL warnings for self-hosted instances
- ✅ Advanced Logic
- Computes an **MD5 hash** of the latest library response
- Stores the last hash in
jellyfin_last_hash.txt
- Skips HTML generation if the library has not changed
LINK : https://github.com/arab21dwc/Jellyfin-La...ML-Website