33 lines
817 B
Markdown
33 lines
817 B
Markdown
# Jellyfin Plugin Repository
|
|
|
|
This repository hosts the Jellyfin plugin catalog for plugins by `ajp_anton`.
|
|
|
|
Add this repository to Jellyfin under:
|
|
|
|
`Dashboard -> Plugins -> Repositories`
|
|
|
|
Repository URL:
|
|
|
|
```text
|
|
https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/manifest.json
|
|
```
|
|
|
|
The repository must be publicly reachable by the Jellyfin server for plugin installation and updates to work.
|
|
|
|
## Current Plugins
|
|
|
|
- Multilang: multilingual metadata and artwork for Jellyfin.
|
|
|
|
## Release Process
|
|
|
|
For each plugin release:
|
|
|
|
1. Build and package the plugin zip.
|
|
2. Put the zip in `releases/`.
|
|
3. Add the new version to `manifest.json`.
|
|
4. Update the checksum, timestamp, changelog, and source URL.
|
|
5. Commit and push the repository.
|
|
|
|
The `checksum` field is the MD5 checksum of the zip file.
|
|
|