• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Plugin Development Actors Index — Browse your entire cast library at a glance

     
    • 0 Vote(s) - 0 Average

    Actors Index — Browse your entire cast library at a glance

    A plugin that allows you to search for actors in a simple and intuitive way!
    cocomeros
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2026 Apr
    Reputation: 0
    Country:Italy
    #1
    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:
     
      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 🙌

    ---
    TIMFLIX1138
    Offline

    Senior Member

    Posts: 520
    Threads: 46
    Joined: 2023 Jun
    Reputation: 2
    Country:Canada
    #2
    2026-04-05, 08:53 AM
    Haven't had a chance to check this out but I've had the idea recently to be able to click a buttom in a movie/show info screen to bring up the entire cast/crew list rather than having to use the horizontal scroll. Unsure if this could be joined into a part of that but wanted to get my thought out before I forgot, again!

    Will check this out soon though!
    JF Wish List:
    IMDb Top250 metadata
    Read Music Album Sort
    Soundtrack link to movie by title/sort/Manual
    Media info shows added to Collections
    Collections WL:
    Content Rules - Library-Title/Sorttitle/Tag/Director/Filename/Contains
    Organized by Library
    Scanned to Editable XML
    cocomeros
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2026 Apr
    Reputation: 0
    Country:Italy
    #3
    2026-05-07, 08:40 PM
    > **What's new in v1.0.0.1 (Jellyfin 10.11.Nerd-face**
    >
    > The plugin can now update itself — no compilation needed!
    >
    > **If the 🎬 button disappears from the Home screen after a Jellyfin update:**
    > → Dashboard → Plugins → Actors Index → **"Inject button into Home"**
    >
    > **If "Inject" shows a red error:**
    > → Dashboard → Plugins → Actors Index → **"Check for updates"** → **"Download and install"** → **"Restart Jellyfin"** → **"Inject button into Home"**
    >
    > **Linux only:** you may need a one-time sudo command to fix permissions on index.html — full instructions in the README: https://github.com/cocomeros/Jellyfin.Pl...ctorsIndex
    cocomeros
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2026 Apr
    Reputation: 0
    Country:Italy
    #4
    2026-05-17, 08:03 PM
    **🛠️ Update v1.0.0.2 — Bug fixes**

    Two fixes shipped today:

    **1. Floating button now hides during playback**
    The 🎬 button was incorrectly visible while watching a movie or show. It now automatically disappears as soon as playback starts and reappears when you pause, stop, or close the player.

    **2. Minor code cleanup**
    Removed inline CSS styles from the settings page (replaced with proper CSS classes).

    ---

    **How to update** (no compilation needed):
    Dashboard → Plugins → Actors Index → Settings → *"Controlla aggiornamenti"* → *"Scarica e installa aggiornamento"* → *"Riavvia Jellyfin"*

    Or grab the zip directly from the [v1.0.0.2 release page](https://github.com/cocomeros/Jellyfin.Pl...g/v1.0.0.2).
    Desk Crotch
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    Country:United States
    #5
    2026-05-21, 01:24 PM (This post was last modified: 2026-05-21, 05:45 PM by Desk Crotch. Edited 2 times in total.)
    How do you uninstall it?  I never goes away.  I have tried everything. - Disabling it,  (then restarting Jellyfin), going into plugins and clicking the uninstall button, but it just installs the previous version.  Restarting Jellyfin again,  it looks like it is gone, but it still on the main page, and still in the Plugins area.  How to manually remove this ? The uninstall function is not working.

    I now have this stuck in my installation. 

    was running 10.11.7, then upgraded to .8 and it still didn't work, now I am upgraded to 10.11.9 and it won't leave.


    Windows Platform 10.11.9

    Thanks,


    EDIT2 - I Removed the directory Actors Index_1.0.0.1 from C:\ProgramData\Jellyfin\Server\plugins
    Now I don't see it anywhere or reference on the plugins page or homepage.
    Iskelderon
    Offline

    Member

    Posts: 121
    Threads: 28
    Joined: 2024 Feb
    Reputation: 3
    Country:Germany
    #6
    2026-05-23, 01:18 PM
    For some reason it defaults to Italian instead of English text, but the idea of this plugin is intriguing.
    In case of troubleshooting context:
    Always latest stable installed on Win 11 Pro driven by Ryzen 7 5700X 8-core with 32GB and an RTX 3060.
    Video64
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2026 Jun
    Reputation: 0
    Country:France
    #7
    2026-06-09, 07:38 AM
    Is it possible to get in English ?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode