Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.11 KB

Jellyfin Intros Plugin

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.

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/BrianCArnold/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.