23 lines
738 B
YAML
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
|