Skip to content

dkanada/jellyfin-plugin-intros

Repository files navigation

Jellyfin Intros Plugin

Part of the Jellyfin Project

This is a plugin built with DotNet that can download flashy intros from prerolls.video for your movies.

Install

  1. Open the dashboard in Jellyfin, then select Plugins and open Repositories at the top.

  2. Click the + button, and add the repository URL below, naming it whatever you like. Save.

https://raw.githubusercontent.com/dkanada/jellyfin-plugin-intros/master/manifest.json
  1. Select Catalog at the top and click on 'Intros' at the very bottom of the list. Install the most recent version.

  2. Restart Jellyfin and go back to the plugin settings. Select Installed at the top and then 'Intros' to configure.

Build

  1. Clone or download this repository.

  2. Ensure you have the DotNet SDK set up and installed.

  3. Build the plugin with following commands.

dotnet publish --configuration release --output bin
  1. Place the resulting binary in your plugins folder.