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
+24
View File
@@ -0,0 +1,24 @@
# Jellyfin plugins
Custom Jellyfin plugins for this monorepo.
## Catalog URL
Add this raw URL in Jellyfin → Plugins → Repositories:
```text
https://<your-gitea>/<owner>/<repo>/raw/branch/<default>/Jellyfin/manifest.json
```
## Layout
| Path | Purpose |
|---|---|
| `manifest.json` | Aggregated plugin catalog for Jellyfin |
| `_template/` | Scaffold source for new plugins |
| `jellyfin-plugin-*/` | Individual plugin projects |
## Workflows
- **Scaffold:** `.gitea/workflows/scaffold_jellyfin_plugin.yml` (`workflow_dispatch`)
- **Release:** `.gitea/workflows/release_jellyfin_plugin.yml` (tag `jellyfin/<slug>/vX.Y.Z`)