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
-
Open the dashboard in Jellyfin, then select
My Plugins
and openCatalog
at the top. -
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
-
Select
Catalog
again and click on 'RequestsAddon' at the very bottom of the list. Install the most recent version. -
Restart Jellyfin and go back to the plugin settings. Select
Installed
at the top and then 'RequestsAddon' 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 Jellyfin.Plugin.RequestsAddon.csproj --configuration Release --output bin
- Place the resulting Jellyfin.Plugin.RequestsAddon.dll in your
plugins
folder.