A collection of custom plugins and tools for Jellyfin media server.
Syncs Stash App Groups to Jellyfin as Movies. Each Group becomes a Movie entry with its scenes mapped as chapter markers. Supports automatic TheMovieDB metadata and image fetching.
Syncs Stash App Groups to Jellyfin as Movies using symbolic links — no proxy, no re-encoding, no extra disk space. Each Group becomes a single Movie entry, with its scenes linked as either auto-playing parts or individually selectable sections depending on your preference.
A companion proxy service for StashSync. Streams all scenes in a Stash Group as one continuous video using FFmpeg — no re-encoding, no extra disk space. Required for multi-scene playback to work correctly in Jellyfin.
- Download the DLL from the Releases page
- Create a folder in your Jellyfin plugins directory named
StashSync_1.0.0.0 - Copy the DLL into that folder
- Restart Jellyfin
- Confirm it loaded under Dashboard → Plugins → My Plugins
See StashSync README and StashProxy README for full setup.
Option A — Via Jellyfin Plugin Repository (recommended)
- In Jellyfin go to Dashboard → Plugins → Repositories → +
- Add this URL:
https://lurking987.github.io/jellyfin-plugins/manifest.json - Go to Catalogue, find Stash Movies Sync, and install.
- Restart Jellyfin and configure the plugin under Dashboard → Plugins → Stash Movies Sync → Settings.
Option B — Manual
- Download
StashMoviesSync.zipfrom the Releases page and extract it. - Copy
Jellyfin.Plugin.StashMovies.dllto your Jellyfin plugins directory (e.g./config/plugins/StashMovies/). - Restart Jellyfin.
- Go to Dashboard → Plugins → Stash Movies Sync → Settings and configure your Stash URL and library path.
- Run the Sync Stash Movies scheduled task.
See StashMovies README for full setup including path translation and sync mode options.
| StashSync | StashMovies | |
|---|---|---|
| Approach | .strm files + HTTP proxy |
Symbolic links directly to files |
| Requires StashProxy | ✅ Yes | ❌ No |
| Direct play (4K) | Desktop only | ✅ All clients |
| TMDB metadata | ✅ Automatic | Manual / NFO only |
| Setup complexity | Higher | Lower |
MIT