2026-04-04, 09:15 PM
Hey everyone! I'd like to share a plugin I've been building for my own Jellyfin setup that I think many of you will find useful.
---
### What is Actors Index?
**Actors Index** builds a beautiful, browsable grid of every actor and actress in your Jellyfin library — with their photo, name, and how many titles they appear in. Think of it as a "people browser" that lives right inside Jellyfin.
---
### Features
- 🖼️ **Full-screen actor grid** — photos, names and appearance counts at a glance
- 🔍 **Real-time search** — filter actors as you type
- 📄 **Pagination** — configurable page size (default: 60 actors per page)
- 🔀 **Sorting** — by number of appearances (descending) or name A→Z
- 🎬 **Floating home button** — inject a persistent button into every Jellyfin page for one-click access to the index
- 📺 **Channel integration** — actors accessible as a Jellyfin channel from the home screen sidebar
- ⚙️ **Minimum appearances filter** — hide actors with fewer than N titles
- 🔗 **Direct biography navigation** — click any actor to open their Jellyfin biography page
---
### Screenshots
> *(coming soon — feel free to reply with yours!)*
---
### Requirements
- Jellyfin **10.11.x** or later
- Works on Linux (tested on Raspberry Pi 4) and Windows
---
### Installation
1. Go to **Dashboard → Plugins → Repositories** and click **+**
2. Add this URL:
3. Go to **Dashboard → Plugins → Catalog**, find **Actors Index** and click **Install**
4. Restart Jellyfin
**Manual installation:** download the ZIP from the [Releases page](https://github.com/cocomeros/Jellyfin.Pl...x/releases), extract it into your Jellyfin plugins folder (
---
### First-time setup (Linux only)
The "inject home button" feature writes to
After every Jellyfin update, just click **🎬 Inject home button** in the plugin settings — no need to touch the server again.
---
### Links
- 📦 **GitHub repository:** https://github.com/cocomeros/Jellyfin.Pl...ctorsIndex
- 🚀 **Latest release:** https://github.com/cocomeros/Jellyfin.Pl...ses/latest
- 🗂️ **Repository URL for Jellyfin:**
---
Feedback, bug reports and pull requests are very welcome! Hope you enjoy it 🙌
---
---
### What is Actors Index?
**Actors Index** builds a beautiful, browsable grid of every actor and actress in your Jellyfin library — with their photo, name, and how many titles they appear in. Think of it as a "people browser" that lives right inside Jellyfin.
---
### Features
- 🖼️ **Full-screen actor grid** — photos, names and appearance counts at a glance
- 🔍 **Real-time search** — filter actors as you type
- 📄 **Pagination** — configurable page size (default: 60 actors per page)
- 🔀 **Sorting** — by number of appearances (descending) or name A→Z
- 🎬 **Floating home button** — inject a persistent button into every Jellyfin page for one-click access to the index
- 📺 **Channel integration** — actors accessible as a Jellyfin channel from the home screen sidebar
- ⚙️ **Minimum appearances filter** — hide actors with fewer than N titles
- 🔗 **Direct biography navigation** — click any actor to open their Jellyfin biography page
---
### Screenshots
> *(coming soon — feel free to reply with yours!)*
---
### Requirements
- Jellyfin **10.11.x** or later
- Works on Linux (tested on Raspberry Pi 4) and Windows
---
### Installation
1. Go to **Dashboard → Plugins → Repositories** and click **+**
2. Add this URL:
https://raw.githubusercontent.com/cocome...ifest.json
3. Go to **Dashboard → Plugins → Catalog**, find **Actors Index** and click **Install**
4. Restart Jellyfin
**Manual installation:** download the ZIP from the [Releases page](https://github.com/cocomeros/Jellyfin.Pl...x/releases), extract it into your Jellyfin plugins folder (
/var/lib/jellyfin/plugins/ActorsIndex/ on Linux) and restart.---
### First-time setup (Linux only)
The "inject home button" feature writes to
/usr/share/jellyfin/web/index.html, which is owned by root. To allow this permanently, run once on your server:bash
sudo mkdir -p /etc/systemd/system/jellyfin.service.d
sudo tee /etc/systemd/system/jellyfin.service.d/fix-webroot-perms.conf << 'EOF'
[Service]
ExecStartPre=/bin/chown root:jellyfin /usr/share/jellyfin/web/index.html
ExecStartPre=/bin/chmod 664 /usr/share/jellyfin/web/index.html
EOF
sudo systemctl daemon-reload
After every Jellyfin update, just click **🎬 Inject home button** in the plugin settings — no need to touch the server again.
---
### Links
- 📦 **GitHub repository:** https://github.com/cocomeros/Jellyfin.Pl...ctorsIndex
- 🚀 **Latest release:** https://github.com/cocomeros/Jellyfin.Pl...ses/latest
- 🗂️ **Repository URL for Jellyfin:**
https://raw.githubusercontent.com/cocome...ifest.json---
Feedback, bug reports and pull requests are very welcome! Hope you enjoy it 🙌
---



**

