first commit
🏗️ Build Plugin / build (push) Successful in 1m13s
🧪 Test Plugin / test (push) Successful in 20s
Latest Release / latest-release (push) Successful in 25s

This commit is contained in:
2026-06-12 18:16:47 +02:00
parent 7a9dbdafcc
commit a38122e993
39 changed files with 1522 additions and 295 deletions
+16 -10
View File
@@ -1,16 +1,22 @@
---
name: "Template"
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
version: "1.0.0.0"
name: "JRay"
guid: "96a22d9d-23fd-49bb-8970-5e153817d223"
version: "0.0.0.0"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "Short description about your plugin"
framework: "net9.0"
overview: "Shows which actors are on screen at any point in a movie"
description: >
This is a longer description that can span more than one
line and include details about your plugin.
JRay reads "truth" files produced offline by the scene-actor-extraction
pipeline (face detection + recognition) and exposes an API to query which
actors are visible on screen at a given timestamp in a movie, for building
an actor-overlay (Jellyfin "X-Ray") style feature.
category: "General"
owner: "jellyfin"
owner: "dtourolle"
artifacts:
- "Jellyfin.Plugin.Template.dll"
- "Jellyfin.Plugin.JRay.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "net9.0"
project: "Jellyfin.Plugin.JRay/Jellyfin.Plugin.JRay.csproj"
changelog: >
changelog
Initial scaffold