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.


RE: Request Tab ombi - Leon - 2025-01-11

Hey this looks very nice. I was wondering is there any way to make this work on an existing server? Installing the custom web image over top with the old configs won't let me use my old server and just creates a new one. Help would be appreciated.


RE: Request Tab ombi - Taco - 2025-01-12

You will need to use the webui image. I am not sure how to do inject logic with the plugin like they have on the introskipper plugin. From my understanding jellyfin team does not necessarily like injection anyways. Thus why I added to the webui


RE: Request Tab ombi - JellyHunter - 2025-01-25

I make my requests from within Streamyfin, also great for discovering new missing titles that I perhaps haven't added yet from my library

Edit: Cool, this is for jellyfin-web, will try! thanks dev!


RE: Request Tab ombi - GOBOXS - 2025-02-28

hello sir , can you step by step install it , i try more time but can not show tab on jellyfin . Thank you 


(2024-09-15, 01:26 PM)Taco Wrote: 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