Trailers4Jellyfin plugin (automation of the latest movie trailers)
Hi All
recently moved over from Plex to Jellyfin and really happy with the experience. I tried Cherryfloors cinema plugin but it didn't quite work for my requirements so i built my own.
Trailers4Jellyfin brings a real cinema experience to Jellyfin by automatically downloading trailers for upcoming and recently released movies and playing them before your movies start, no separate Cinema Mode plugin required.
It pulls trailers from TMDB/YouTube based on sources you choose (Now Playing, Upcoming, Popular, Top Rated) and saves them to a folder on your server. When you play a movie, the plugin queues a configurable number of trailers beforehand, optionally matching them to the genre of what you're about to watch e.g. horror trailers before horror films, family trailers before animated movies, and so on.
Trailers rotate automatically: watched trailers are removed and a configurable cap keeps your disk usage in check, so the pool stays fresh without any manual housekeeping.
Trailers4Jellyfin — Installation
Requirements: Jellyfin 10.11+, free TMDB API key
1. Add the plugin repository
Dashboard → Plugins → Repositories → +
https://raw.githubusercontent.com/robadieNZ/Trailers4Jellyfin/main/manifest.json
2. Install the plugin
Dashboard → Plugins → general → find Trailers4Jellyfin → Install → restart Jellyfin
3. Configure
Dashboard → Plugins → Trailers4Jellyfin:
- Paste your TMDB API key
- Set a Download Folder (e.g.
/media/trailers) - Choose your trailer sources and quality
- Save
4. Add the download folder as a Jellyfin library
Dashboard → Libraries → Add Media Library → type: Movies → point to your download folder e.g. /media/trailers → Save → run a library scan
5. Enable Cinema Mode per user
User Settings → Playback → Cinema Mode → On
6. Download trailers
Dashboard → Scheduled Tasks → Download TMDB Trailers → Run
Trailers will play automatically before movies. The task also runs daily to keep your library fresh.
Hope others find this useful.