Files
CinemaTrailers4Jellyfins/build.yaml
Martin f49c32f181
All checks were successful
Publish Release / release (push) Successful in 23s
feat: add TV show trailer downloads, episode trailers, and movie/TV trailer separation
- Download trailers for TV shows from TMDB with separate sources and an
  independent max-count cap (0 disables a category)
- Play trailers before TV episodes via IIntroProvider, limited to the first
  episode a user watches each day
- Tag TV show trailers in their NFO so movies only get movie trailers and
  episodes only get TV show trailers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 00:41:37 -04:00

28 lines
1.2 KiB
YAML

---
version: 1.0.0.4
name: CinemaTrailers4Jellyfins
guid: b581493e-1046-40ed-b6dc-cb8027624984
description: >
Automatically downloads trailers for upcoming and recently released movies
not in your library from TMDB/YouTube, and packages each one as a fake-movie
folder (placeholder video + NFO + trailer) ready for a Cinema Mode / trailer
pre-roll plugin.
overview: Builds a self-contained trailer library for Cinema Mode pre-roll plugins
category: General
owner: 514mart
targetAbi: 10.11.0.0
changelog:
- Add TV show trailer downloads — separate TMDB sources (Airing Today, On The Air,
Popular, Top Rated) and a "Max TV show trailers per run" cap independent from
movies; set either cap to 0 to skip that category entirely
- Add trailers before TV episodes via IIntroProvider — only the first episode a
user watches each day gets trailers, picked using the show's genre/rating for
filtering
- Movie and TV trailers are now kept separate — movies only ever get movie
trailers and episodes only ever get TV show trailers, via a tag written to each
trailer's NFO at download time
dotnetProjects:
- name: Jellyfin.Plugin.CinemaTrailers4Jellyfins
artifact: Jellyfin.Plugin.CinemaTrailers4Jellyfins.dll