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:
20
manifest.json
Normal file
20
manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user