jRay/build.yaml
Duncan Tourolle a38122e993
All checks were successful
🏗️ Build Plugin / build (push) Successful in 1m13s
🧪 Test Plugin / test (push) Successful in 20s
Latest Release / latest-release (push) Successful in 25s
first commit
2026-06-12 18:16:47 +02:00

23 lines
738 B
YAML

---
name: "JRay"
guid: "96a22d9d-23fd-49bb-8970-5e153817d223"
version: "0.0.0.0"
targetAbi: "10.9.0.0"
framework: "net9.0"
overview: "Shows which actors are on screen at any point in a movie"
description: >
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: "dtourolle"
artifacts:
- "Jellyfin.Plugin.JRay.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "net9.0"
project: "Jellyfin.Plugin.JRay/Jellyfin.Plugin.JRay.csproj"
changelog: >
Initial scaffold