Jellyfin Forum
Request Tab ombi - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: Request Tab ombi (/t-request-tab-ombi)



Request Tab ombi - Taco - 2024-09-15

I made a plugin: https://github.com/soultaco83/Jellyfin_requests_plugin
Been working on it for awhile and with the help of Claude AI I got the api call to work. 
This plugin will allow you to set the Url to the Request tab 
Web ui with added tab: https://github.com/soultaco83/jellyfin-web-requeststab

Still being worked on. Trying to figure out if I can get builds to automate when an update is pushed to either repo.
Gladly taking suggestions on changes if anyone has anything


RE: Request Tab ombi - TheDMV - 2024-09-30

Given that this requires the DotNet SDK, I presume it's going to be unavailable for Docker users?


RE: Request Tab ombi - Taco - 2024-09-30

You only need dotnet if you want to build it yourself otherwise just put the repo into your plugins and install once you have the modified webui installed.