dkanada / jellyfin-plugin-intros

Intros Plugin for Jellyfin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Intros Plugin for Jellyfin

License:GNU General Public License v3.0


Languages

Language:HTML 53.7%Language:C# 46.3%