Companion plugin for Streamyfin
300
stars
277
commits
JavaScript
primary language
Sep 10, 2026
updated
Centralized configuration management for the Streamyfin mobile application
Configure and synchronize app settings, customize the user experience, and manage push notifications - all from your Jellyfin server.
Control and lock app settings for all your users from a single location:
Create dynamic, personalized home screens with customizable sections:
Receive real-time notifications on your mobile device:
📖 Read full notification documentation
Seamless integration with popular services:
Tailor the library experience:
https://raw.githubusercontent.com/streamyfin/jellyfin-plugin-streamyfin/main/manifest.json
.dll file to your Jellyfin plugins directory:
/var/lib/jellyfin/plugins/Streamyfin/%AppData%\Jellyfin\Server\plugins\Streamyfin\/config/plugins/Streamyfin/Requires .NET 9 / Jellyfin 10.11 or newer (as of plugin 0.64.0.0).
home:
sections:
- title: "Continue Watching"
orientation: vertical
items:
filters: [IsResumable]
includeItemTypes: [Episode, Movie]
limit: 25
- title: "Trending Movies"
orientation: horizontal
items:
sortBy: [DateCreated]
sortOrder: [Descending]
includeItemTypes: [Movie]
limit: 20
forwardSkipTime:
value: 30
locked: true
rewindSkipTime:
value: 15
locked: true
Enable automatic authentication for your users:
Optionally set the Seerr API Key (Seerr Settings > General) to let Streamyfin sign users in without a password. This also covers Quick Connect and OIDC logins, which have no password.
Warning: every authenticated Jellyfin user can read this key, and it grants full admin access to the Seerr API. Only set it on servers where you trust all users. Requires a Seerr version with the /user/jellyfin/{id} route and a Streamyfin version with API-key sign-in.
Get personalized recommendations:
Enhanced search capabilities:
The plugin exposes comprehensive configuration options including:
All settings can be managed via YAML for infrastructure-as-code workflows.
Found a bug or have a feature request?
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
This plugin is released under the Mozilla Public License 2.0, the same license as the Streamyfin app.
Made with ❤️ for the Jellyfin community
JavaScript
98.7%
Companion plugin for Streamyfin
300
stars
277
commits
JavaScript
primary language
Sep 10, 2026
updated
Centralized configuration management for the Streamyfin mobile application
Configure and synchronize app settings, customize the user experience, and manage push notifications - all from your Jellyfin server.
Control and lock app settings for all your users from a single location:
Create dynamic, personalized home screens with customizable sections:
Receive real-time notifications on your mobile device:
📖 Read full notification documentation
Seamless integration with popular services:
Tailor the library experience:
https://raw.githubusercontent.com/streamyfin/jellyfin-plugin-streamyfin/main/manifest.json
.dll file to your Jellyfin plugins directory:
/var/lib/jellyfin/plugins/Streamyfin/%AppData%\Jellyfin\Server\plugins\Streamyfin\/config/plugins/Streamyfin/Requires .NET 9 / Jellyfin 10.11 or newer (as of plugin 0.64.0.0).
home:
sections:
- title: "Continue Watching"
orientation: vertical
items:
filters: [IsResumable]
includeItemTypes: [Episode, Movie]
limit: 25
- title: "Trending Movies"
orientation: horizontal
items:
sortBy: [DateCreated]
sortOrder: [Descending]
includeItemTypes: [Movie]
limit: 20
forwardSkipTime:
value: 30
locked: true
rewindSkipTime:
value: 15
locked: true
Enable automatic authentication for your users:
Optionally set the Seerr API Key (Seerr Settings > General) to let Streamyfin sign users in without a password. This also covers Quick Connect and OIDC logins, which have no password.
Warning: every authenticated Jellyfin user can read this key, and it grants full admin access to the Seerr API. Only set it on servers where you trust all users. Requires a Seerr version with the /user/jellyfin/{id} route and a Streamyfin version with API-key sign-in.
Get personalized recommendations:
Enhanced search capabilities:
The plugin exposes comprehensive configuration options including:
All settings can be managed via YAML for infrastructure-as-code workflows.
Found a bug or have a feature request?
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
This plugin is released under the Mozilla Public License 2.0, the same license as the Streamyfin app.
Made with ❤️ for the Jellyfin community
JavaScript
98.7%