All checks were successful
Publish Release / release (push) Successful in 8s
TopParentIds-based queries could fail to match Movie items in the configured pre-roll library even when they appear correctly in the Jellyfin UI. Look up the library Folder by ID and walk its recursive children directly instead, matching the path-based approach already used for the trailer pool.
23 lines
927 B
YAML
23 lines
927 B
YAML
---
|
|
version: 1.0.0.8
|
|
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:
|
|
- Fix Trailer Pre-Roll / Feature Pre-Roll bumpers not being found — the
|
|
library lookup now walks the configured library folder's children
|
|
directly instead of relying on TopParentIds matching, which could fail
|
|
to match movies even when they appear correctly in the library
|
|
|
|
dotnetProjects:
|
|
- name: Jellyfin.Plugin.CinemaTrailers4Jellyfins
|
|
artifact: Jellyfin.Plugin.CinemaTrailers4Jellyfins.dll
|