Add plugin repository packaging and manifest metadata.

Include a .gitignore for .NET plugin development and a packaging script that produces Jellyfin-compatible zip artifacts with checksums and manifest updates for catalog installation.

Made-with: Cursor
This commit is contained in:
2026-03-23 08:25:56 -07:00
parent 1dbeb724fc
commit b988cdf8db
3 changed files with 216 additions and 0 deletions

20
manifest.json Normal file
View File

@@ -0,0 +1,20 @@
[
{
"guid": "cc3f7cd7-e910-4f09-bf89-e9c7ba7fca77",
"name": "Jellyfin New Releases",
"description": "Newly Released Movies based on PremiereDate.",
"overview": "Newly released movies based on PremiereDate.",
"owner": "your-username",
"category": "General",
"versions": [
{
"version": "1.0.0.0",
"changelog": "Initial release",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://gitea.example.invalid/Jellyfin/plugins/releases/download/v1/Jellyfin.Plugin.NewReleases_1.0.0.0.zip",
"checksum": "a0d305168c315c0a0df28b8e1adad836",
"timestamp": "2026-03-23T15:24:20Z"
}
]
}
]