All checks were successful
Publish Release / release (push) Successful in 12s
Filters trailer pool items and pre-roll/feature pre-roll bumpers using BaseItem.IsVisibleStandalone(user), so users without access to the relevant library are never handed an item they can't actually play — some Cinema Mode clients hang indefinitely in that case.
23 lines
927 B
YAML
23 lines
927 B
YAML
---
|
|
version: 1.0.0.9
|
|
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:
|
|
- Skip trailers and pre-roll/feature pre-roll bumpers the current user
|
|
can't actually access (e.g. a library not in their library access list)
|
|
— some Cinema Mode clients hang indefinitely trying to play an
|
|
inaccessible item, so these are now filtered out per-user instead
|
|
|
|
dotnetProjects:
|
|
- name: Jellyfin.Plugin.CinemaTrailers4Jellyfins
|
|
artifact: Jellyfin.Plugin.CinemaTrailers4Jellyfins.dll
|