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
Pluginsand openRepositoriesat 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
Catalogat 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
Installedat 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
pluginsfolder.