first commit
This commit is contained in:
+16
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user