All checks were successful
Publish Release / release (push) Successful in 14s
Adds two optional IIntroProvider bumper slots, mirroring CherryFloors' cinema mode plugin: a "Trailer Pre-Roll" played before the trailer block and a "Feature Pre-Roll" played right before the movie/episode. Each is configured by picking an existing Jellyfin Movie library, from which a random Movie is injected as the bumper. Bump version to 1.0.0.5. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
962 B
YAML
23 lines
962 B
YAML
---
|
|
version: 1.0.0.5
|
|
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 Trailer Pre-Roll and Feature Pre-Roll bumpers via IIntroProvider — pick
|
|
existing Jellyfin Movie libraries in settings and a random movie from each is
|
|
played before the trailer block ("Now Playing") and/or right before the
|
|
feature ("Feature Presentation"); both are independent and disabled by default
|
|
|
|
dotnetProjects:
|
|
- name: Jellyfin.Plugin.CinemaTrailers4Jellyfins
|
|
artifact: Jellyfin.Plugin.CinemaTrailers4Jellyfins.dll
|