Files
Jellyfin-Featured-plugin/manifest.json
oceans2alaska b988cdf8db 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
2026-03-23 08:25:56 -07:00

21 lines
665 B
JSON

[
{
"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"
}
]
}
]