Add support for server plugin#1384
Conversation
|
I have implemented automatic Seerr Login via your jellyfin plugin in the following two PRs:
Next I will try to implement a generic CustomEndpoint row type in the Wholphin home layout, similar to how Streamyfin handles it. The idea: a row config carrying an arbitrary URL (plus optional headers/query params), which Wholphin GETs and renders as a list of BaseItemDtos. That way third-party plugins like jellyfin-plugin-home-sections can contribute rows to Wholphin's home screen by exposing a custom endpoint (for example |
Please try to keep it as simple and isolated as possible! |
|
I have implemented CustomEndpoints with the following two PRs: |
|
I have also implemented the feature to add additional pages to the nav drawer via the plugin. The changes in the client are actually quite a bit more extensive than in the other two:
In my opinion, with these three additional features, we would have covered all the key points for an initial release. After that, we can enhance the plugin’s user interface and perhaps push default settings to the client. But as I said, I would consider that a step for later. |
|
@matschi95 Sorry I haven't reviewed your PRs yet! I'm working to get a release out probably this week. After that will go back to the plugin work again. |
Description
PR to add support for the work-in-progress server plugin: https://github.com/damontecres/jellyfin-plugin-wholphin
Install
See instructions here
Related issues
Related to #598
Testing
WIP
Screenshots
N/A
AI or LLM usage
None