From 995478b91fe5f5e6d6e97e7134da5e843fdf4723 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 17 Mar 2026 13:06:23 -0700 Subject: [PATCH] Review jellyfin and automounter services Both services current: jellyfin 10.11.6 (latest upstream), automounter 1.11.0 (Mac App Store). Add missing frigate share to automounter docs. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/changelog.d/+review-jellyfin-automounter.doc.md | 1 + docs/reference/services/automounter.md | 1 + service-versions.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 docs/changelog.d/+review-jellyfin-automounter.doc.md diff --git a/docs/changelog.d/+review-jellyfin-automounter.doc.md b/docs/changelog.d/+review-jellyfin-automounter.doc.md new file mode 100644 index 0000000..ce704f8 --- /dev/null +++ b/docs/changelog.d/+review-jellyfin-automounter.doc.md @@ -0,0 +1 @@ +Review jellyfin (10.11.6, current) and automounter (1.11.0) services; add missing frigate share to automounter docs. diff --git a/docs/reference/services/automounter.md b/docs/reference/services/automounter.md index 12d53a9..c8205ea 100644 --- a/docs/reference/services/automounter.md +++ b/docs/reference/services/automounter.md @@ -28,6 +28,7 @@ macOS app that automatically mounts [[sifaka]] SMB shares on [[indri]]. | music | `/Volumes/music` | [[navidrome]] | | allisonflix | `/Volumes/allisonflix` | [[jellyfin]] | | photos | `/Volumes/photos` | [[immich]] | +| frigate | `/Volumes/frigate` | [[frigate]] | ## Why AutoMounter? diff --git a/service-versions.yaml b/service-versions.yaml index 7877eda..9a19eaf 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -304,13 +304,13 @@ services: - name: jellyfin type: ansible - last-reviewed: null - current-version: null + last-reviewed: 2026-03-17 + current-version: "10.11.6" upstream-source: https://github.com/jellyfin/jellyfin/releases - name: automounter type: ansible - last-reviewed: null - current-version: null - upstream-source: null - notes: Custom service, no upstream + last-reviewed: 2026-03-17 + current-version: "1.11.0" + upstream-source: https://www.pixeleyes.co.nz/automounter/ + notes: Mac App Store app, no Ansible role. Updates via App Store.