This commit is contained in:
Gabrieal Jimmy
2026-07-16 14:32:59 -05:00
parent 378677acda
commit 76a2560cdb
3 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ primarily for anime, where almost every episode has a thread on r/anime.
### Option A — manual install
1. Download/copy `dist/Jellyfin.Plugin.RedditComments_1.0.0.0.zip`.
1. Download/copy `dist/Jellyfin.Plugin.RedditComments_1.0.1.0.zip`.
2. Create a folder `RedditComments` inside your Jellyfin plugins directory:
- Linux (native): `/var/lib/jellyfin/plugins/RedditComments`
- Docker: `<your config volume>/plugins/RedditComments`
@@ -43,10 +43,10 @@ primarily for anime, where almost every episode has a thread on r/anime.
### Option B — plugin repository
1. Host `dist/Jellyfin.Plugin.RedditComments_1.0.0.0.zip` somewhere reachable by your server
1. Host `dist/Jellyfin.Plugin.RedditComments_1.0.1.0.zip` somewhere reachable by your server
(e.g. a GitHub release asset).
2. Edit `manifest.json`: set `sourceUrl` to the zip URL and update `checksum` with the zip's MD5
(`md5sum Jellyfin.Plugin.RedditComments_1.0.0.0.zip`).
(`md5sum Jellyfin.Plugin.RedditComments_1.0.1.0.zip`).
3. Host `manifest.json` next to the zip.
4. In Jellyfin: **Dashboard → Plugins → Repositories → +**, paste the manifest URL, then install
"Reddit Comments" from the catalog and restart.