Initial commit: CinemaTrailers4Jellyfins plugin
Some checks failed
Publish Release / release (push) Failing after 17s
Some checks failed
Publish Release / release (push) Failing after 17s
Adapted from Trailers4Jellyfin: keeps TMDB/YouTube trailer downloading, the scheduled task, language/source/date filters, and trailer rotation, but drops cinema-mode/IIntroProvider entirely. Each trailer now ships in its own fake-movie folder (placeholder video + locked NFO + trailer) for use with a Cinema Mode / trailer pre-roll plugin.
This commit is contained in:
22
build.yaml
Normal file
22
build.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
version: 1.0.0.0
|
||||
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:
|
||||
- Initial release based on Trailers4Jellyfin — TMDB/YouTube trailer downloads,
|
||||
scheduled task, language/date filters, and trailer rotation, repackaged so
|
||||
each trailer ships inside its own fake-movie folder (placeholder video +
|
||||
locked NFO + trailer) for use with a Cinema Mode pre-roll plugin
|
||||
|
||||
dotnetProjects:
|
||||
- name: Jellyfin.Plugin.CinemaTrailers4Jellyfins
|
||||
artifact: Jellyfin.Plugin.CinemaTrailers4Jellyfins.dll
|
||||
Reference in New Issue
Block a user