Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.32 KB

Requests Tab Plugin

Part of the Jellyfin Project

This is a plugin built with DotNet8, that will allow admins to set a url for the request tab.
prepacked in https://hub.docker.com/r/soultaco83/jellyfin_with_request


This plugin will require the install of the custom Webui as well: Web UI: https://github.com/soultaco83/jellyfin-web-requeststab

Install

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

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

https://raw.githubusercontent.com/soultaco83/Jellyfin_requests_plugin/master/manifest.json
  1. Select Catalog again and click on 'RequestsAddon' 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 'RequestsAddon' 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 Jellyfin.Plugin.RequestsAddon.csproj --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.RequestsAddon.dll in your plugins folder.