test jellyfin plugin, would be nice

This commit is contained in:
2026-08-22 22:00:28 +02:00
parent 7d6405c776
commit 4baee3fafe
23 changed files with 1713 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
# {{PLUGIN_NAME}}
{{PLUGIN_DESCRIPTION}}
## Build
```bash
dotnet build -c Release
```
## Release
Tag and push:
```bash
git tag jellyfin/{{PLUGIN_SLUG}}/v1.0.0
git push origin jellyfin/{{PLUGIN_SLUG}}/v1.0.0
```
Install from the aggregated catalog:
`Jellyfin/manifest.json` (raw URL on your Gitea instance).