From 2ef39853ebf1daf90a4f757c43e76fe827be02d8 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Wed, 10 Jun 2026 05:14:23 +0000 Subject: [PATCH] chore: update manifest.json for v1.0.0.5 --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index 4978c28..1ba7415 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "owner": "514mart", "imageUrl": "https://www.git.quarantinedstudio.com/mvezina/CinemaTrailers4Jellyfins/raw/branch/main/Jellyfin.Plugin.CinemaTrailers4Jellyfins/Images/logo.svg", "versions": [ + { + "checksum": "6c88aaeb38023b327e9b042181dc0708", + "changelog": "- Add Trailer Pre-Roll and Feature Pre-Roll bumpers via IIntroProvider \u2014 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\n", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://www.git.quarantinedstudio.com/mvezina/CinemaTrailers4Jellyfins/releases/download/v1.0.0.5/cinematrailers4jellyfins_1.0.0.5.zip", + "timestamp": "2026-06-10T05:14:23Z", + "version": "1.0.0.5" + }, { "checksum": "af6051b002939e4e5cd6ef4baf5c85d4", "changelog": "- Add TV show trailer downloads \u2014 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\n- Add trailers before TV episodes via IIntroProvider \u2014 only the first episode a user watches each day gets trailers, picked using the show's genre/rating for filtering\n- Movie and TV trailers are now kept separate \u2014 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\n",