Part of the Jellyfin Project
This is a plugin built with DotNet that can play flashy intros downloaded from the Discord server at prerolls.video for your movies.
-
Open the dashboard in Jellyfin, then select
Plugins
and openRepositories
at the top. -
Click the
+
button, and add the repository URL below, naming it whatever you like. Save.
https://raw.githubusercontent.com/BrianCArnold/jellyfin-plugin-intros/master/manifest.json
-
Select
Catalog
at the top and click on 'Intros' at the very bottom of the list. Install the most recent version. -
Restart Jellyfin and go back to the plugin settings. Select
Installed
at the top and then 'Intros' to configure.
-
Clone or download this repository.
-
Ensure you have the DotNet SDK set up and installed.
-
Build the plugin with following commands.
dotnet publish --configuration release --output bin
- Place the resulting binary in your
plugins
folder.